595391a0b7
3.5.0 Python 3 fixes to auth and wsgi.errors handling; notably making wsgi.errors text. 3.4.6 Explicit pkg_resource dependency to easy packaging. 3.4.5 Remove deprecated dependencies paste/fixture.py.
25 lines
713 B
Makefile
25 lines
713 B
Makefile
# $NetBSD: Makefile,v 1.31 2021/08/25 19:10:41 adam Exp $
|
|
|
|
DISTNAME= Paste-3.5.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
|
|
CATEGORIES= www python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=P/Paste/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://pythonpaste.readthedocs.io/
|
|
COMMENT= Middleware for Python WSGI applications
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-six>=1.4.0:../../lang/py-six
|
|
TEST_DEPENDS+= ${PYPKGPREFIX}-flup-[0-9]*:../../www/py-flup
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYTHON_VERSIONED_DEPENDENCIES= test:test
|
|
|
|
do-test:
|
|
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../lang/python/versioned_dependencies.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|