svn commit: r533184 - head/devel/py-jaraco.util
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Apr 27 20:58:44 UTC 2020
Author: sunpoet
Date: Mon Apr 27 20:58:41 2020
New Revision: 533184
URL: https://svnweb.freebsd.org/changeset/ports/533184
Log:
Update to 14.0.0
Changes: https://github.com/jaraco/jaraco.util/blob/master/CHANGES.rst
Modified:
head/devel/py-jaraco.util/Makefile
head/devel/py-jaraco.util/distinfo
Modified: head/devel/py-jaraco.util/Makefile
==============================================================================
--- head/devel/py-jaraco.util/Makefile Mon Apr 27 20:58:34 2020 (r533183)
+++ head/devel/py-jaraco.util/Makefile Mon Apr 27 20:58:41 2020 (r533184)
@@ -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-
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>
Modified: head/devel/py-jaraco.util/distinfo
==============================================================================
--- head/devel/py-jaraco.util/distinfo Mon Apr 27 20:58:34 2020 (r533183)
+++ head/devel/py-jaraco.util/distinfo Mon Apr 27 20:58:41 2020 (r533184)
@@ -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
More information about the svn-ports-head
mailing list