mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
misc/py-tqdm: Update to 4.65.0
- Convert to USE_PYTHON=pep517 Changes: https://github.com/tqdm/tqdm/releases
This commit is contained in:
parent
f036372126
commit
56870bf6d0
@ -1,5 +1,5 @@
|
||||
PORTNAME= tqdm
|
||||
PORTVERSION= 4.64.1
|
||||
PORTVERSION= 4.65.0
|
||||
CATEGORIES= misc python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -12,10 +12,12 @@ LICENSE= MIT MPL20
|
||||
LICENSE_COMB= multi
|
||||
LICENSE_FILE_MIT= ${WRKSRC}/LICENCE
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4:devel/py-setuptools_scm@${PY_FLAVOR}
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=42:devel/py-setuptools@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4:devel/py-setuptools_scm@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
||||
|
||||
USES= cpe python:3.6+
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
USES= cpe python:3.7+
|
||||
USE_PYTHON= autoplist concurrent pep517
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1662558056
|
||||
SHA256 (tqdm-4.64.1.tar.gz) = 5f4f682a004951c1b450bc753c710e9280c5746ce6ffedee253ddbcbf54cf1e4
|
||||
SIZE (tqdm-4.64.1.tar.gz) = 169599
|
||||
TIMESTAMP = 1679498786
|
||||
SHA256 (tqdm-4.65.0.tar.gz) = 1871fb68a86b8fb3b59ca4cdd3dcccbc7e6d613eeed31f4c332531977b89beb5
|
||||
SIZE (tqdm-4.65.0.tar.gz) = 167542
|
||||
|
Loading…
Reference in New Issue
Block a user