svn commit: r457298 - head/devel/py-monotonic

Antoine Brodin antoine at FreeBSD.org
Tue Dec 26 18:20:55 UTC 2017


Author: antoine
Date: Tue Dec 26 18:20:54 2017
New Revision: 457298
URL: https://svnweb.freebsd.org/changeset/ports/457298

Log:
  On Python 3.3 or newer, monotonic is an alias of time.monotonic
  
  Pointy hat:	alfred (poudriere bulk -a broken)

Modified:
  head/devel/py-monotonic/Makefile

Modified: head/devel/py-monotonic/Makefile
==============================================================================
--- head/devel/py-monotonic/Makefile	Tue Dec 26 18:06:06 2017	(r457297)
+++ head/devel/py-monotonic/Makefile	Tue Dec 26 18:20:54 2017	(r457298)
@@ -13,7 +13,7 @@ COMMENT=	Python 3 monotonic time module for Python 2
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		python:-3.3
+USES=		python
 USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list