pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-test-forked py-test-forked: updated to 1.4.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/8345d21aff71
branches: trunk
changeset: 385971:8345d21aff71
user: adam <adam%pkgsrc.org@localhost>
date: Thu Sep 29 10:08:39 2022 +0000
description:
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.
diffstat:
devel/py-test-forked/Makefile | 14 ++++++++------
devel/py-test-forked/distinfo | 8 ++++----
2 files changed, 12 insertions(+), 10 deletions(-)
diffs (47 lines):
diff -r 522ce321acdb -r 8345d21aff71 devel/py-test-forked/Makefile
--- a/devel/py-test-forked/Makefile Thu Sep 29 10:08:14 2022 +0000
+++ b/devel/py-test-forked/Makefile Thu Sep 29 10:08:39 2022 +0000
@@ -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 @@
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"
diff -r 522ce321acdb -r 8345d21aff71 devel/py-test-forked/distinfo
--- a/devel/py-test-forked/distinfo Thu Sep 29 10:08:14 2022 +0000
+++ b/devel/py-test-forked/distinfo Thu Sep 29 10:08:39 2022 +0000
@@ -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