pkgsrc/www/py-test-httpbin/Makefile
adam ad3cb6c9a3 py-test-httpbin: updated to 1.0.0
v1.0.0:
Update included self-signed cert to include IP address in SAN. Full version bump because this could be a breaking change for those depending on the certificate missing the IP address in the SAN (as it seems the requests test suite does)
Only use @pytest.fixture decorator once
Fix a few README typos
2019-02-18 11:47:11 +00:00

20 lines
647 B
Makefile

# $NetBSD: Makefile,v 1.6 2019/02/18 11:47:11 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
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"