mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
devel/py-pythonfinder: Update to 3.0.0
Changes: https://github.com/sarugaku/pythonfinder/releases https://github.com/sarugaku/pythonfinder/blob/master/CHANGELOG.rst https://github.com/sarugaku/pythonfinder/commits/master
This commit is contained in:
parent
5697ee186e
commit
dab3ebd2bf
2 changed files with 6 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
||||||
PORTNAME= pythonfinder
|
PORTNAME= pythonfinder
|
||||||
PORTVERSION= 2.1.0
|
PORTVERSION= 3.0.0
|
||||||
CATEGORIES= devel python
|
CATEGORIES= devel python
|
||||||
MASTER_SITES= PYPI
|
MASTER_SITES= PYPI
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -22,6 +22,7 @@ NO_ARCH= yes
|
||||||
|
|
||||||
OPTIONS_DEFINE= CLI
|
OPTIONS_DEFINE= CLI
|
||||||
|
|
||||||
CLI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=0:devel/py-click@${PY_FLAVOR}
|
CLI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=0:devel/py-click@${PY_FLAVOR} \
|
||||||
|
${PYTHON_PKGNAMEPREFIX}colorama>=0:devel/py-colorama@${PY_FLAVOR}
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1708450844
|
TIMESTAMP = 1744288974
|
||||||
SHA256 (pythonfinder-2.1.0.tar.gz) = bdd5352d8367ebd2c106988861e2583d412ab897aa81b783825ab5d6fd351c56
|
SHA256 (pythonfinder-3.0.0.tar.gz) = 711d8c465b90ac4d0eb5b5aa3e559b71ad5d012f79be7fb0a404cc981b3c684e
|
||||||
SIZE (pythonfinder-2.1.0.tar.gz) = 717240
|
SIZE (pythonfinder-3.0.0.tar.gz) = 724990
|
||||||
|
|
Loading…
Add table
Reference in a new issue