pkgsrc-Changes archive

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

CVS commit: pkgsrc/net



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.

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@localhost
+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



Home | Main Index | Thread Index | Old Index