git: f710ecd74faa - main - graphics/py-python-barcode: Update to 0.15.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 16 Aug 2023 18:33:00 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f710ecd74faa1ece09ccc1b2e37e48d0a126ba84
commit f710ecd74faa1ece09ccc1b2e37e48d0a126ba84
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-08-16 18:12:30 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-08-16 18:25:39 +0000
graphics/py-python-barcode: Update to 0.15.1
- Update WWW
- Convert to USE_PYTHON=pep517
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 | 11 +++++++----
graphics/py-python-barcode/distinfo | 6 +++---
2 files changed, 10 insertions(+), 7 deletions(-)
diff --git a/graphics/py-python-barcode/Makefile b/graphics/py-python-barcode/Makefile
index 2e2450b0ef46..2c7a61931362 100644
--- a/graphics/py-python-barcode/Makefile
+++ b/graphics/py-python-barcode/Makefile
@@ -1,20 +1,23 @@
PORTNAME= python-barcode
-PORTVERSION= 0.14.0
+PORTVERSION= 0.15.1
CATEGORIES= graphics python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Create standard barcodes with Python
-WWW= https://github.com/WhyNotHugo/python-barcode
+WWW= https://python-barcode.readthedocs.io/en/stable/ \
+ https://github.com/WhyNotHugo/python-barcode
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENCE
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR}
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=45: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}
USES= python
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
diff --git a/graphics/py-python-barcode/distinfo b/graphics/py-python-barcode/distinfo
index 56edb36e21c8..d4157569d633 100644
--- a/graphics/py-python-barcode/distinfo
+++ b/graphics/py-python-barcode/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1682354450
-SHA256 (python-barcode-0.14.0.tar.gz) = 241b34aa5c5cb6a9889882f9409b0182903a2c5d19b4218be3609cdbbd5ffdf9
-SIZE (python-barcode-0.14.0.tar.gz) = 228128
+TIMESTAMP = 1691070148
+SHA256 (python-barcode-0.15.1.tar.gz) = 3b1825fbdb11e597466dff4286b4ea9b1e86a57717b59e563ae679726fc854de
+SIZE (python-barcode-0.15.1.tar.gz) = 228161