Date: Mon, 09 Mar 2026 18:24:26 +0000 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: ada5b782e4ca - main - graphics/py-python-barcode: Update to 0.16.1 Message-ID: <69af105a.1e858.56e2841@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=ada5b782e4cac898c682e5fdb082c99230663d0d commit ada5b782e4cac898c682e5fdb082c99230663d0d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2026-03-09 17:58:21 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2026-03-09 18:19:05 +0000 graphics/py-python-barcode: Update to 0.16.1 Changes: https://github.com/WhyNotHugo/python-barcode/blob/main/docs/changelog.rst https://python-barcode.readthedocs.io/en/stable/changelog.html --- graphics/py-python-barcode/Makefile | 6 +++--- graphics/py-python-barcode/distinfo | 6 +++--- graphics/py-python-barcode/files/patch-pyproject.toml | 11 +++++++++++ 3 files changed, 17 insertions(+), 6 deletions(-) diff --git a/graphics/py-python-barcode/Makefile b/graphics/py-python-barcode/Makefile index 103ef5a83e04..1683cd101546 100644 --- a/graphics/py-python-barcode/Makefile +++ b/graphics/py-python-barcode/Makefile @@ -1,9 +1,9 @@ PORTNAME= python-barcode -PORTVERSION= 0.15.1 -PORTREVISION= 1 +PORTVERSION= 0.16.1 CATEGORIES= graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= python_barcode-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Create standard barcodes with Python @@ -13,7 +13,7 @@ WWW= https://python-barcode.readthedocs.io/en/stable/ \ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENCE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=45:devel/py-setuptools@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=6.2:devel/py-setuptools-scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} diff --git a/graphics/py-python-barcode/distinfo b/graphics/py-python-barcode/distinfo index d4157569d633..81079efbcb2e 100644 --- a/graphics/py-python-barcode/distinfo +++ b/graphics/py-python-barcode/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1691070148 -SHA256 (python-barcode-0.15.1.tar.gz) = 3b1825fbdb11e597466dff4286b4ea9b1e86a57717b59e563ae679726fc854de -SIZE (python-barcode-0.15.1.tar.gz) = 228161 +TIMESTAMP = 1771421690 +SHA256 (python_barcode-0.16.1.tar.gz) = 665ed09516b0088b5593061c5ac8662caa0b08d56bdad328388b1cab39939ac5 +SIZE (python_barcode-0.16.1.tar.gz) = 233777 diff --git a/graphics/py-python-barcode/files/patch-pyproject.toml b/graphics/py-python-barcode/files/patch-pyproject.toml new file mode 100644 index 000000000000..8d194c4064c5 --- /dev/null +++ b/graphics/py-python-barcode/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2025-08-27 11:05:38 UTC ++++ pyproject.toml +@@ -44,7 +44,7 @@ include-package-data = true + include-package-data = true + + [tool.setuptools.packages.find] +-exclude = ["tests"] ++exclude = ["docs", "docs.*", "tests", "tests.*"] + + [tool.setuptools_scm] + write_to = "barcode/version.py"home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69af105a.1e858.56e2841>
