Date: Mon, 27 Apr 2026 13:12:55 +0000 From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> Subject: git: 312883ee585a - main - textproc/py-aeidon: Update to 1.16 Message-ID: <69ef60d7.30b45.31840511@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=312883ee585a833a97a2c87835a44cc0a985546b commit 312883ee585a833a97a2c87835a44cc0a985546b Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2026-04-27 13:04:20 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2026-04-27 13:07:50 +0000 textproc/py-aeidon: Update to 1.16 Changes: https://github.com/otsaloma/gaupol/releases --- textproc/py-aeidon/Makefile | 4 ++-- textproc/py-aeidon/distinfo | 6 +++--- ...atch-setup-aeidon.py => patch-setup-aeidon-pypi.py} | 18 ++++++++++-------- 3 files changed, 15 insertions(+), 13 deletions(-) diff --git a/textproc/py-aeidon/Makefile b/textproc/py-aeidon/Makefile index 84bd873d6eb6..0c43da39f952 100644 --- a/textproc/py-aeidon/Makefile +++ b/textproc/py-aeidon/Makefile @@ -1,5 +1,5 @@ PORTNAME= aeidon -PORTVERSION= 1.15 +PORTVERSION= 1.16 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,6 +20,6 @@ USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes post-patch: - @${SED} -e 's|%%PORTVERSION%%|${PORTVERSION}|' ${WRKSRC}/setup-aeidon.py > ${WRKSRC}/setup.py + @${SED} -e 's|%%PORTVERSION%%|${PORTVERSION}|' ${WRKSRC}/setup-aeidon-pypi.py > ${WRKSRC}/setup.py .include <bsd.port.mk> diff --git a/textproc/py-aeidon/distinfo b/textproc/py-aeidon/distinfo index a79be59ade12..d4c3e1169d76 100644 --- a/textproc/py-aeidon/distinfo +++ b/textproc/py-aeidon/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759324186 -SHA256 (aeidon-1.15.tar.gz) = a86a46ada459155696d49cacdb8aaf7cfa3958383b43f7e1be6e38247f2e955c -SIZE (aeidon-1.15.tar.gz) = 609093 +TIMESTAMP = 1777252798 +SHA256 (aeidon-1.16.tar.gz) = a1d3774a7998ce88d0343d2486228639d894cd4cc0509e692af116ff6673920b +SIZE (aeidon-1.16.tar.gz) = 96438 diff --git a/textproc/py-aeidon/files/patch-setup-aeidon.py b/textproc/py-aeidon/files/patch-setup-aeidon-pypi.py similarity index 75% rename from textproc/py-aeidon/files/patch-setup-aeidon.py rename to textproc/py-aeidon/files/patch-setup-aeidon-pypi.py index b8b934caac8f..a3e2327c4719 100644 --- a/textproc/py-aeidon/files/patch-setup-aeidon.py +++ b/textproc/py-aeidon/files/patch-setup-aeidon-pypi.py @@ -1,8 +1,8 @@ ---- setup-aeidon.py.orig 2024-05-28 20:53:03 UTC -+++ setup-aeidon.py -@@ -2,30 +2,31 @@ - - """setuptools/wheel/PyPI version of the aeidon package.""" +--- setup-aeidon-pypi.py.orig 2026-04-13 19:25:36 UTC ++++ setup-aeidon-pypi.py +@@ -8,22 +8,22 @@ please use the main setup.py as explained in README.ae + please use the main setup.py as explained in README.aeidon.md. + """ -import shutil +#import shutil @@ -18,6 +18,10 @@ +#shutil.copytree("data/headers", "aeidon/data/headers") +#shutil.copytree("data/patterns", "aeidon/data/patterns") +-with open("README.aeidon.md", "r") as f: ++with open("README.md", "r") as f: + long_description = f.read() + setup( name="aeidon", - version=get_aeidon_version(), @@ -25,9 +29,7 @@ author="Osmo Salomaa", author_email="otsaloma@iki.fi", description="Reading, writing and manipulating text-based subtitle files", -- long_description=open("README.aeidon.md", "r").read(), -+ long_description=open("README.md", "r").read(), - long_description_content_type="text/markdown", +@@ -32,9 +32,10 @@ setup( url="https://github.com/otsaloma/gaupol", license="GPL", packages=find_packages(exclude=["gaupol*", "*.test"]),home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69ef60d7.30b45.31840511>
