py-test-env: updated to 0.8.1
0.8.1 Unknown changes
This commit is contained in:
parent
87989e4c39
commit
eadce72c5d
3 changed files with 26 additions and 27 deletions
|
@ -1,29 +1,25 @@
|
|||
# $NetBSD: Makefile,v 1.2 2022/01/04 20:53:41 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2022/11/30 15:08:31 adam Exp $
|
||||
|
||||
DISTNAME= pytest-env-0.6.2
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
|
||||
PKGREVISION= 1
|
||||
DISTNAME= pytest_env-0.8.1
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//:S/_/-/}
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-env/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= https://github.com/MobileDynasty/pytest-env
|
||||
COMMENT= Plugin for py.test that allows you to add environment variables
|
||||
|
||||
LICENSE= mit
|
||||
|
||||
DEPENDS+= ${PYPKGPREFIX}-test>=2.6.0:../../devel/py-test
|
||||
|
||||
# This likely works with 27, but for now omit versioned deps.
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
||||
|
||||
.include "../../lang/python/pyversion.mk"
|
||||
TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.11.1:../../devel/py-hatchling
|
||||
TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs>=0.2:../../devel/py-hatch-vcs
|
||||
DEPENDS+= ${PYPKGPREFIX}-test>=7.1.3:../../devel/py-test
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
USE_TOOLS+= bash:build
|
||||
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
||||
|
||||
do-test:
|
||||
cd ${WRKSRC}/testing && pytest-${PYVERSSUFFIX}
|
||||
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../lang/python/wheel.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,13 +1,16 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2021/09/03 12:05:17 gdt 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}/requires.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
||||
@comment $NetBSD: PLIST,v 1.2 2022/11/30 15:08:31 adam Exp $
|
||||
${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
|
||||
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
|
||||
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
|
||||
${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED
|
||||
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
|
||||
${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json
|
||||
${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
|
||||
${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
|
||||
${PYSITELIB}/pytest_env/__init__.py
|
||||
${PYSITELIB}/pytest_env/__init__.pyc
|
||||
${PYSITELIB}/pytest_env/__init__.pyo
|
||||
${PYSITELIB}/pytest_env/plugin.py
|
||||
${PYSITELIB}/pytest_env/plugin.pyc
|
||||
${PYSITELIB}/pytest_env/plugin.pyo
|
||||
${PYSITELIB}/pytest_env/py.typed
|
||||
${PYSITELIB}/pytest_env/version.py
|
||||
${PYSITELIB}/pytest_env/version.pyc
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.3 2021/10/26 10:19:07 nia Exp $
|
||||
$NetBSD: distinfo,v 1.4 2022/11/30 15:08:31 adam Exp $
|
||||
|
||||
BLAKE2s (pytest-env-0.6.2.tar.gz) = ff7788511250a1553aaa862b5f257a14d51414f33e50711dae1bb5b6d47d0976
|
||||
SHA512 (pytest-env-0.6.2.tar.gz) = 0b3bb21fc881023c102b584593c6e28840400ce8190810f33f9a421df4141e17dcfad2943c4159aaab82376b7b47b07b45f97c9cb232a7d17c4d35b55966596d
|
||||
Size (pytest-env-0.6.2.tar.gz) = 1693 bytes
|
||||
BLAKE2s (pytest_env-0.8.1.tar.gz) = 60c7984706363141ca1406a75fc1aeda00fba366844fb89dd7ddbfa1f97a04a3
|
||||
SHA512 (pytest_env-0.8.1.tar.gz) = 0c99db9c5467f5fe6f8655e540fff4b91884cef3553daf455298d2dc7bb51439418f3149b941d37a777199f28d82eccb2073fdd5e09bfb97cdf24d3ddb1d21bc
|
||||
Size (pytest_env-0.8.1.tar.gz) = 6926 bytes
|
||||
|
|
Loading…
Reference in a new issue