Update to 14.0.0
Changes: https://github.com/jaraco/jaraco.util/blob/master/CHANGES.rst
This commit is contained in:
parent
5840eb9c06
commit
8823264566
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=533184
2 changed files with 9 additions and 17 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= jaraco.util
|
||||
PORTVERSION= 13.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 14.0.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -13,26 +12,19 @@ COMMENT= General utility modules that supply commonly-used functionality
|
|||
|
||||
LICENSE= MIT
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.15.0:devel/py-setuptools_scm@${PY_FLAVOR}
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4.1:devel/py-setuptools_scm@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}contextlib2>=0:devel/py-contextlib2@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}jaraco>=0:devel/py-jaraco@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}jaraco.context>=0:devel/py-jaraco.context@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}six>=1.4.1:devel/py-six@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
USES= python:3.6+
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
POST_PLIST= trim-jaraco-namespace
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PYTHON_REL} < 3600
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}jaraco.context2>=0:devel/py-jaraco.context2@${PY_FLAVOR}
|
||||
.else
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}jaraco.context>=0:devel/py-jaraco.context@${PY_FLAVOR}
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@${RM} ${STAGEDIR}${PYTHON_SITELIBDIR}/jaraco/__init__.py*
|
||||
-@${RM} ${STAGEDIR}${PYTHON_SITELIBDIR}/jaraco/__pycache__/__init__.*
|
||||
|
@ -41,4 +33,4 @@ post-install:
|
|||
trim-jaraco-namespace:
|
||||
@${REINPLACE_CMD} '/jaraco\/__init__\./d; /jaraco\/__pycache__\/__init__\./d' ${TMPPLIST}
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1546769541
|
||||
SHA256 (jaraco.util-13.0.tar.gz) = a2f4b56417e8ade74f25910f93260756e998f1e43c416c33d720369fa34f2b59
|
||||
SIZE (jaraco.util-13.0.tar.gz) = 15303
|
||||
TIMESTAMP = 1588013492
|
||||
SHA256 (jaraco.util-14.0.0.tar.gz) = 3b4c7dd8727587c25ce4f1deefcaacbd510e12879a054cbb4e20d602b8a481ed
|
||||
SIZE (jaraco.util-14.0.0.tar.gz) = 17716
|
||||
|
|
Loading…
Reference in a new issue