Skip to content

Commit

Permalink
devel/py-pip-licenses: Update to 4.4.0
Browse files Browse the repository at this point in the history
- Convert to USE_PYTHON=pep517

Changes:	https://github.com/raimon49/pip-licenses/releases
  • Loading branch information
sunpoet committed Mar 31, 2024
1 parent 31a3247 commit cd0dfa5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 deletions 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}
Expand All @@ -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

Expand Down
6 changes: 3 additions & 3 deletions 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

0 comments on commit cd0dfa5

Please sign in to comment.