Date: Mon, 27 Apr 2020 20:54:35 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r533173 - in head/devel: . py-jaraco.util13 Message-ID: <202004272054.03RKsZF1065666@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Apr 27 20:54:35 2020 New Revision: 533173 URL: https://svnweb.freebsd.org/changeset/ports/533173 Log: Add py-jaraco.util13 13.0.0 (copied from py-jaraco.util) - Add PORTSCOUT Added: head/devel/py-jaraco.util13/ - copied from r533004, head/devel/py-jaraco.util/ Modified: head/devel/Makefile head/devel/py-jaraco.util13/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Apr 27 20:54:29 2020 (r533172) +++ head/devel/Makefile Mon Apr 27 20:54:35 2020 (r533173) @@ -4551,6 +4551,7 @@ SUBDIR += py-jaraco.logging SUBDIR += py-jaraco.timing SUBDIR += py-jaraco.util + SUBDIR += py-jaraco.util13 SUBDIR += py-javaproperties SUBDIR += py-jcc SUBDIR += py-jdcal Modified: head/devel/py-jaraco.util13/Makefile ============================================================================== --- head/devel/py-jaraco.util/Makefile Sun Apr 26 10:34:46 2020 (r533004) +++ head/devel/py-jaraco.util13/Makefile Mon Apr 27 20:54:35 2020 (r533173) @@ -3,10 +3,10 @@ PORTNAME= jaraco.util PORTVERSION= 13.0 -PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX= 13 MAINTAINER= sunpoet@FreeBSD.org COMMENT= General utility modules that supply commonly-used functionality @@ -19,9 +19,12 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}contextlib2>=0:dev ${PYTHON_PKGNAMEPREFIX}six>=1.4.1:devel/py-six@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes + +# jaraco.util 14.0.0+ requires Python 3.6+ +PORTSCOUT= limit:^13\. POST_PLIST= trim-jaraco-namespace
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004272054.03RKsZF1065666>