pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-test-env



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Nov 30 20:47:20 UTC 2023

Modified Files:
        pkgsrc/devel/py-test-env: Makefile distinfo

Log Message:
py-test-env: updated to 1.1.3

1.1.3
Unknown changes


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-test-env/Makefile \
    pkgsrc/devel/py-test-env/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-test-env/Makefile
diff -u pkgsrc/devel/py-test-env/Makefile:1.8 pkgsrc/devel/py-test-env/Makefile:1.9
--- pkgsrc/devel/py-test-env/Makefile:1.8       Wed Nov  1 18:40:38 2023
+++ pkgsrc/devel/py-test-env/Makefile   Thu Nov 30 20:47:19 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2023/11/01 18:40:38 adam Exp $
+# $NetBSD: Makefile,v 1.9 2023/11/30 20:47:19 adam Exp $
 
-DISTNAME=      pytest_env-1.1.1
+DISTNAME=      pytest_env-1.1.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//:S/_/-/}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-env/}
@@ -10,17 +10,20 @@ HOMEPAGE=   https://github.com/MobileDynas
 COMMENT=       Plugin for py.test that allows you to add environment variables
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.17.1:../../devel/py-hatchling
-TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs>=0.2:../../devel/py-hatch-vcs
-DEPENDS+=      ${PYPKGPREFIX}-test>=7.3.1:../../devel/py-test
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock>=3.10:../../devel/py-test-mock
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.18:../../devel/py-hatchling
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs>=0.3:../../devel/py-hatch-vcs
+DEPENDS+=      ${PYPKGPREFIX}-test>=7.4.3:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock>=3.12:../../devel/py-test-mock
 
 USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-do-test:
-       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
+.include "../../lang/python/pyversion.mk"
+
+.if ${PYTHON_VERSION} < 311
+DEPENDS+=      ${PYPKGPREFIX}-tomli>=1.0.0:../../textproc/py-tomli
+.endif
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-test-env/distinfo
diff -u pkgsrc/devel/py-test-env/distinfo:1.8 pkgsrc/devel/py-test-env/distinfo:1.9
--- pkgsrc/devel/py-test-env/distinfo:1.8       Wed Nov  1 18:40:38 2023
+++ pkgsrc/devel/py-test-env/distinfo   Thu Nov 30 20:47:19 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2023/11/01 18:40:38 adam Exp $
+$NetBSD: distinfo,v 1.9 2023/11/30 20:47:19 adam Exp $
 
-BLAKE2s (pytest_env-1.1.1.tar.gz) = 7ed04ce8384561c272490721fb7d1d734b4d63c5dfadbd10b8a4f1e7a8942bbe
-SHA512 (pytest_env-1.1.1.tar.gz) = dffe17d1e7a2f0a8d26fd13ebc5f87ee834f03cbcf9870899952c306bdefafd9b3bc8f6120142c22d82cace28ee6b681e40b8eb71cd3c77781bf56c269c28feb
-Size (pytest_env-1.1.1.tar.gz) = 8625 bytes
+BLAKE2s (pytest_env-1.1.3.tar.gz) = b0ee23c4e53c7775c1a415e32c44717ef93c07d70ce0c9c84e65f508daba1a34
+SHA512 (pytest_env-1.1.3.tar.gz) = c38371a272987757774bed6b566b55ba2304ca37e69f3f5671fb03735bbdfe5e51c3b03cd885d6bdbd73496daa95a57d79e03bf5d9171f0e9c5c0ae38492b304
+Size (pytest_env-1.1.3.tar.gz) = 8627 bytes



Home | Main Index | Thread Index | Old Index