git: aec77aca46e1 - main - textproc/py-qrcode: Remove obsolete dependencies
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 31 Oct 2024 20:15:34 UTC
The branch main has been updated by leres: URL: https://cgit.FreeBSD.org/ports/commit/?id=aec77aca46e1ac8b1a70660307b367769a3b238a commit aec77aca46e1ac8b1a70660307b367769a3b238a Author: Craig Leres <leres@FreeBSD.org> AuthorDate: 2024-10-31 20:15:09 +0000 Commit: Craig Leres <leres@FreeBSD.org> CommitDate: 2024-10-31 20:15:09 +0000 textproc/py-qrcode: Remove obsolete dependencies py-six and py-typing-extensions are no longer required (oops). --- textproc/py-qrcode/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/textproc/py-qrcode/Makefile b/textproc/py-qrcode/Makefile index 2d0802d55288..68a08ba349cd 100644 --- a/textproc/py-qrcode/Makefile +++ b/textproc/py-qrcode/Makefile @@ -1,5 +1,6 @@ PORTNAME= qrcode PORTVERSION= 8.0 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,9 +14,7 @@ LICENSE= BSD3CLAUSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=0:devel/py-poetry-core@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>=9.1.0:graphics/py-pillow@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}png>=0.0.17:graphics/py-png@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>=1.8:devel/py-six@${PY_FLAVOR} \ - ${PYTHON_SITELIBDIR}/typing_extensions.py:devel/py-typing-extensions@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}png>=0.0.17:graphics/py-png@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517