23 lines
729 B
Makefile
23 lines
729 B
Makefile
# $NetBSD: Makefile,v 1.5 2018/05/23 10:59:08 adam Exp $
|
|
|
|
DISTNAME= pytest-httpbin-0.3.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
|
|
|
|
# test failure in 0.3.0:
|
|
# https://github.com/kevin1024/pytest-httpbin/issues/46
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|