58d2fad6c5
2.0.1 Unknown changes 2.0.0 Python 3 deprecation warning cleanups Moved code to GitHub under the Pylons Project. Moved documentation under the Pylons Project, hosted by Read the Docs at https://docs.pylonsproject.org/projects/pastedeploy/en/latest/
19 lines
593 B
Makefile
19 lines
593 B
Makefile
# $NetBSD: Makefile,v 1.9 2018/12/14 13:29:28 adam Exp $
|
|
|
|
DISTNAME= PasteDeploy-2.0.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= www python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=P/PasteDeploy/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/Pylons/pastedeploy/
|
|
COMMENT= Load, configure, and compose WSGI applications and servers
|
|
LICENSE= mit
|
|
|
|
BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
|
|
TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|