pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-test
Module Name: pkgsrc
Committed By: wiz
Date: Wed Aug 24 21:35:12 UTC 2016
Modified Files:
pkgsrc/devel/py-test: ALTERNATIVES Makefile
Log Message:
Fix typo in ALTERNATIVES file. Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-test/ALTERNATIVES
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/py-test/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-test/ALTERNATIVES
diff -u pkgsrc/devel/py-test/ALTERNATIVES:1.1 pkgsrc/devel/py-test/ALTERNATIVES:1.2
--- pkgsrc/devel/py-test/ALTERNATIVES:1.1 Mon Aug 22 13:26:28 2016
+++ pkgsrc/devel/py-test/ALTERNATIVES Wed Aug 24 21:35:12 2016
@@ -1,2 +1,2 @@
-bin/py.test @PREFIX@/bin/py.test@PYVERSSUFFIX@
-bin/pytest @PREFIX@/bin/pytest@PYVERSSUFFIX@
+bin/py.test @PREFIX@/bin/py.test-@PYVERSSUFFIX@
+bin/pytest @PREFIX@/bin/pytest-@PYVERSSUFFIX@
Index: pkgsrc/devel/py-test/Makefile
diff -u pkgsrc/devel/py-test/Makefile:1.18 pkgsrc/devel/py-test/Makefile:1.19
--- pkgsrc/devel/py-test/Makefile:1.18 Mon Aug 22 13:26:28 2016
+++ pkgsrc/devel/py-test/Makefile Wed Aug 24 21:35:12 2016
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2016/08/22 13:26:28 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2016/08/24 21:35:12 wiz Exp $
DISTNAME= pytest-3.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
+PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest/}
Home |
Main Index |
Thread Index |
Old Index