Wed May 15 12:44:07 2024 UTC (32d)
py-inflect: updated to 7.2.1

v7.2.1

Bugfixes

- Refactored number_to_words toward reduced complexity.

v7.2.0

Features

- Replace pydantic with typeguard

v7.1.0

Features

- Now handle 'pair of x' in pl_sb_uninflected_complete


(adam)
diff -r1.9 -r1.10 pkgsrc/lang/py-inflect/Makefile
diff -r1.4 -r1.5 pkgsrc/lang/py-inflect/PLIST
diff -r1.6 -r1.7 pkgsrc/lang/py-inflect/distinfo

cvs diff -r1.9 -r1.10 pkgsrc/lang/py-inflect/Makefile (expand / switch to unified diff)

--- pkgsrc/lang/py-inflect/Makefile 2023/10/28 19:57:10 1.9
+++ pkgsrc/lang/py-inflect/Makefile 2024/05/15 12:44:07 1.10
@@ -1,30 +1,26 @@ @@ -1,30 +1,26 @@
1# $NetBSD: Makefile,v 1.9 2023/10/28 19:57:10 wiz Exp $ 1# $NetBSD: Makefile,v 1.10 2024/05/15 12:44:07 adam Exp $
2 2
3DISTNAME= inflect-7.0.0 3DISTNAME= inflect-7.2.1
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= lang python 5CATEGORIES= lang python
7MASTER_SITES= ${MASTER_SITE_PYPI:=i/inflect/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=i/inflect/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://github.com/jazzband/inflect 9HOMEPAGE= https://github.com/jazzband/inflect
11COMMENT= Correctly generate plurals, ordinals, indefinite articles for English 10COMMENT= Correctly generate plurals, ordinals, indefinite articles for English
12LICENSE= mit 11LICENSE= mit
13 12
14TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=7.0.0:../../devel/py-setuptools_scm 13TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=7.0.0:../../devel/py-setuptools_scm
15TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel 14TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
16DEPENDS+= ${PYPKGPREFIX}-pydantic>=1.9.1:../../devel/py-pydantic 15DEPENDS+= ${PYPKGPREFIX}-more-itertools-[0-9]*:../../devel/py-more-itertools
 16DEPENDS+= ${PYPKGPREFIX}-typeguard>=4.0.1:../../devel/py-typeguard
17DEPENDS+= ${PYPKGPREFIX}-typing-extensions-[0-9]*:../../devel/py-typing-extensions 17DEPENDS+= ${PYPKGPREFIX}-typing-extensions-[0-9]*:../../devel/py-typing-extensions
18TEST_DEPENDS+= ${PYPKGPREFIX}-test>=6:../../devel/py-test 
19TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov 
20TEST_DEPENDS+= ${PYPKGPREFIX}-pygments-[0-9]*:../../textproc/py-pygments 18TEST_DEPENDS+= ${PYPKGPREFIX}-pygments-[0-9]*:../../textproc/py-pygments
 19TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
21 20
22USE_LANGUAGES= # none 21USE_LANGUAGES= # none
23 22
24PYTHON_VERSIONS_INCOMPATIBLE= 27 23PYTHON_VERSIONS_INCOMPATIBLE= 27
25 24
26do-test: 
27 cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests 
28 
29.include "../../lang/python/wheel.mk" 25.include "../../lang/python/wheel.mk"
30.include "../../mk/bsd.pkg.mk" 26.include "../../mk/bsd.pkg.mk"

cvs diff -r1.4 -r1.5 pkgsrc/lang/py-inflect/PLIST (expand / switch to unified diff)

--- pkgsrc/lang/py-inflect/PLIST 2023/10/28 19:57:10 1.4
+++ pkgsrc/lang/py-inflect/PLIST 2024/05/15 12:44:07 1.5
@@ -1,19 +1,10 @@ @@ -1,19 +1,10 @@
1@comment $NetBSD: PLIST,v 1.4 2023/10/28 19:57:10 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.5 2024/05/15 12:44:07 adam Exp $
2${PYSITELIB}/${WHEEL_INFODIR}/LICENSE 2${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
3${PYSITELIB}/${WHEEL_INFODIR}/METADATA 3${PYSITELIB}/${WHEEL_INFODIR}/METADATA
4${PYSITELIB}/${WHEEL_INFODIR}/RECORD 4${PYSITELIB}/${WHEEL_INFODIR}/RECORD
5${PYSITELIB}/${WHEEL_INFODIR}/WHEEL 5${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
6${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt 6${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
7${PYSITELIB}/inflect/__init__.py 7${PYSITELIB}/inflect/__init__.py
8${PYSITELIB}/inflect/__init__.pyc 8${PYSITELIB}/inflect/__init__.pyc
9${PYSITELIB}/inflect/__init__.pyo 9${PYSITELIB}/inflect/__init__.pyo
10${PYSITELIB}/inflect/compat/__init__.py 
11${PYSITELIB}/inflect/compat/__init__.pyc 
12${PYSITELIB}/inflect/compat/__init__.pyo 
13${PYSITELIB}/inflect/compat/pydantic.py 
14${PYSITELIB}/inflect/compat/pydantic.pyc 
15${PYSITELIB}/inflect/compat/pydantic.pyo 
16${PYSITELIB}/inflect/compat/pydantic1.py 
17${PYSITELIB}/inflect/compat/pydantic1.pyc 
18${PYSITELIB}/inflect/compat/pydantic1.pyo 
19${PYSITELIB}/inflect/py.typed 10${PYSITELIB}/inflect/py.typed

cvs diff -r1.6 -r1.7 pkgsrc/lang/py-inflect/distinfo (expand / switch to unified diff)

--- pkgsrc/lang/py-inflect/distinfo 2023/10/04 21:17:43 1.6
+++ pkgsrc/lang/py-inflect/distinfo 2024/05/15 12:44:07 1.7
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.6 2023/10/04 21:17:43 adam Exp $ 1$NetBSD: distinfo,v 1.7 2024/05/15 12:44:07 adam Exp $
2 2
3BLAKE2s (inflect-7.0.0.tar.gz) = 0924c7ccf60d1e4133408d6cada8b16f6a149bd78f7dc76eb8a9d1a3324e2c0e 3BLAKE2s (inflect-7.2.1.tar.gz) = f8482dcdb9a502dc331c6b2fbc1e31e0f72ebd8c33ca96d13e15dc915a2e38ac
4SHA512 (inflect-7.0.0.tar.gz) = b2ca39d0e36cda8c8c42d208443d3b84b10d659dcd0d368273503d6e76df19c61ac3c623d526ea918ca8b347d6db8bdfb691609e480eaa33dd4f1c37e008473b 4SHA512 (inflect-7.2.1.tar.gz) = b994b1cb486f318f54fe73e159ffb41c637298c651e3b2ed0899659add450cd47f168e7ba242fc70dd1c177e622850409485c1671e5b89eb1f2b554d315bdf00
5Size (inflect-7.0.0.tar.gz) = 70963 bytes 5Size (inflect-7.2.1.tar.gz) = 71580 bytes