Page MenuHomeFreeBSD

Django misc add-ons
ClosedPublic

Authored by alfred on Oct 4 2015, 8:33 PM.
Tags
None
Referenced Files
F81975043: D3808.id11405.diff
Tue, Apr 23, 11:55 PM
F81975039: D3808.id11404.diff
Tue, Apr 23, 11:55 PM
F81975038: D3808.id9147.diff
Tue, Apr 23, 11:55 PM
F81975036: D3808.id.diff
Tue, Apr 23, 11:55 PM
F81974563: D3808.diff
Tue, Apr 23, 11:43 PM
Unknown Object (File)
Sat, Apr 13, 11:17 AM
Unknown Object (File)
Sat, Apr 13, 10:53 AM
Unknown Object (File)
Mar 13 2024, 2:22 AM
Subscribers

Details

Summary

www/py-django-bootstrap-form
www/py-django-countries
www/py-django-formtools

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

alfred retitled this revision from to New ports:.
alfred updated this object.
alfred edited the test plan for this revision. (Show Details)
alfred retitled this revision from New ports: to Django misc add-ons.Oct 10 2015, 5:36 PM
lwhsu added inline comments.
www/py-django-formtools/Makefile
11 โ†—(On Diff #9147)

Is this intent to be the same with www/py-django-bootstrap-form?

koobs requested changes to this revision.Nov 19 2015, 7:34 AM
koobs edited edge metadata.
koobs added inline comments.
www/py-django-formtools/Makefile
11 โ†—(On Diff #9147)

@alfred A good rule of thumb for Python packages (particularly those in PyPI/CHEESESHOP) is to use exactly the setup.py:description field (modified for length/etc if necessary)

In this case, the description is:

A set of high-level abstractions for Django forms

Removing the leading indefinite articles leaves:

Set of high-level abstractions for Django forms

Perfect for the COMMENT.

If any of the other Port COMMENTS need updating in this same manner, please update them too

Another good rule of thumb is to use the setup.py:homepage field for the pkg-descr WWW: URL

This revision now requires changes to proceed.Nov 19 2015, 7:34 AM

Again, ports-mgmt/porttools is your friend. :)

In D3808#88614, @lwhsu wrote:

Again, ports-mgmt/porttools is your friend. :)

Oops, I meant ports-mgmt/portlint.

alfred edited edge metadata.

Rebase and cleanup for review

This revision was automatically updated to reflect the committed changes.