[Bug 233824] [NEW PORT] devel/py-precis_i18n: Internationalized usernames and passwords

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Dec 7 10:50:28 UTC 2018


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

Kubilay Kocak <koobs at 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 at t
                   |                            |ilda.center)
                 CC|                            |meka at tilda.center,
                   |                            |python at FreeBSD.org
             Blocks|                            |233826
           Keywords|                            |needs-patch, needs-qa
             Status|New                         |Open

--- Comment #1 from Kubilay Kocak <koobs at 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.


More information about the freebsd-python mailing list