[150365] trunk/dports/python
stromnov at macports.org
stromnov at macports.org
Mon Jul 18 04:29:06 PDT 2016
Revision: 150365
https://trac.macports.org/changeset/150365
Author: stromnov at macports.org
Date: 2016-07-18 04:29:05 -0700 (Mon, 18 Jul 2016)
Log Message:
-----------
py-monotonic: new port
Added Paths:
-----------
trunk/dports/python/py-monotonic/
trunk/dports/python/py-monotonic/Portfile
Added: trunk/dports/python/py-monotonic/Portfile
===================================================================
--- trunk/dports/python/py-monotonic/Portfile (rev 0)
+++ trunk/dports/python/py-monotonic/Portfile 2016-07-18 11:29:05 UTC (rev 150365)
@@ -0,0 +1,34 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+PortGroup python 1.0
+
+name py-monotonic
+version 1.1
+revision 0
+categories-append devel
+platforms darwin
+license Apache
+supported_archs noarch
+
+python.versions 27
+
+maintainers stromnov openmaintainer
+
+description An implementation of time.monotonic() for Python 2
+long_description ${description}
+
+homepage https://github.com/atdt/monotonic
+master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
+
+distname ${python.rootname}-${version}
+
+checksums rmd160 3e8662c9d94f8e3c4b6f08efda9c158d39221e26 \
+ sha256 255c31929e1a01acac4ca709f95bd6d319d6112db3ba170d1fe945a6befe6942
+
+if {${name} ne ${subport}} {
+ livecheck.type none
+} else {
+ livecheck.type pypi
+}
Property changes on: trunk/dports/python/py-monotonic/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160718/ed9c5458/attachment.html>
More information about the macports-changes
mailing list