pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-test-forked
Module Name: pkgsrc
Committed By: adam
Date: Thu Sep 29 10:08:39 UTC 2022
Modified Files:
pkgsrc/devel/py-test-forked: Makefile distinfo
Log Message:
py-test-forked: updated to 1.4.0
v1.4.0
* Dropped support for Python 2.7 and 3.5.
* Added official support for Python 3.10.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-test-forked/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-test-forked/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-forked/Makefile
diff -u pkgsrc/devel/py-test-forked/Makefile:1.9 pkgsrc/devel/py-test-forked/Makefile:1.10
--- pkgsrc/devel/py-test-forked/Makefile:1.9 Thu Jan 13 19:31:22 2022
+++ pkgsrc/devel/py-test-forked/Makefile Thu Sep 29 10:08:39 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2022/01/13 19:31:22 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2022/09/29 10:08:39 adam Exp $
-DISTNAME= pytest-forked-1.3.0
+DISTNAME= pytest-forked-1.4.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
-PKGREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-forked/}
@@ -11,13 +10,16 @@ HOMEPAGE= https://github.com/pytest-dev/
COMMENT= Run tests in isolated forked subprocesses
LICENSE= mit
-PYTHON_VERSIONED_DEPENDENCIES= test setuptools_scm:build
+BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+DEPENDS+= ${PYPKGPREFIX}-py-[0-9]*:../../devel/py-py
+DEPENDS+= ${PYPKGPREFIX}-test>=3.10:../../devel/py-test
USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
do-test:
- cd ${WRKSRC} && pytest-${PYVERSSUFFIX} testing
+ cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} testing
.include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-test-forked/distinfo
diff -u pkgsrc/devel/py-test-forked/distinfo:1.7 pkgsrc/devel/py-test-forked/distinfo:1.8
--- pkgsrc/devel/py-test-forked/distinfo:1.7 Tue Oct 26 10:19:08 2021
+++ pkgsrc/devel/py-test-forked/distinfo Thu Sep 29 10:08:39 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2021/10/26 10:19:08 nia Exp $
+$NetBSD: distinfo,v 1.8 2022/09/29 10:08:39 adam Exp $
-BLAKE2s (pytest-forked-1.3.0.tar.gz) = f0b7a53391fbb87267949d5099bc0d6cfc9c777617d7d6441ce190b7eb0f52ec
-SHA512 (pytest-forked-1.3.0.tar.gz) = 25d639aa43380155d7744f1d05a95e0144f5fe7dea42ff3c2bba3803a07d73b5eb008525469330c5dda14800fe4b611241691be197132f31f88f66930c3ecac0
-Size (pytest-forked-1.3.0.tar.gz) = 9850 bytes
+BLAKE2s (pytest-forked-1.4.0.tar.gz) = bccea4f52c7f9b66e33f1c30a9b70bc45d9280507e8c3394b9e3df8259cadf74
+SHA512 (pytest-forked-1.4.0.tar.gz) = ba402aec6dbec7a94815913192a49390b637a123d3557f48d809ae2e871e9e0cff8f9d0feb99e2bd06fe9486520b5e539f397d39475a720f8283b1bd21c751c7
+Size (pytest-forked-1.4.0.tar.gz) = 10197 bytes
Home |
Main Index |
Thread Index |
Old Index