Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 05 Nov 2019 12:22:31 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 241691] [NEW PORT] devel/py-pecan: WSGI object-dispatching web framework
Message-ID:  <bug-241691-21822-3L9aPIZ0ZC@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-241691-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-241691-21822@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
----------------------------------------------------------------------------
           Keywords|                            |needs-patch, needs-qa
              Flags|maintainer-feedback+        |maintainer-feedback?(wjw@di
                   |                            |giware.nl)

--- Comment #6 from Kubilay Kocak <koobs@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 t=
est
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+=3D singledispatch=20
.endif

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

- For multiple *_DEPENDS lines, use \ to separate dependencies per line rat=
her
than TEST_DEPENDS=3D and multiple  TEST_DEPENDS+=3D

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-241691-21822-3L9aPIZ0ZC>