[Bug 241691] [NEW PORT] devel/py-pecan: WSGI object-dispatching web framework

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Nov 4 06:57:04 UTC 2019


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

Kubilay Kocak <koobs at FreeBSD.org> 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|                            |python at FreeBSD.org,
                   |                            |wjw at digiware.nl
              Flags|                            |maintainer-feedback?(wjw at di
                   |                            |giware.nl)
           Keywords|                            |feature, needs-patch,
                   |                            |needs-qa
             Status|New                         |Open

--- Comment #2 from Kubilay Kocak <koobs at FreeBSD.org> ---
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 the assignee for the bug.


More information about the freebsd-ports-bugs mailing list