Date: Thu, 13 Aug 2020 22:15:34 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r544852 - head/devel/py-ordereddict Message-ID: <202008132215.07DMFYgx025629@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Thu Aug 13 22:15:34 2020 New Revision: 544852 URL: https://svnweb.freebsd.org/changeset/ports/544852 Log: devel/py-ordereddict: Remove the 2.7 limitation on python because it's no longer needed Approved by: portmgr (blanket; unbreak for the upcoming 2.7 EOLing) Modified: head/devel/py-ordereddict/Makefile Modified: head/devel/py-ordereddict/Makefile ============================================================================== --- head/devel/py-ordereddict/Makefile Thu Aug 13 22:08:45 2020 (r544851) +++ head/devel/py-ordereddict/Makefile Thu Aug 13 22:15:34 2020 (r544852) @@ -3,7 +3,7 @@ PORTNAME= ordereddict PORTVERSION= 1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ COMMENT= Drop-in substitute for Py2.7's new collection LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:2.7 # for graphics/py-blocking +USES= python USE_PYTHON= distutils autoplist .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008132215.07DMFYgx025629>