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:   adam
Date:           Thu Sep  7 15:02:43 UTC 2017

Modified Files:
        pkgsrc/devel/py-test-runner: Makefile PLIST distinfo

Log Message:
2.12.1:
Fix support for dependency_links.

2.12:
Rework support for --allow-hosts and --index-url, removing dependence on setuptools.Distribution's private member. Additionally corrects logic in marker evaluation along with unit tests!


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-test-runner/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-test-runner/PLIST
cvs rdiff -u -r1.8 -r1.9 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.9 pkgsrc/devel/py-test-runner/Makefile:1.10
--- pkgsrc/devel/py-test-runner/Makefile:1.9    Fri Feb 17 14:47:43 2017
+++ pkgsrc/devel/py-test-runner/Makefile        Thu Sep  7 15:02:43 2017
@@ -1,18 +1,20 @@
-# $NetBSD: Makefile,v 1.9 2017/02/17 14:47:43 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2017/09/07 15:02:43 adam Exp $
 
-DISTNAME=      pytest-runner-2.11.1
+DISTNAME=      pytest-runner-2.12.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
-CATEGORIES=    devel
+CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-runner/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://pypi.python.org/pypi/pytest-runner
+HOMEPAGE=      https://github.com/pytest-dev/pytest-runner
 COMMENT=       Invoke py.test as distutils command with dependency resolution
 LICENSE=       mit
 
-DEPENDS+=      ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+DEPENDS+=      ${PYPKGPREFIX}-test>=2.8:../../devel/py-test
 DEPENDS+=      ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 
+USE_LANGUAGES= # none
+
 do-test:
        cd ${WRKSRC} && py.test-${PYVERSSUFFIX}
 

Index: pkgsrc/devel/py-test-runner/PLIST
diff -u pkgsrc/devel/py-test-runner/PLIST:1.2 pkgsrc/devel/py-test-runner/PLIST:1.3
--- pkgsrc/devel/py-test-runner/PLIST:1.2       Wed Apr 13 18:49:08 2016
+++ pkgsrc/devel/py-test-runner/PLIST   Thu Sep  7 15:02:43 2017
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.2 2016/04/13 18:49:08 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2017/09/07 15:02:43 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
 ${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
 ${PYSITELIB}/${EGG_INFODIR}/namespace_packages.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/ptr.py
 ${PYSITELIB}/ptr.pyc

Index: pkgsrc/devel/py-test-runner/distinfo
diff -u pkgsrc/devel/py-test-runner/distinfo:1.8 pkgsrc/devel/py-test-runner/distinfo:1.9
--- pkgsrc/devel/py-test-runner/distinfo:1.8    Fri Feb 17 14:47:43 2017
+++ pkgsrc/devel/py-test-runner/distinfo        Thu Sep  7 15:02:43 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2017/02/17 14:47:43 wiz Exp $
+$NetBSD: distinfo,v 1.9 2017/09/07 15:02:43 adam Exp $
 
-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
+SHA1 (pytest-runner-2.12.1.tar.gz) = 51c76a8859956d959db8173200f30628da1739b3
+RMD160 (pytest-runner-2.12.1.tar.gz) = 90391f2ae6fb6ec9c21995a7d04bdafc70ba2274
+SHA512 (pytest-runner-2.12.1.tar.gz) = 21c914ef1c0a0f644b9efb97ab94e42fe96e89d84fcc2420afd48700cb1792e50ae2075fb4849d062f785f78381d78de2b2a1bc1eca792fdb341c52ab1f28f4d
+Size (pytest-runner-2.12.1.tar.gz) = 11603 bytes



Home | Main Index | Thread Index | Old Index