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
This commit is contained in:
parent
e7daf658bd
commit
f710ecd74f
2 changed files with 10 additions and 7 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue