Date: Mon, 04 Nov 2019 06:57:03 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 241691] [NEW PORT] devel/py-pecan: WSGI object-dispatching web framework Message-ID: <bug-241691-7788-yanxXDyv0H@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-241691-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-241691-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D241691 Kubilay Kocak <koobs@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@FreeBSD.org, | |wjw@digiware.nl Flags| |maintainer-feedback?(wjw@di | |giware.nl) Keywords| |feature, needs-patch, | |needs-qa Status|New |Open --- Comment #2 from Kubilay Kocak <koobs@FreeBSD.org> --- Thank you for the new port and patch Willem. Review items: - Missing RUN_DEPENDS. See setup.py:install_requires=3Drequirements, 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=3Dconcurrent - 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 s= o 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) --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-241691-7788-yanxXDyv0H>