Date: Mon, 6 Oct 2025 11:22:22 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 3c494927dab7 - main - textproc/py-aeidon: Update to 1.15 Message-ID: <202510061122.596BMMJn086031@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=3c494927dab71199b860e9832c84ea791a6c86af commit 3c494927dab71199b860e9832c84ea791a6c86af Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-10-06 10:16:25 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-10-06 10:16:25 +0000 textproc/py-aeidon: Update to 1.15 Changes: https://github.com/otsaloma/gaupol/releases --- textproc/py-aeidon/Makefile | 4 ++-- textproc/py-aeidon/distinfo | 6 +++--- textproc/py-aeidon/files/patch-setup-aeidon.py | 9 +++++---- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/textproc/py-aeidon/Makefile b/textproc/py-aeidon/Makefile index 806a0c3e2d35..84bd873d6eb6 100644 --- a/textproc/py-aeidon/Makefile +++ b/textproc/py-aeidon/Makefile @@ -1,5 +1,5 @@ PORTNAME= aeidon -PORTVERSION= 1.14.1 +PORTVERSION= 1.15 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,7 @@ LICENSE= GPLv3+ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}chardet>=2.2.1,1:textproc/py-chardet@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}charset-normalizer>=2.0:textproc/py-charset-normalizer@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 diff --git a/textproc/py-aeidon/distinfo b/textproc/py-aeidon/distinfo index 981d4bf50e51..a79be59ade12 100644 --- a/textproc/py-aeidon/distinfo +++ b/textproc/py-aeidon/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1712330617 -SHA256 (aeidon-1.14.1.tar.gz) = e6dd9014b7f918a6730ee629a5afa5c1fe87efa9e7bb45ff6fc8f41597fc65d8 -SIZE (aeidon-1.14.1.tar.gz) = 609025 +TIMESTAMP = 1759324186 +SHA256 (aeidon-1.15.tar.gz) = a86a46ada459155696d49cacdb8aaf7cfa3958383b43f7e1be6e38247f2e955c +SIZE (aeidon-1.15.tar.gz) = 609093 diff --git a/textproc/py-aeidon/files/patch-setup-aeidon.py b/textproc/py-aeidon/files/patch-setup-aeidon.py index 198e3bc4b94d..b8b934caac8f 100644 --- a/textproc/py-aeidon/files/patch-setup-aeidon.py +++ b/textproc/py-aeidon/files/patch-setup-aeidon.py @@ -1,6 +1,6 @@ ---- setup-aeidon.py.orig 2020-12-30 21:35:12 UTC +--- setup-aeidon.py.orig 2024-05-28 20:53:03 UTC +++ setup-aeidon.py -@@ -2,30 +2,30 @@ +@@ -2,30 +2,31 @@ """setuptools/wheel/PyPI version of the aeidon package.""" @@ -8,6 +8,7 @@ +#import shutil -from setup import get_aeidon_version ++#from setup import get_aeidon_version from setuptools import find_packages from setuptools import setup @@ -33,8 +34,8 @@ - package_data={"aeidon": ["data/*/*"]}, + package_data={"aeidon": ["aeidon/data/*/*"]}, + include_package_data=True, - python_requires=">=3.2.0", - install_requires=["chardet>=2.2.1"], + python_requires=">=3.5.0", + install_requires=["charset-normalizer>2.0"], ) -shutil.rmtree("aeidon/data")home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510061122.596BMMJn086031>
