Date: Fri, 2 Nov 2018 17:53:59 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483828 - head/devel/py-ruamel.ordereddict Message-ID: <201811021753.wA2Hrx0t061287@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811021753.wA2Hrx0t061287>