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 Nov  5 00:42:06 UTC 2023

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

Log Message:
py-cycler: update to 0.12.1.

The major new feature in this release is the addition of type hints.
Furthermore, the minimum supported version of Python is now 3.8.


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

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.4 pkgsrc/graphics/py-cycler/Makefile:1.5
--- pkgsrc/graphics/py-cycler/Makefile:1.4      Tue Jan  4 20:54:05 2022
+++ pkgsrc/graphics/py-cycler/Makefile  Sun Nov  5 00:42:06 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2022/01/04 20:54:05 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2023/11/05 00:42:06 wiz Exp $
 
-DISTNAME=      cycler-0.11.0
+DISTNAME=      cycler-0.12.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/cycler/}
 
@@ -11,9 +10,12 @@ 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}-wheel-[0-9]*:../../devel/py-wheel
+
 USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/graphics/py-cycler/PLIST
diff -u pkgsrc/graphics/py-cycler/PLIST:1.2 pkgsrc/graphics/py-cycler/PLIST:1.3
--- pkgsrc/graphics/py-cycler/PLIST:1.2 Fri Oct 29 08:37:03 2021
+++ pkgsrc/graphics/py-cycler/PLIST     Sun Nov  5 00:42:06 2023
@@ -1,8 +1,10 @@
-@comment $NetBSD: PLIST,v 1.2 2021/10/29 08:37:03 adam Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/cycler.py
-${PYSITELIB}/cycler.pyc
-${PYSITELIB}/cycler.pyo
+@comment $NetBSD: PLIST,v 1.3 2023/11/05 00:42:06 wiz Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/cycler/__init__.py
+${PYSITELIB}/cycler/__init__.pyc
+${PYSITELIB}/cycler/__init__.pyo
+${PYSITELIB}/cycler/py.typed

Index: pkgsrc/graphics/py-cycler/distinfo
diff -u pkgsrc/graphics/py-cycler/distinfo:1.5 pkgsrc/graphics/py-cycler/distinfo:1.6
--- pkgsrc/graphics/py-cycler/distinfo:1.5      Fri Oct 29 08:37:03 2021
+++ pkgsrc/graphics/py-cycler/distinfo  Sun Nov  5 00:42:06 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/29 08:37:03 adam Exp $
+$NetBSD: distinfo,v 1.6 2023/11/05 00:42:06 wiz Exp $
 
-BLAKE2s (cycler-0.11.0.tar.gz) = 298930ce810113bcd9efbb4923ea3dd477db7f79cc6061cdb7f0bec09ba18286
-SHA512 (cycler-0.11.0.tar.gz) = ceb7e27f2a5c7984645709824a308714c4a08ba3c7540e4fcda10cffbdfb23d0c1adda8a5216c285b8fcc3491712239254d06713af91145244cb5fa78248cf89
-Size (cycler-0.11.0.tar.gz) = 18784 bytes
+BLAKE2s (cycler-0.12.1.tar.gz) = ffcf18fe83dc0217867bd533b3cb2fb6619319b8a728280374be62568a843e43
+SHA512 (cycler-0.12.1.tar.gz) = 4d37939b8b4daa0028009500ace7b148cc8aa76e65d3ef94487c9462b457cfff62af82277c6505130a9e7de5850f8d78240a723d2da1e8c42377a4699ae55254
+Size (cycler-0.12.1.tar.gz) = 7615 bytes



Home | Main Index | Thread Index | Old Index