Modified: trunk/dports/python/py-decorator/Portfile (130391 => 130392)
--- trunk/dports/python/py-decorator/Portfile 2014-12-30 05:39:20 UTC (rev 130391)
+++ trunk/dports/python/py-decorator/Portfile 2014-12-30 05:39:22 UTC (rev 130392)
@@ -6,17 +6,18 @@
name py-decorator
version 3.4.0
+platforms darwin
+supported_archs noarch
license BSD
maintainers nomaintainer
+
description Provides a decorator factory that makes creating \
signature-preserving decorators dead simple.
long_description ${description} By Michele Simionato.
-platforms darwin
-supported_archs noarch
homepage http://pypi.python.org/pypi/decorator
+
master_sites http://pypi.python.org/packages/source/d/decorator/
distname decorator-${version}
-
checksums rmd160 57b014f5fb2a1750910364882d430a85f94a8b85 \
sha256 c20b404cbb7ee5cebd506688e0114e3cd76f5ce233805a51f36e1a7988d9d783
@@ -27,8 +28,8 @@
if {${python.version} >= 31} {
depends_build-append port:py${python.version}-setuptools
}
- livecheck.type none
+ livecheck.type none
} else {
- livecheck.type regex
- livecheck.regex {decorator/(\d+(?:\.\d+)*)}
+ livecheck.type regex
+ livecheck.regex {decorator/(\d+(?:\.\d+)*)}
}