https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241691
Kubilay Kocak <ko...@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| |pyt...@freebsd.org, | |w...@digiware.nl Flags| |maintainer-feedback?(wjw@di | |giware.nl) Keywords| |feature, needs-patch, | |needs-qa Status|New |Open --- Comment #2 from Kubilay Kocak <ko...@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 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"