pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-jaraco.text
Module Name: pkgsrc
Committed By: adam
Date: Tue Aug 6 11:50:10 UTC 2024
Modified Files:
pkgsrc/textproc/py-jaraco.text: Makefile distinfo
Log Message:
py-jaraco.text: updated to 4.0.0
v4.0.0
Deprecations and Removals
- Made 'inflect' an optional dependency. The show-newlines script now will crash unless jaraco.text[inflect] is installed.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/py-jaraco.text/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/py-jaraco.text/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/py-jaraco.text/Makefile
diff -u pkgsrc/textproc/py-jaraco.text/Makefile:1.8 pkgsrc/textproc/py-jaraco.text/Makefile:1.9
--- pkgsrc/textproc/py-jaraco.text/Makefile:1.8 Sat Jul 20 06:27:20 2024
+++ pkgsrc/textproc/py-jaraco.text/Makefile Tue Aug 6 11:50:10 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2024/07/20 06:27:20 adam Exp $
+# $NetBSD: Makefile,v 1.9 2024/08/06 11:50:10 adam Exp $
-DISTNAME= jaraco_text-3.14.0
+DISTNAME= jaraco_text-4.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/./}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=j/jaraco.text/}
@@ -18,15 +18,15 @@ TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9
DEPENDS+= ${PYPKGPREFIX}-autocommand-[0-9]*:../../misc/py-autocommand
DEPENDS+= ${PYPKGPREFIX}-jaraco.context>=4.1:../../devel/py-jaraco.context
DEPENDS+= ${PYPKGPREFIX}-jaraco.functools-[0-9]*:../../devel/py-jaraco.functools
-DEPENDS+= ${PYPKGPREFIX}-inflect-[0-9]*:../../lang/py-inflect
DEPENDS+= ${PYPKGPREFIX}-more-itertools-[0-9]*:../../devel/py-more-itertools
+# inflect
+DEPENDS+= ${PYPKGPREFIX}-inflect-[0-9]*:../../lang/py-inflect
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/pyversion.mk"
-
.if ${PYTHON_VERSION} < 309
DEPENDS+= ${PYPKGPREFIX}-importlib-resources-[0-9]*:../../devel/py-importlib-resources
.endif
Index: pkgsrc/textproc/py-jaraco.text/distinfo
diff -u pkgsrc/textproc/py-jaraco.text/distinfo:1.5 pkgsrc/textproc/py-jaraco.text/distinfo:1.6
--- pkgsrc/textproc/py-jaraco.text/distinfo:1.5 Sat Jul 20 06:27:20 2024
+++ pkgsrc/textproc/py-jaraco.text/distinfo Tue Aug 6 11:50:10 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2024/07/20 06:27:20 adam Exp $
+$NetBSD: distinfo,v 1.6 2024/08/06 11:50:10 adam Exp $
-BLAKE2s (jaraco_text-3.14.0.tar.gz) = e8bcdf7d1419d388b42e808b9f949cc90e9b4e948239872464d9b7eb964ce523
-SHA512 (jaraco_text-3.14.0.tar.gz) = 3557876c0ab2e1a54c8ce85663b45c9c143a88bb64a5d9c3e2354b2af229b25983b7977c576f83add1b5bae79cceebb01206c756a354eca24681a57a0ee14fb4
-Size (jaraco_text-3.14.0.tar.gz) = 16824 bytes
+BLAKE2s (jaraco_text-4.0.0.tar.gz) = 3a39579fc82582f49072dd1d719c5a45e5eec0445bc669d8f9b1a28b611b8e34
+SHA512 (jaraco_text-4.0.0.tar.gz) = 240c4f6f3df6916e9015479147474a43ea9e858e22821f53263c1ef42c61336c36a34baa9c7384b9d345cf42e10b7499e2efa3c85178a0c2abc47fcd82b63fb3
+Size (jaraco_text-4.0.0.tar.gz) = 17009 bytes
Home |
Main Index |
Thread Index |
Old Index