pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/py-inflect



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Aug 21 09:04:14 UTC 2024

Modified Files:
        pkgsrc/lang/py-inflect: Makefile PLIST distinfo

Log Message:
py-inflect: updated to 7.3.1

v7.3.1

Bugfixes

- Set minimum version of more-itertools to 8.5

v7.3.0

Features

- Restricted typing_extensions to Python 3.8.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/lang/py-inflect/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/lang/py-inflect/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/lang/py-inflect/distinfo

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

Modified files:

Index: pkgsrc/lang/py-inflect/Makefile
diff -u pkgsrc/lang/py-inflect/Makefile:1.10 pkgsrc/lang/py-inflect/Makefile:1.11
--- pkgsrc/lang/py-inflect/Makefile:1.10        Wed May 15 12:44:07 2024
+++ pkgsrc/lang/py-inflect/Makefile     Wed Aug 21 09:04:14 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2024/05/15 12:44:07 adam Exp $
+# $NetBSD: Makefile,v 1.11 2024/08/21 09:04:14 adam Exp $
 
-DISTNAME=      inflect-7.2.1
+DISTNAME=      inflect-7.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    lang python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/inflect/}
@@ -10,17 +10,20 @@ HOMEPAGE=   https://github.com/jazzband/in
 COMMENT=       Correctly generate plurals, ordinals, indefinite articles for English
 LICENSE=       mit
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=61.2:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=7.0.0:../../devel/py-setuptools_scm
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
-DEPENDS+=      ${PYPKGPREFIX}-more-itertools-[0-9]*:../../devel/py-more-itertools
+DEPENDS+=      ${PYPKGPREFIX}-more-itertools>=8.5.0:../../devel/py-more-itertools
 DEPENDS+=      ${PYPKGPREFIX}-typeguard>=4.0.1:../../devel/py-typeguard
-DEPENDS+=      ${PYPKGPREFIX}-typing-extensions-[0-9]*:../../devel/py-typing-extensions
 TEST_DEPENDS+= ${PYPKGPREFIX}-pygments-[0-9]*:../../textproc/py-pygments
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+.include "../../lang/python/pyversion.mk"
+.if ${PYTHON_VERSION} < 309
+DEPENDS+=      ${PYPKGPREFIX}-typing-extensions-[0-9]*:../../devel/py-typing-extensions
+.endif
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/lang/py-inflect/PLIST
diff -u pkgsrc/lang/py-inflect/PLIST:1.5 pkgsrc/lang/py-inflect/PLIST:1.6
--- pkgsrc/lang/py-inflect/PLIST:1.5    Wed May 15 12:44:07 2024
+++ pkgsrc/lang/py-inflect/PLIST        Wed Aug 21 09:04:14 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2024/05/15 12:44:07 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2024/08/21 09:04:14 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -7,4 +7,10 @@ ${PYSITELIB}/${WHEEL_INFODIR}/top_level.
 ${PYSITELIB}/inflect/__init__.py
 ${PYSITELIB}/inflect/__init__.pyc
 ${PYSITELIB}/inflect/__init__.pyo
+${PYSITELIB}/inflect/compat/__init__.py
+${PYSITELIB}/inflect/compat/__init__.pyc
+${PYSITELIB}/inflect/compat/__init__.pyo
+${PYSITELIB}/inflect/compat/py38.py
+${PYSITELIB}/inflect/compat/py38.pyc
+${PYSITELIB}/inflect/compat/py38.pyo
 ${PYSITELIB}/inflect/py.typed

Index: pkgsrc/lang/py-inflect/distinfo
diff -u pkgsrc/lang/py-inflect/distinfo:1.7 pkgsrc/lang/py-inflect/distinfo:1.8
--- pkgsrc/lang/py-inflect/distinfo:1.7 Wed May 15 12:44:07 2024
+++ pkgsrc/lang/py-inflect/distinfo     Wed Aug 21 09:04:14 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2024/05/15 12:44:07 adam Exp $
+$NetBSD: distinfo,v 1.8 2024/08/21 09:04:14 adam Exp $
 
-BLAKE2s (inflect-7.2.1.tar.gz) = f8482dcdb9a502dc331c6b2fbc1e31e0f72ebd8c33ca96d13e15dc915a2e38ac
-SHA512 (inflect-7.2.1.tar.gz) = b994b1cb486f318f54fe73e159ffb41c637298c651e3b2ed0899659add450cd47f168e7ba242fc70dd1c177e622850409485c1671e5b89eb1f2b554d315bdf00
-Size (inflect-7.2.1.tar.gz) = 71580 bytes
+BLAKE2s (inflect-7.3.1.tar.gz) = e16bf31d64b3cd10f94bc42deb325b5ff2683dacf047e6eebeec4fbaa9ffeb0f
+SHA512 (inflect-7.3.1.tar.gz) = 562107d500ee488a35d809e4b7888af31fb90d7b07b9f6c328f66d8723a171227e639e0cbf43cb9610227faff6690a8af7205bc509f6764c9e22e9160f7ba5e1
+Size (inflect-7.3.1.tar.gz) = 71980 bytes



Home | Main Index | Thread Index | Old Index