Date: Sun, 11 Oct 2020 09:55:57 +0000 (UTC) From: Kirill Ponomarev <krion@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r552041 - head/sysutils/py-dict-toolbox Message-ID: <202010110955.09B9tvMn048676@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: krion Date: Sun Oct 11 09:55:56 2020 New Revision: 552041 URL: https://svnweb.freebsd.org/changeset/ports/552041 Log: Support Python 3.6 or later. Modified: head/sysutils/py-dict-toolbox/Makefile Modified: head/sysutils/py-dict-toolbox/Makefile ============================================================================== --- head/sysutils/py-dict-toolbox/Makefile Sun Oct 11 09:27:48 2020 (r552040) +++ head/sysutils/py-dict-toolbox/Makefile Sun Oct 11 09:55:56 2020 (r552041) @@ -3,6 +3,7 @@ PORTNAME= dict-toolbox PORTVERSION= 1.9 +PORTREVISION= 1 CATEGORIES= sysutils python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +12,7 @@ COMMENT= Collection of python dictionary management to LICENSE= APACHE20 -USES= python shebangfix +USES= python:3.6+ shebangfix USE_PYTHON= autoplist distutils USE_GITLAB= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010110955.09B9tvMn048676>