pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-test-trio
Module Name: pkgsrc
Committed By: wiz
Date: Fri Dec 5 20:57:34 UTC 2025
Modified Files:
pkgsrc/devel/py-test-trio: Makefile PLIST
Log Message:
py-test-trio: update dependency pattern, convert to wheel.mk
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-test-trio/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-test-trio/PLIST
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-trio/Makefile
diff -u pkgsrc/devel/py-test-trio/Makefile:1.2 pkgsrc/devel/py-test-trio/Makefile:1.3
--- pkgsrc/devel/py-test-trio/Makefile:1.2 Tue Nov 15 10:01:56 2022
+++ pkgsrc/devel/py-test-trio/Makefile Fri Dec 5 20:57:34 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2022/11/15 10:01:56 adam Exp $
+# $NetBSD: Makefile,v 1.3 2025/12/05 20:57:34 wiz Exp $
DISTNAME= pytest-trio-0.8.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
+PKGREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-trio/}
@@ -10,20 +11,19 @@ HOMEPAGE= https://github.com/python-trio
COMMENT= Python testing tool for trio
LICENSE= mit OR apache-2.0
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-outcome>=1.1.0:../../devel/py-outcome
DEPENDS+= ${PYPKGPREFIX}-test>=7.2.0:../../devel/py-test
-DEPENDS+= ${PYPKGPREFIX}-trio>=0.22.0:../../devel/py-trio
+DEPENDS+= ${PYPKGPREFIX}-trio>=0.25.1:../../devel/py-trio
TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis>=6.56.4:../../devel/py-hypothesis
TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=4.0.0:../../devel/py-test-cov
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
# does not run
# Defining 'pytest_plugins' in a non-top-level conftest is no longer supported:
do-test:
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} pytest_trio
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-test-trio/PLIST
diff -u pkgsrc/devel/py-test-trio/PLIST:1.1 pkgsrc/devel/py-test-trio/PLIST:1.2
--- pkgsrc/devel/py-test-trio/PLIST:1.1 Thu Mar 31 21:47:54 2022
+++ pkgsrc/devel/py-test-trio/PLIST Fri Dec 5 20:57:34 2025
@@ -1,10 +1,12 @@
-@comment $NetBSD: PLIST,v 1.1 2022/03/31 21:47:54 wiz 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 2025/12/05 20:57:34 wiz Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.APACHE2
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.MIT
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/pytest_trio/__init__.py
${PYSITELIB}/pytest_trio/__init__.pyc
${PYSITELIB}/pytest_trio/__init__.pyo
Home |
Main Index |
Thread Index |
Old Index