py-test-datadir-1.3.1 import to wip

This commit is contained in:
K.I.A.Derouiche 2020-12-31 09:08:14 +01:00
parent e03df52dfe
commit 249c764668
6 changed files with 57 additions and 0 deletions

View File

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

1
py-test-datadir/DESCR Normal file
View File

@ -0,0 +1 @@
pytest plugin for manipulating test data directories and files.

19
py-test-datadir/Makefile Normal file
View File

@ -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
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"

17
py-test-datadir/PLIST Normal file
View File

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

7
py-test-datadir/distinfo Normal file
View File

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

View File

@ -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',
description='pytest plugin for test data directories and files',