pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-stem
Module Name: pkgsrc
Committed By: wiz
Date: Sun Apr 13 07:10:47 UTC 2025
Modified Files:
pkgsrc/devel/py-stem: Makefile PLIST
Log Message:
py-stem: convert to wheel.mk
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-stem/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-stem/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-stem/Makefile
diff -u pkgsrc/devel/py-stem/Makefile:1.10 pkgsrc/devel/py-stem/Makefile:1.11
--- pkgsrc/devel/py-stem/Makefile:1.10 Mon Oct 23 06:37:42 2023
+++ pkgsrc/devel/py-stem/Makefile Sun Apr 13 07:10:46 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2023/10/23 06:37:42 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2025/04/13 07:10:46 wiz Exp $
DISTNAME= stem-1.8.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= devel net python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/stem/}
@@ -13,6 +13,7 @@ LICENSE= gnu-gpl-v3
USE_LANGUAGES= # none
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
TEST_DEPENDS+= ${PYPKGPREFIX}-codestyle-[0-9]*:../../devel/py-codestyle
TEST_DEPENDS+= ${PYPKGPREFIX}-flakes-[0-9]*:../../devel/py-flakes
TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
@@ -26,13 +27,11 @@ REPLACE_PYTHON+= run_tests.py
REPLACE_PYTHON+= setup.py
REPLACE_PYTHON+= tor-prompt
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
do-test:
cd ${WRKSRC} && ${PYTHONBIN} run_tests.py --unit
.include "../../lang/python/batteries-included.mk"
.include "../../lang/python/application.mk"
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-stem/PLIST
diff -u pkgsrc/devel/py-stem/PLIST:1.3 pkgsrc/devel/py-stem/PLIST:1.4
--- pkgsrc/devel/py-stem/PLIST:1.3 Sat Jan 1 21:21:41 2022
+++ pkgsrc/devel/py-stem/PLIST Sun Apr 13 07:10:46 2025
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.3 2022/01/01 21:21:41 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2025/04/13 07:10:46 wiz Exp $
bin/tor-prompt
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/stem/__init__.py
${PYSITELIB}/stem/__init__.pyc
${PYSITELIB}/stem/__init__.pyo
Home |
Main Index |
Thread Index |
Old Index