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

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Nov 5 12:22:32 UTC 2019


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

Kubilay Kocak <koobs at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |needs-patch, needs-qa
              Flags|maintainer-feedback+        |maintainer-feedback?(wjw at di
                   |                            |giware.nl)

--- Comment #6 from Kubilay Kocak <koobs at FreeBSD.org> ---
Sorry, I didn't notice before:

- Set install_requires as RUN_DEPENDS (not test depends)
- Test dependencies dont need to include run depends (theyre implicit).
upstream shouldn't be including them in tests_require. these are the real test
dependencies:

test-requirements.txt:

gunicorn
Jinja2
mock
pep8
sqlalchemy
uwsgi

virtualenv should not be necessary to test

- Still missing dependency on singledispatch for PYTHON_VER < 3.4

.include <bsd.port.pre.mk>
.if ${PYTHON_VER} < 3.4
RUN_DEPENDS+= singledispatch 
.endif

.include <bsd.port.pre.mk> (last line)

- For multiple *_DEPENDS lines, use \ to separate dependencies per line rather
than TEST_DEPENDS= and multiple  TEST_DEPENDS+=

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list