[112346] trunk/dports/python/py-iso8601/Portfile
stromnov at macports.org
stromnov at macports.org
Sat Oct 19 05:42:31 PDT 2013
Revision: 112346
https://trac.macports.org/changeset/112346
Author: stromnov at macports.org
Date: 2013-10-19 05:42:31 -0700 (Sat, 19 Oct 2013)
Log Message:
-----------
py-iso8601: update to version 0.1.6
Modified Paths:
--------------
trunk/dports/python/py-iso8601/Portfile
Modified: trunk/dports/python/py-iso8601/Portfile
===================================================================
--- trunk/dports/python/py-iso8601/Portfile 2013-10-19 12:39:34 UTC (rev 112345)
+++ trunk/dports/python/py-iso8601/Portfile 2013-10-19 12:42:31 UTC (rev 112346)
@@ -5,13 +5,15 @@
PortGroup python 1.0
name py-iso8601
-version 0.1.4
-revision 2
+version 0.1.6
+revision 0
categories-append devel
+platforms darwin
license MIT
-platforms darwin
supported_archs noarch
+python.versions 26 27 32 33
+
maintainers stromnov openmaintainer
description Simple module to parse ISO 8601 dates
@@ -22,16 +24,16 @@
distname iso8601-${version}
-checksums rmd160 5783da9bf409c23afd90c286465948af9c12dc1b \
- sha256 7a28ccdfb316960431aa7f589f71cb10e0675917e36f6d718d9c03ec6e97f60d
+checksums rmd160 f04bbf8730abdc1c1a55b7fe2fe6896a4bb03e4a \
+ sha256 5ff4c9c8f88d07e1ca1d5c3f84859241fabbabc232a5d893b7771c62201fa968
-python.default_version 27
-python.versions 26 27 32
+if {$subport != $name} {
+ depends_build-append \
+ port:py${python.version}-setuptools
-if {$subport != $name} {
- depends_build-append port:py${python.version}-setuptools
+ livecheck.type none
+} else {
+ livecheck.type regex
+ livecheck.url ${master_sites}
+ livecheck.regex {iso8601-(\d+(?:\.\d+)*)\.[tz]}
}
-
-livecheck.type regex
-livecheck.url ${master_sites}
-livecheck.regex "iso8601-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131019/57d6d358/attachment.html>
More information about the macports-changes
mailing list