Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D580B84D05 for ; Thu, 31 Aug 2023 13:56:47 +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 EamErbUWMDPp for ; Thu, 31 Aug 2023 13:56:47 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 08D6384CDC for ; Thu, 31 Aug 2023 13:56:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F11E7FBDB; Thu, 31 Aug 2023 13:56:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169349020618530" MIME-Version: 1.0 Date: Thu, 31 Aug 2023 13:56:46 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/net To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230831135646.F11E7FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169349020618530 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Aug 31 13:56:46 UTC 2023 Modified Files: pkgsrc/net: Makefile Added Files: pkgsrc/net/py-test-remotedata: DESCR Makefile PLIST distinfo Log Message: py-test-remotedata: added version 0.4.0 This package provides a plugin for the pytest framework that allows developers to control unit tests that require access to data from the internet. It was originally part of the astropy core package, but has been moved to a separate package in order to be of more general use. To generate a diff of this commit: cvs rdiff -u -r1.1536 -r1.1537 pkgsrc/net/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/net/py-test-remotedata/DESCR \ pkgsrc/net/py-test-remotedata/Makefile \ pkgsrc/net/py-test-remotedata/PLIST \ pkgsrc/net/py-test-remotedata/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169349020618530 Content-Disposition: inline Content-Length: 3829 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/Makefile diff -u pkgsrc/net/Makefile:1.1536 pkgsrc/net/Makefile:1.1537 --- pkgsrc/net/Makefile:1.1536 Tue Aug 29 20:57:59 2023 +++ pkgsrc/net/Makefile Thu Aug 31 13:56:46 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1536 2023/08/29 20:57:59 adam Exp $ +# $NetBSD: Makefile,v 1.1537 2023/08/31 13:56:46 adam Exp $ # COMMENT= Networking tools @@ -791,6 +791,7 @@ SUBDIR+= py-socksipy-branch SUBDIR+= py-softlayer SUBDIR+= py-stone SUBDIR+= py-subunit +SUBDIR+= py-test-remotedata SUBDIR+= py-tldextract SUBDIR+= py-tweepy SUBDIR+= py-twine Added files: Index: pkgsrc/net/py-test-remotedata/DESCR diff -u /dev/null pkgsrc/net/py-test-remotedata/DESCR:1.1 --- /dev/null Thu Aug 31 13:56:46 2023 +++ pkgsrc/net/py-test-remotedata/DESCR Thu Aug 31 13:56:46 2023 @@ -0,0 +1,4 @@ +This package provides a plugin for the pytest framework that allows developers +to control unit tests that require access to data from the internet. It was +originally part of the astropy core package, but has been moved to a separate +package in order to be of more general use. Index: pkgsrc/net/py-test-remotedata/Makefile diff -u /dev/null pkgsrc/net/py-test-remotedata/Makefile:1.1 --- /dev/null Thu Aug 31 13:56:46 2023 +++ pkgsrc/net/py-test-remotedata/Makefile Thu Aug 31 13:56:46 2023 @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1 2023/08/31 13:56:46 adam Exp $ + +DISTNAME= pytest-remotedata-0.4.0 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//} +CATEGORIES= net python +MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-remotedata/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/astropy/pytest-remotedata +COMMENT= Pytest plugin for controlling remote data access +LICENSE= modified-bsd + +DEPENDS+= ${PYPKGPREFIX}-test>=4.6:../../devel/py-test +DEPENDS+= ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging + +USE_LANGUAGES= # none + +PYTHON_VERSIONS_INCOMPATIBLE= 27 + +do-test: + cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/net/py-test-remotedata/PLIST diff -u /dev/null pkgsrc/net/py-test-remotedata/PLIST:1.1 --- /dev/null Thu Aug 31 13:56:46 2023 +++ pkgsrc/net/py-test-remotedata/PLIST Thu Aug 31 13:56:46 2023 @@ -0,0 +1,20 @@ +@comment $NetBSD: PLIST,v 1.1 2023/08/31 13:56:46 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}/not-zip-safe +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/pytest_remotedata/__init__.py +${PYSITELIB}/pytest_remotedata/__init__.pyc +${PYSITELIB}/pytest_remotedata/__init__.pyo +${PYSITELIB}/pytest_remotedata/disable_internet.py +${PYSITELIB}/pytest_remotedata/disable_internet.pyc +${PYSITELIB}/pytest_remotedata/disable_internet.pyo +${PYSITELIB}/pytest_remotedata/plugin.py +${PYSITELIB}/pytest_remotedata/plugin.pyc +${PYSITELIB}/pytest_remotedata/plugin.pyo +${PYSITELIB}/pytest_remotedata/version.py +${PYSITELIB}/pytest_remotedata/version.pyc +${PYSITELIB}/pytest_remotedata/version.pyo Index: pkgsrc/net/py-test-remotedata/distinfo diff -u /dev/null pkgsrc/net/py-test-remotedata/distinfo:1.1 --- /dev/null Thu Aug 31 13:56:46 2023 +++ pkgsrc/net/py-test-remotedata/distinfo Thu Aug 31 13:56:46 2023 @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2023/08/31 13:56:46 adam Exp $ + +BLAKE2s (pytest-remotedata-0.4.0.tar.gz) = d490ddfb3ae9da6e99d4f0c15d8ccbeae612fe7a896d68b328648bc9e77cc180 +SHA512 (pytest-remotedata-0.4.0.tar.gz) = 3a1a2e20099638b3ef9088b4ad80305113e0ae1957eda11d193c219554694f6c09423a06d3d2477b4f33b9e601125503fc00a83c3fac62102a45d3cdb6257080 +Size (pytest-remotedata-0.4.0.tar.gz) = 13227 bytes --_----------=_169349020618530--