diff --git a/devel/py-inflect/Makefile b/devel/py-inflect/Makefile index 4d6ebd4cd713..54bf89ed71d2 100644 --- a/devel/py-inflect/Makefile +++ b/devel/py-inflect/Makefile @@ -1,25 +1,28 @@ PORTNAME= inflect -PORTVERSION= 7.0.0 +PORTVERSION= 7.5.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Generate plurals, singular nouns, ordinals, indefinite articles WWW= https://github.com/jaraco/inflect LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=56:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=3.4.1:devel/py-setuptools-scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pydantic>=1.9.1:devel/py-pydantic@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}more-itertools>=8.5.0:devel/py-more-itertools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}typeguard>=4.0.1:devel/py-typeguard@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent pep517 +USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes +# tests as of 7.5.0: 209 passed, 16 xfailed, 2 warnings in 9.92s + .include diff --git a/devel/py-inflect/distinfo b/devel/py-inflect/distinfo index bb656c17856c..1d9fa3ddfbae 100644 --- a/devel/py-inflect/distinfo +++ b/devel/py-inflect/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1688902115 -SHA256 (inflect-7.0.0.tar.gz) = 63da9325ad29da81ec23e055b41225795ab793b4ecb483be5dc1fa363fd4717e -SIZE (inflect-7.0.0.tar.gz) = 70963 +TIMESTAMP = 1785521995 +SHA256 (inflect-7.5.0.tar.gz) = faf19801c3742ed5a05a8ce388e0d8fe1a07f8d095c82201eb904f5d27ad571f +SIZE (inflect-7.5.0.tar.gz) = 73751