pkgsrc/www/py-test-httpbin/Makefile
2019-11-21 13:27:39 +00:00

22 lines
694 B
Makefile

# $NetBSD: Makefile,v 1.7 2019/11/21 13:27:39 adam Exp $
DISTNAME= pytest-httpbin-1.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-httpbin/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/kevin1024/pytest-httpbin
COMMENT= Easily test your HTTP library against a local copy of httpbin
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-httpbin-[0-9]*:../../www/py-httpbin
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-httpbin
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"