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.
This commit is contained in:
wiz 2023-11-05 00:42:06 +00:00
parent 453887654b
commit c5dbc03c98
3 changed files with 20 additions and 16 deletions

View File

@ -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/cycler
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"

View File

@ -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

View File

@ -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