pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-test-runner
Module Name: pkgsrc
Committed By: wiz
Date: Fri Feb 17 14:47:43 UTC 2017
Modified Files:
pkgsrc/devel/py-test-runner: Makefile distinfo
Log Message:
Updated py-test-runner to 2.11.1.
Fix test target.
2.11.1
~~~~~~
* #28: Fix logic in marker evaluation.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-test-runner/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-test-runner/distinfo
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-runner/Makefile
diff -u pkgsrc/devel/py-test-runner/Makefile:1.8 pkgsrc/devel/py-test-runner/Makefile:1.9
--- pkgsrc/devel/py-test-runner/Makefile:1.8 Sun Feb 5 19:10:10 2017
+++ pkgsrc/devel/py-test-runner/Makefile Fri Feb 17 14:47:43 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2017/02/05 19:10:10 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2017/02/17 14:47:43 wiz Exp $
-DISTNAME= pytest-runner-2.11
+DISTNAME= pytest-runner-2.11.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-runner/}
@@ -13,5 +13,8 @@ LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+do-test:
+ cd ${WRKSRC} && py.test-${PYVERSSUFFIX}
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-test-runner/distinfo
diff -u pkgsrc/devel/py-test-runner/distinfo:1.7 pkgsrc/devel/py-test-runner/distinfo:1.8
--- pkgsrc/devel/py-test-runner/distinfo:1.7 Sun Feb 5 19:10:10 2017
+++ pkgsrc/devel/py-test-runner/distinfo Fri Feb 17 14:47:43 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2017/02/05 19:10:10 wiz Exp $
+$NetBSD: distinfo,v 1.8 2017/02/17 14:47:43 wiz Exp $
-SHA1 (pytest-runner-2.11.tar.gz) = fbdbdc72eae264a49799b740dd7185142737469c
-RMD160 (pytest-runner-2.11.tar.gz) = 235c57b67c0eb523815c20426c8657f156d3a17f
-SHA512 (pytest-runner-2.11.tar.gz) = f9ac757aff00070cc2c272662afb0d839494360ccd26c86bf52b054f29da103bf967fcfbeac3761c1e1c2e90956bcd1f1a58655b44acb8b11536505e51e2fcc6
-Size (pytest-runner-2.11.tar.gz) = 9639 bytes
+SHA1 (pytest-runner-2.11.1.tar.gz) = c7d6ce5de0d7e03cc2541db28e4409cb820d0de3
+RMD160 (pytest-runner-2.11.1.tar.gz) = 8dd6f34b09895c883cb816fbd49b4e11cc2c2ae4
+SHA512 (pytest-runner-2.11.1.tar.gz) = 5249e0a368bab21bb034a9b0121edbcda635f559cc22ba79c87565dcbc070056bfed47a69c16f4733403f61ea5b73adfd1ccf945700116043cbf3940d37d4067
+Size (pytest-runner-2.11.1.tar.gz) = 9661 bytes
Home |
Main Index |
Thread Index |
Old Index