pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-test-forked



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Jan 13 17:50:22 UTC 2019

Modified Files:
        pkgsrc/devel/py-test-forked: Makefile distinfo

Log Message:
py-test-forked: updated to 1.0.1

v1.0.1
* Fix support for pytest 4.1.

v1.0
* just a takeout of pytest-xdist


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-test-forked/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-test-forked/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-forked/Makefile
diff -u pkgsrc/devel/py-test-forked/Makefile:1.2 pkgsrc/devel/py-test-forked/Makefile:1.3
--- pkgsrc/devel/py-test-forked/Makefile:1.2    Fri Aug 25 20:02:04 2017
+++ pkgsrc/devel/py-test-forked/Makefile        Sun Jan 13 17:50:22 2019
@@ -1,19 +1,22 @@
-# $NetBSD: Makefile,v 1.2 2017/08/25 20:02:04 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2019/01/13 17:50:22 adam Exp $
 
-DISTNAME=      pytest-forked-0.2
+DISTNAME=      pytest-forked-1.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-forked/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://pypi.python.org/pypi/pytest-forked/
+HOMEPAGE=      https://github.com/pytest-dev/pytest-forked
 COMMENT=       Run tests in isolated forked subprocesses
 LICENSE=       mit
 
-DEPENDS+=      ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+DEPENDS+=      ${PYPKGPREFIX}-test>=3.1.0:../../devel/py-test
 
-USE_LANGUAGES=         # none
+USE_LANGUAGES= # none
+
+do-test:
+       cd ${WRKSRC} && pytest-${PYVERSSUFFIX} testing
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-test-forked/distinfo
diff -u pkgsrc/devel/py-test-forked/distinfo:1.1 pkgsrc/devel/py-test-forked/distinfo:1.2
--- pkgsrc/devel/py-test-forked/distinfo:1.1    Mon Aug 14 19:46:10 2017
+++ pkgsrc/devel/py-test-forked/distinfo        Sun Jan 13 17:50:22 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/08/14 19:46:10 wiz Exp $
+$NetBSD: distinfo,v 1.2 2019/01/13 17:50:22 adam Exp $
 
-SHA1 (pytest-forked-0.2.tar.gz) = 8efa072747a73b0e101c82b2de46e51a57ab6a2f
-RMD160 (pytest-forked-0.2.tar.gz) = c7a549333c42544fddce2273d880812ad9e784b4
-SHA512 (pytest-forked-0.2.tar.gz) = 5e84fcaceed46ee9da8eec051e72acb46f09e2df3458511651604c35d68e3ad06fc41d52578127fd29f0c216dcb5fce1844c614f10501727cbf8fa8f2316f231
-Size (pytest-forked-0.2.tar.gz) = 9617 bytes
+SHA1 (pytest-forked-1.0.1.tar.gz) = ebaa7787f53675406d8976d83846fe449b56d53a
+RMD160 (pytest-forked-1.0.1.tar.gz) = 59bea869caf0cdb2cd206a48fdaf94a92e2f47a7
+SHA512 (pytest-forked-1.0.1.tar.gz) = 6fc56ce7fcbb76e5c92c912eb199b8d7af09f2fc3d4648ac7493fcdd1ba9df40fd87bd03a384d70ed015cd5d9f0e243a2c89811daabd5477f3355bbbdb2d7657
+Size (pytest-forked-1.0.1.tar.gz) = 6751 bytes



Home | Main Index | Thread Index | Old Index