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 May 15 12:44:07 UTC 2024

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

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/lang/py-inflect/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/py-inflect/PLIST
cvs rdiff -u -r1.6 -r1.7 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.9 pkgsrc/lang/py-inflect/Makefile:1.10
--- pkgsrc/lang/py-inflect/Makefile:1.9 Sat Oct 28 19:57:10 2023
+++ pkgsrc/lang/py-inflect/Makefile     Wed May 15 12:44:07 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2023/10/28 19:57:10 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2024/05/15 12:44:07 adam Exp $
 
-DISTNAME=      inflect-7.0.0
+DISTNAME=      inflect-7.2.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    lang python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/inflect/}
 
@@ -13,18 +12,15 @@ LICENSE=    mit
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=7.0.0:../../devel/py-setuptools_scm
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
-DEPENDS+=      ${PYPKGPREFIX}-pydantic>=1.9.1:../../devel/py-pydantic
+DEPENDS+=      ${PYPKGPREFIX}-more-itertools-[0-9]*:../../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}-test>=6:../../devel/py-test
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
 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
 
-do-test:
-       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/lang/py-inflect/PLIST
diff -u pkgsrc/lang/py-inflect/PLIST:1.4 pkgsrc/lang/py-inflect/PLIST:1.5
--- pkgsrc/lang/py-inflect/PLIST:1.4    Sat Oct 28 19:57:10 2023
+++ pkgsrc/lang/py-inflect/PLIST        Wed May 15 12:44:07 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2023/10/28 19:57:10 wiz Exp $
+@comment $NetBSD: PLIST,v 1.5 2024/05/15 12:44:07 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -7,13 +7,4 @@ ${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/pydantic.py
-${PYSITELIB}/inflect/compat/pydantic.pyc
-${PYSITELIB}/inflect/compat/pydantic.pyo
-${PYSITELIB}/inflect/compat/pydantic1.py
-${PYSITELIB}/inflect/compat/pydantic1.pyc
-${PYSITELIB}/inflect/compat/pydantic1.pyo
 ${PYSITELIB}/inflect/py.typed

Index: pkgsrc/lang/py-inflect/distinfo
diff -u pkgsrc/lang/py-inflect/distinfo:1.6 pkgsrc/lang/py-inflect/distinfo:1.7
--- pkgsrc/lang/py-inflect/distinfo:1.6 Wed Oct  4 21:17:43 2023
+++ pkgsrc/lang/py-inflect/distinfo     Wed May 15 12:44:07 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2023/10/04 21:17:43 adam Exp $
+$NetBSD: distinfo,v 1.7 2024/05/15 12:44:07 adam Exp $
 
-BLAKE2s (inflect-7.0.0.tar.gz) = 0924c7ccf60d1e4133408d6cada8b16f6a149bd78f7dc76eb8a9d1a3324e2c0e
-SHA512 (inflect-7.0.0.tar.gz) = b2ca39d0e36cda8c8c42d208443d3b84b10d659dcd0d368273503d6e76df19c61ac3c623d526ea918ca8b347d6db8bdfb691609e480eaa33dd4f1c37e008473b
-Size (inflect-7.0.0.tar.gz) = 70963 bytes
+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



Home | Main Index | Thread Index | Old Index