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

Kubilay Kocak <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|NEW: devel/py-pecan, A WSGI |[NEW PORT] devel/py-pecan:
                   |object-dispatching web      |WSGI object-dispatching web
                   |framework.                  |framework
                 CC|                            |[email protected],
                   |                            |[email protected]
              Flags|                            |maintainer-feedback?(wjw@di
                   |                            |giware.nl)
           Keywords|                            |feature, needs-patch,
                   |                            |needs-qa
             Status|New                         |Open

--- Comment #2 from Kubilay Kocak <[email protected]> ---
Thank you for the new port and patch Willem.

Review items:

- Missing RUN_DEPENDS. See setup.py:install_requires=requirements, which pulls
from requirements.txt

- Missing dependency on singledispatch for PYTHON_VER < 3.4

- Package installs a script in LOCALBASE/bin. Ports doing so (or in other
non-python version-specific locations), must be concurrent safe. Add
USE_PYTHON=concurrent

- If you can, add TEST_DEPENDS and a test target for QA purposes. Package
includes tests_require (for test dependencies) and test_suite in setup.py so it
should be as simple as a '${PYTHON_CMD} ${PYDISTUTILS_SETUP} test' call in a
do-test: target

Please also confirm the port passes QA (portlint and poudriere for python27/36
at least, in particular)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "[email protected]"

Reply via email to