pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-test-runner 2.12.1:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/38312abf09be
branches:  trunk
changeset: 367821:38312abf09be
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Sep 07 15:02:43 2017 +0000

description:
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!

diffstat:

 devel/py-test-runner/Makefile |  12 +++++++-----
 devel/py-test-runner/PLIST    |   3 ++-
 devel/py-test-runner/distinfo |  10 +++++-----
 3 files changed, 14 insertions(+), 11 deletions(-)

diffs (59 lines):

diff -r 114f0d8d530e -r 38312abf09be devel/py-test-runner/Makefile
--- a/devel/py-test-runner/Makefile     Thu Sep 07 14:50:44 2017 +0000
+++ b/devel/py-test-runner/Makefile     Thu Sep 07 15:02:43 2017 +0000
@@ -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}
 
diff -r 114f0d8d530e -r 38312abf09be devel/py-test-runner/PLIST
--- a/devel/py-test-runner/PLIST        Thu Sep 07 14:50:44 2017 +0000
+++ b/devel/py-test-runner/PLIST        Thu Sep 07 15:02:43 2017 +0000
@@ -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
diff -r 114f0d8d530e -r 38312abf09be devel/py-test-runner/distinfo
--- a/devel/py-test-runner/distinfo     Thu Sep 07 14:50:44 2017 +0000
+++ b/devel/py-test-runner/distinfo     Thu Sep 07 15:02:43 2017 +0000
@@ -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