Received: by mail.netbsd.org (Postfix, from userid 605) id C1E3384D79; Thu, 7 Sep 2017 15:02:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5489E84CFB for ; Thu, 7 Sep 2017 15:02:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id ZnnJgyB3M6Nj for ; Thu, 7 Sep 2017 15:02:43 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C74FF84CE2 for ; Thu, 7 Sep 2017 15:02:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C29FDFA97; Thu, 7 Sep 2017 15:02:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1504796563110740" MIME-Version: 1.0 Date: Thu, 7 Sep 2017 15:02:43 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-test-runner To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20170907150243.C29FDFA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1504796563110740 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1504796563110740 Content-Disposition: inline Content-Length: 3049 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 -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 --_----------=_1504796563110740--