pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-cycler



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 13 11:10:30 UTC 2025

Modified Files:
        pkgsrc/graphics/py-cycler: Makefile PLIST

Log Message:
py-cycler: fix for setuptools>=78


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/graphics/py-cycler/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/py-cycler/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/py-cycler/Makefile
diff -u pkgsrc/graphics/py-cycler/Makefile:1.6 pkgsrc/graphics/py-cycler/Makefile:1.7
--- pkgsrc/graphics/py-cycler/Makefile:1.6      Mon Nov 11 07:28:34 2024
+++ pkgsrc/graphics/py-cycler/Makefile  Sun Apr 13 11:10:30 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2024/11/11 07:28:34 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2025/04/13 11:10:30 wiz Exp $
 
 DISTNAME=      cycler-0.12.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/cycler/}
 
@@ -10,11 +11,9 @@ HOMEPAGE=    https://github.com/matplotlib/
 COMMENT=       Composable style cycles
 LICENSE=       2-clause-bsd
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/graphics/py-cycler/PLIST
diff -u pkgsrc/graphics/py-cycler/PLIST:1.3 pkgsrc/graphics/py-cycler/PLIST:1.4
--- pkgsrc/graphics/py-cycler/PLIST:1.3 Sun Nov  5 00:42:06 2023
+++ pkgsrc/graphics/py-cycler/PLIST     Sun Apr 13 11:10:30 2025
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.3 2023/11/05 00:42:06 wiz Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+@comment $NetBSD: PLIST,v 1.4 2025/04/13 11:10:30 wiz Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/cycler/__init__.py
 ${PYSITELIB}/cycler/__init__.pyc



Home | Main Index | Thread Index | Old Index