pkgsrc/www/py-WebOb/Makefile
adam 4bf3db814c py-WebOb: updated to 1.8.5
1.8.5:
Warnings
- Fixed one last remaining invalid escape sequence in a docstring.
2019-01-05 00:17:07 +00:00

23 lines
725 B
Makefile

# $NetBSD: Makefile,v 1.8 2019/01/05 00:17:07 adam Exp $
DISTNAME= WebOb-1.8.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=W/WebOb/}
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= https://webob.org/
COMMENT= Python module providing WSGI request and response objects
LICENSE= mit
TEST_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage
TEST_DEPENDS+= ${PYPKGPREFIX}-test>=3.1.0:../../devel/py-test
TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist-[0-9]*:../../devel/py-test-xdist
USE_LANGUAGES= # none
PYSETUPTESTTARGET= pytest
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"