pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-test-datadir-1.3.1 import to wip
Module Name: pkgsrc-wip
Committed By: K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By: jihbed
Date: Thu Dec 31 09:08:14 2020 +0100
Changeset: 249c764668fc419076c22292c12d5887fb18ce7c
Modified Files:
Makefile
Added Files:
py-test-datadir/DESCR
py-test-datadir/Makefile
py-test-datadir/PLIST
py-test-datadir/distinfo
py-test-datadir/patches/patch-setup.py
Log Message:
py-test-datadir-1.3.1 import to wip
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=249c764668fc419076c22292c12d5887fb18ce7c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
py-test-datadir/DESCR | 1 +
py-test-datadir/Makefile | 19 +++++++++++++++++++
py-test-datadir/PLIST | 17 +++++++++++++++++
py-test-datadir/distinfo | 7 +++++++
py-test-datadir/patches/patch-setup.py | 12 ++++++++++++
6 files changed, 57 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 42a111eec5..95bd6e0bd1 100644
--- a/Makefile
+++ b/Makefile
@@ -4405,6 +4405,7 @@ SUBDIR+= py-tenacity
SUBDIR+= py-teng
SUBDIR+= py-teradata
SUBDIR+= py-test-doctestplus
+SUBDIR+= py-test-datadir
SUBDIR+= py-test-html
SUBDIR+= py-test-metadata
SUBDIR+= py-test-mpl
diff --git a/py-test-datadir/DESCR b/py-test-datadir/DESCR
new file mode 100644
index 0000000000..7351d3bffa
--- /dev/null
+++ b/py-test-datadir/DESCR
@@ -0,0 +1 @@
+pytest plugin for manipulating test data directories and files.
diff --git a/py-test-datadir/Makefile b/py-test-datadir/Makefile
new file mode 100644
index 0000000000..cca625cbda
--- /dev/null
+++ b/py-test-datadir/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+DISTNAME= pytest-datadir-1.3.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-datadir/}
+
+MAINTAINER= kamelderouiche%yahoo.com@localhost
+HOMEPAGE= http://github.com/gabrielcnr/pytest-datadir
+COMMENT= Pytest plugin for test data directories and files
+LICENSE= mit
+
+BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=4.1.2:../../devel/py-setuptools_scm
+BUILD_DEPENDS+= ${PYPKGPREFIX}-test>=5.3.10:../../devel/py-test
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-test-datadir/PLIST b/py-test-datadir/PLIST
new file mode 100644
index 0000000000..42118c658e
--- /dev/null
+++ b/py-test-datadir/PLIST
@@ -0,0 +1,17 @@
+@comment $NetBSD$
+LICENSE
+${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}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/pytest_datadir/__init__.py
+${PYSITELIB}/pytest_datadir/__init__.pyc
+${PYSITELIB}/pytest_datadir/__init__.pyo
+${PYSITELIB}/pytest_datadir/_version.py
+${PYSITELIB}/pytest_datadir/_version.pyc
+${PYSITELIB}/pytest_datadir/_version.pyo
+${PYSITELIB}/pytest_datadir/plugin.py
+${PYSITELIB}/pytest_datadir/plugin.pyc
+${PYSITELIB}/pytest_datadir/plugin.pyo
diff --git a/py-test-datadir/distinfo b/py-test-datadir/distinfo
new file mode 100644
index 0000000000..5c242af2eb
--- /dev/null
+++ b/py-test-datadir/distinfo
@@ -0,0 +1,7 @@
+$NetBSD$
+
+SHA1 (pytest-datadir-1.3.1.tar.gz) = 1a28308acd1cb7e6e1ba572f7478aaa1552d5f6d
+RMD160 (pytest-datadir-1.3.1.tar.gz) = 0c0290a1b93ee19b9307fce844c5847d874a940d
+SHA512 (pytest-datadir-1.3.1.tar.gz) = 2ab035ea4e6c4eaaead746a5fd3988feed31a314f73e18270faf4ae606521aa045f3d6c5e1301adcb87f8fd5b1ba5f3f1784f212ad778707ba46ad638d594f8c
+Size (pytest-datadir-1.3.1.tar.gz) = 15230 bytes
+SHA1 (patch-setup.py) = 3f5db8e214e6041dc73a654514096e7754b13c67
diff --git a/py-test-datadir/patches/patch-setup.py b/py-test-datadir/patches/patch-setup.py
new file mode 100644
index 0000000000..1ba15d2acf
--- /dev/null
+++ b/py-test-datadir/patches/patch-setup.py
@@ -0,0 +1,12 @@
+$NetBSD$
+
+--- setup.py.orig 2019-10-22 13:04:06.000000000 +0000
++++ setup.py
+@@ -18,7 +18,6 @@ setup(
+ },
+ package_dir={"": "src"},
+ install_requires=['pytest>=2.7.0'],
+- data_files = [("", ["LICENSE"])],
+ author='Gabriel Reis',
+ author_email='gabrielcnr%gmail.com@localhost',
+ description='pytest plugin for test data directories and files',
Home |
Main Index |
Thread Index |
Old Index