svn commit: r483828 - head/devel/py-ruamel.ordereddict

Antoine Brodin antoine at FreeBSD.org
Fri Nov 2 17:53:59 UTC 2018


Author: antoine
Date: Fri Nov  2 17:53:58 2018
New Revision: 483828
URL: https://svnweb.freebsd.org/changeset/ports/483828

Log:
  py-ruamel.ordereddict is not compatible with python3
  
  Reported by:	pkg-fallout

Modified:
  head/devel/py-ruamel.ordereddict/Makefile

Modified: head/devel/py-ruamel.ordereddict/Makefile
==============================================================================
--- head/devel/py-ruamel.ordereddict/Makefile	Fri Nov  2 17:51:55 2018	(r483827)
+++ head/devel/py-ruamel.ordereddict/Makefile	Fri Nov  2 17:53:58 2018	(r483828)
@@ -12,7 +12,7 @@ COMMENT=	Python dict that keeps keys in insertion sort
 
 LICENSE=	MIT
 
-USES=		python
+USES=		python:2.7
 USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list