mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
devel/py-jaraco.collections: Update to 5.1.0
PR: 285435
This commit is contained in:
parent
03ffa5ea0f
commit
1faa608b92
2 changed files with 9 additions and 6 deletions
|
@ -1,8 +1,9 @@
|
|||
PORTNAME= jaraco.collections
|
||||
DISTVERSION= 5.0.1
|
||||
DISTVERSION= 5.1.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTFILES= ${PORTNAME:S|.|_|}-${PORTVERSION}${EXTRACT_SUFX}
|
||||
|
||||
MAINTAINER= nivit@FreeBSD.org
|
||||
COMMENT= Python models and classes to supplement the stdlib ‘collections’
|
||||
|
@ -11,9 +12,9 @@ WWW= https://github.com/jaraco/jaraco.collections
|
|||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
|
||||
${PYTHON_PKGNAMEPREFIX}jaraco.text>=3.11.1:devel/py-jaraco.text@${PY_FLAVOR} \
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jaraco.text>=3.11.1:devel/py-jaraco.text@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}setuptools-scm>=3.4.1:devel/py-setuptools-scm@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}setuptools>=61.2:devel/py-setuptools@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}wheel>=0.40.0:devel/py-wheel@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jaraco.text>=3.11.1:devel/py-jaraco.text@${PY_FLAVOR}
|
||||
|
||||
|
@ -22,4 +23,6 @@ USE_PYTHON= autoplist pep517 pytest
|
|||
|
||||
NO_ARCH= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME:S|.|_|}-${PORTVERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1712995182
|
||||
SHA256 (jaraco.collections-5.0.1.tar.gz) = 808631b174b84a4e2a592490d62f62dfc15d8047a0f715726098dc43b81a6cfa
|
||||
SIZE (jaraco.collections-5.0.1.tar.gz) = 17990
|
||||
TIMESTAMP = 1742037605
|
||||
SHA256 (jaraco_collections-5.1.0.tar.gz) = 0e4829409d39ad18a40aa6754fee2767f4d9730c4ba66dc9df89f1d2756994c2
|
||||
SIZE (jaraco_collections-5.1.0.tar.gz) = 19026
|
||||
|
|
Loading…
Add table
Reference in a new issue