pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun May  5 22:11:33 UTC 2024

Modified Files:
        pkgsrc/devel/py-test-pythonpath: Makefile PLIST

Log Message:
py-test-pythonpath: convert to wheel.mk

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-test-pythonpath/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-test-pythonpath/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-pythonpath/Makefile
diff -u pkgsrc/devel/py-test-pythonpath/Makefile:1.5 pkgsrc/devel/py-test-pythonpath/Makefile:1.6
--- pkgsrc/devel/py-test-pythonpath/Makefile:1.5        Tue Aug 23 11:17:55 2022
+++ pkgsrc/devel/py-test-pythonpath/Makefile    Sun May  5 22:11:33 2024
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2022/08/23 11:17:55 adam Exp $
+# $NetBSD: Makefile,v 1.6 2024/05/05 22:11:33 wiz Exp $
 
 DISTNAME=      pytest-pythonpath-0.7.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
+PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-pythonpath/}
 
@@ -10,13 +11,12 @@ HOMEPAGE=   https://github.com/bigsassy/py
 COMMENT=       Pytest plugin for adding to the PYTHONPATH
 LICENSE=       mit
 
-PYTHON_VERSIONED_DEPENDENCIES= test
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 
 USE_LANGUAGES= # none
 
-do-test:
-       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-.include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-test-pythonpath/PLIST
diff -u pkgsrc/devel/py-test-pythonpath/PLIST:1.1 pkgsrc/devel/py-test-pythonpath/PLIST:1.2
--- pkgsrc/devel/py-test-pythonpath/PLIST:1.1   Sun Nov 26 17:11:15 2017
+++ pkgsrc/devel/py-test-pythonpath/PLIST       Sun May  5 22:11:33 2024
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.1 2017/11/26 17:11:15 adam 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 2024/05/05 22:11:33 wiz Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/pytest_pythonpath.py
 ${PYSITELIB}/pytest_pythonpath.pyc
 ${PYSITELIB}/pytest_pythonpath.pyo



Home | Main Index | Thread Index | Old Index