Details
Details
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
Comment Actions
Additionally (to inline comments), the python package has test_suite defined in it's setup.py file. [1]. That means the 'pythonX.Y setup.py test' command will run the test suite.
This output is great for QA. Add it here if you can.
[1] https://github.com/tzangms/django-bootstrap-form/blob/master/setup.py#L24
www/py-django-bootstrap-form/Makefile | ||
---|---|---|
12 | I'd capitalise Django | |
17 | Sort these values by alpha | |
19 | Only = is needed here. | |
19 | Match upstream dependencies as closely as possible: setup.py says django>=1.3 [1] [1] https://github.com/tzangms/django-bootstrap-form/blob/master/setup.py#L26 |
Comment Actions
Ok, this is ready for another review. Thank you all.
www/py-django-bootstrap-form/pkg-descr | ||
---|---|---|
3 | It does... why do you think so? |