devel/py-jaraco.functools: Update to 3.9.0
Changes: https://github.com/jaraco/jaraco.functools/blob/main/NEWS.rst
This commit is contained in:
parent
be7d4460fc
commit
fe4780f1dd
2 changed files with 11 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= jaraco.functools
|
||||
PORTVERSION= 3.8.1
|
||||
PORTVERSION= 3.9.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -27,4 +27,10 @@ USE_PYTHON= autoplist concurrent pep517 pytest
|
|||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PYTHON_REL} < 31100
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1692211735
|
||||
SHA256 (jaraco.functools-3.8.1.tar.gz) = e96a0d4ea455005a4092ce89a69ea0f7fb7e22807ad3b1008f9bf70c48d1cf2e
|
||||
SIZE (jaraco.functools-3.8.1.tar.gz) = 16210
|
||||
TIMESTAMP = 1693056811
|
||||
SHA256 (jaraco.functools-3.9.0.tar.gz) = 8b137b0feacc17fef4bacee04c011c9e86f2341099c870a1d12d3be37b32a638
|
||||
SIZE (jaraco.functools-3.9.0.tar.gz) = 17221
|
||||
|
|
Loading…
Reference in a new issue