pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-cached-property
Module Name: pkgsrc
Committed By: adam
Date: Sat Nov 9 11:24:23 UTC 2024
Modified Files:
pkgsrc/devel/py-cached-property: Makefile PLIST distinfo
Log Message:
py-cached-property: updated to 2.0.1
2.0.1 (2024-10-25)
* Via `python_requires` specifies that cached_property is for Python version 3.8 or higher
* Officiall drop support for Python 2.6
2.0.0 (2024-10-25)
* Remove support for Python versions < 3.8
* Add formal support for Python versions up to 3.13
* Switch to Markdown for docs
* Migrate from black to ruff
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/py-cached-property/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-cached-property/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-cached-property/distinfo
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-cached-property/Makefile
diff -u pkgsrc/devel/py-cached-property/Makefile:1.15 pkgsrc/devel/py-cached-property/Makefile:1.16
--- pkgsrc/devel/py-cached-property/Makefile:1.15 Wed Mar 29 09:34:06 2023
+++ pkgsrc/devel/py-cached-property/Makefile Sat Nov 9 11:24:23 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2023/03/29 09:34:06 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2024/11/09 11:24:23 adam Exp $
-DISTNAME= cached-property-1.5.2
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
+DISTNAME= cached_property-2.0.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=c/cached-property/}
@@ -11,14 +10,11 @@ HOMEPAGE= https://github.com/pydanny/cac
COMMENT= Decorator for caching properties in classes
LICENSE= modified-bsd
-.include "../../lang/python/pyversion.mk"
-
-.if ${PYTHON_VERSION} != 207
-# freezegun is only available for python 3
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
TEST_DEPENDS+= ${PYPKGPREFIX}-freezegun-[0-9]*:../../devel/py-freezegun
-.endif
USE_LANGUAGES= # none
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-cached-property/PLIST
diff -u pkgsrc/devel/py-cached-property/PLIST:1.1 pkgsrc/devel/py-cached-property/PLIST:1.2
--- pkgsrc/devel/py-cached-property/PLIST:1.1 Mon Aug 24 11:33:58 2015
+++ pkgsrc/devel/py-cached-property/PLIST Sat Nov 9 11:24:23 2024
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.1 2015/08/24 11:33:58 richard Exp $
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.2 2024/11/09 11:24:23 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS.md
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/cached_property.py
${PYSITELIB}/cached_property.pyc
${PYSITELIB}/cached_property.pyo
Index: pkgsrc/devel/py-cached-property/distinfo
diff -u pkgsrc/devel/py-cached-property/distinfo:1.9 pkgsrc/devel/py-cached-property/distinfo:1.10
--- pkgsrc/devel/py-cached-property/distinfo:1.9 Tue Oct 26 10:18:16 2021
+++ pkgsrc/devel/py-cached-property/distinfo Sat Nov 9 11:24:23 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2021/10/26 10:18:16 nia Exp $
+$NetBSD: distinfo,v 1.10 2024/11/09 11:24:23 adam Exp $
-BLAKE2s (cached-property-1.5.2.tar.gz) = 28dcb8dde6c4a705dffc888262b38b6e598fe23ff234ef3c6f26719dbd79d5b5
-SHA512 (cached-property-1.5.2.tar.gz) = 626d98a8891a70d858269859cf4e49416464c836d073c1331c21033a4cd9e0e47dc89b53bf393375439992f4993972517dc3cdcbb2cc6f8286f282d3c973e600
-Size (cached-property-1.5.2.tar.gz) = 12244 bytes
+BLAKE2s (cached_property-2.0.1.tar.gz) = f474e5092743f6dacffcbfcc8bc81513a33e73c1a6b5dd8b83e0df0e4fb19f81
+SHA512 (cached_property-2.0.1.tar.gz) = 6200faba0b3aa5db9e8074cba0af7c71432ef068f8ab783558aab5b69002c585291d5d6fe35e9208ce31c7e0d935b7b42a77ed730fd516c0cb3d512fecb598c0
+Size (cached_property-2.0.1.tar.gz) = 10574 bytes
Home |
Main Index |
Thread Index |
Old Index