https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233824

Kubilay Kocak <ko...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|https://bugs.freebsd.org/bu |
                   |gzilla/show_bug.cgi?id=2338 |
                   |26                          |
            Summary|[NEW PORT]                  |[NEW PORT]
                   |devel/py-precis_i18n        |devel/py-precis_i18n:
                   |                            |Internationalized usernames
                   |                            |and passwords
              Flags|                            |maintainer-feedback?(meka@t
                   |                            |ilda.center)
                 CC|                            |meka@tilda.center,
                   |                            |pyt...@freebsd.org
             Blocks|                            |233826
           Keywords|                            |needs-patch, needs-qa
             Status|New                         |Open

--- Comment #1 from Kubilay Kocak <ko...@freebsd.org> ---
Review items:

- textproc is probably a better primary category for this port, leaving devel
and python as secondary categories.

- Add LICENSE_FILE when one is packaged with the distribution file. This one
contains a LICENSE.txt file. 

- Specify supported versions as accurately as possible without being incorrect.
setup.py:classifiers specifies 3.3+ (3.3-3.6) as the supported/required Python
versions, port does not specify anything (in particular leaving open 2.x as a
supported version).

- Set TEST_DEPENDS and create a test (do-test:) target when a Python package
supports running tests. This package packages tests and has integrated support
for the python setup.py test command to run them, so add:

do-test:
  @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233826
[Bug 233826] net-im/gajim: Update to 1.1.0
-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"

Reply via email to