diff --git a/textproc/py-qrcode/Makefile b/textproc/py-qrcode/Makefile index ad0c61eaa854..9b92adcf6abb 100644 --- a/textproc/py-qrcode/Makefile +++ b/textproc/py-qrcode/Makefile @@ -1,24 +1,26 @@ PORTNAME= qrcode -PORTVERSION= 7.3 +PORTVERSION= 7.4 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= leres@FreeBSD.org COMMENT= QR Code image generator WWW= https://github.com/lincolnloop/python-qrcode LICENSE= BSD3CLAUSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.8:devel/py-six@${PY_FLAVOR} \ - ${PY_PILLOW} +RUN_DEPENDS= ${PY_PILLOW} \ + ${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} -USES= python:3.6+ +USES= python:3.7+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes post-patch: ${REINPLACE_CMD} -e 's|share/\(man/man1\)|\1|' ${WRKSRC}/setup.py .include diff --git a/textproc/py-qrcode/distinfo b/textproc/py-qrcode/distinfo index ea3945917dab..db180bf5a970 100644 --- a/textproc/py-qrcode/distinfo +++ b/textproc/py-qrcode/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1640472677 -SHA256 (qrcode-7.3.tar.gz) = d72861b65e26b611609f0547f0febe58aed8ae229d6bf4e675834f40742915b3 -SIZE (qrcode-7.3.tar.gz) = 43352 +TIMESTAMP = 1679247625 +SHA256 (qrcode-7.4.tar.gz) = c775424e983c9eba814da1febdfcf853165ecc01e494077591e370c8d4802bd5 +SIZE (qrcode-7.4.tar.gz) = 535636