svn commit: r544852 - head/devel/py-ordereddict

Yuri Victorovich yuri at FreeBSD.org
Thu Aug 13 22:15:35 UTC 2020


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>


More information about the svn-ports-head mailing list