Date: Sun, 31 Mar 2024 18:56:46 GMT 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: cd0dfa5511d7 - main - devel/py-pip-licenses: Update to 4.4.0 Message-ID: <202403311856.42VIukp0045459@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=cd0dfa5511d71bea197f293b8970bf6069c3b5b5 commit cd0dfa5511d71bea197f293b8970bf6069c3b5b5 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-31 18:51:25 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-31 18:51:25 +0000 devel/py-pip-licenses: Update to 4.4.0 - Convert to USE_PYTHON=pep517 Changes: https://github.com/raimon49/pip-licenses/releases --- devel/py-pip-licenses/Makefile | 8 +++++--- devel/py-pip-licenses/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/devel/py-pip-licenses/Makefile b/devel/py-pip-licenses/Makefile index 51a597d32014..836766f7fb70 100644 --- a/devel/py-pip-licenses/Makefile +++ b/devel/py-pip-licenses/Makefile @@ -1,5 +1,5 @@ PORTNAME= pip-licenses -PORTVERSION= 4.3.4 +PORTVERSION= 4.4.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,14 +11,16 @@ WWW= https://github.com/raimon49/pip-licenses LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}prettytable>=2.3.0:devel/py-prettytable@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}prettytable>=2.3.0:devel/py-prettytable@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools>=40.9.0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pip>=0:devel/py-pip@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}prettytable>=2.3.0:devel/py-prettytable@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0,1:textproc/py-docutils@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils pytest +USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes diff --git a/devel/py-pip-licenses/distinfo b/devel/py-pip-licenses/distinfo index 53fd5ee17364..2fc3988fcceb 100644 --- a/devel/py-pip-licenses/distinfo +++ b/devel/py-pip-licenses/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1708449274 -SHA256 (pip-licenses-4.3.4.tar.gz) = 9c6c9c3252b976d08735bdffb0eb4c5eaa50dfd46f5e075532c0248ffe94fed1 -SIZE (pip-licenses-4.3.4.tar.gz) = 36094 +TIMESTAMP = 1711860523 +SHA256 (pip-licenses-4.4.0.tar.gz) = 996817118375445243a34faafe23c06f6b2d250247c4046571b5a6722d45be69 +SIZE (pip-licenses-4.4.0.tar.gz) = 39653
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403311856.42VIukp0045459>