Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Dec 2017 18:20:54 +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: r457298 - head/devel/py-monotonic
Message-ID:  <201712261820.vBQIKs4W019538@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712261820.vBQIKs4W019538>