Wed Aug 24 21:35:12 2016 UTC ()
Fix typo in ALTERNATIVES file. Bump PKGREVISION.


(wiz)
diff -r1.1 -r1.2 pkgsrc/devel/py-test/ALTERNATIVES
diff -r1.18 -r1.19 pkgsrc/devel/py-test/Makefile

cvs diff -r1.1 -r1.2 pkgsrc/devel/py-test/ALTERNATIVES (expand / switch to unified diff)

--- pkgsrc/devel/py-test/ALTERNATIVES 2016/08/22 13:26:28 1.1
+++ pkgsrc/devel/py-test/ALTERNATIVES 2016/08/24 21:35:12 1.2
@@ -1,2 +1,2 @@ @@ -1,2 +1,2 @@
1bin/py.test @PREFIX@/bin/py.test@PYVERSSUFFIX@ 1bin/py.test @PREFIX@/bin/py.test-@PYVERSSUFFIX@
2bin/pytest @PREFIX@/bin/pytest@PYVERSSUFFIX@ 2bin/pytest @PREFIX@/bin/pytest-@PYVERSSUFFIX@

cvs diff -r1.18 -r1.19 pkgsrc/devel/py-test/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-test/Makefile 2016/08/22 13:26:28 1.18
+++ pkgsrc/devel/py-test/Makefile 2016/08/24 21:35:12 1.19
@@ -1,17 +1,18 @@ @@ -1,17 +1,18 @@
1# $NetBSD: Makefile,v 1.18 2016/08/22 13:26:28 wiz Exp $ 1# $NetBSD: Makefile,v 1.19 2016/08/24 21:35:12 wiz Exp $
2 2
3DISTNAME= pytest-3.0.0 3DISTNAME= pytest-3.0.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
 5PKGREVISION= 1
5CATEGORIES= devel 6CATEGORIES= devel
6MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest/} 7MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest/}
7 8
8MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://pypi.python.org/pypi/pytest 10HOMEPAGE= https://pypi.python.org/pypi/pytest
10COMMENT= Python testing tool 11COMMENT= Python testing tool
11LICENSE= mit 12LICENSE= mit
12 13
13DEPENDS+= ${PYPKGPREFIX}-py>=1.4.29:../../devel/py-py 14DEPENDS+= ${PYPKGPREFIX}-py>=1.4.29:../../devel/py-py
14DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat 15DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
15# TEST_DEPENDS 16# TEST_DEPENDS
16BUILD_DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml 17BUILD_DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
17BUILD_DEPENDS+= ${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis 18BUILD_DEPENDS+= ${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis