[115024] trunk/dports/python
mojca at macports.org
mojca at macports.org
Sun Dec 22 02:50:37 PST 2013
Revision: 115024
https://trac.macports.org/changeset/115024
Author: mojca at macports.org
Date: 2013-12-22 02:50:37 -0800 (Sun, 22 Dec 2013)
Log Message:
-----------
py-radical-utils: new port (maintainer, #41768)
Added Paths:
-----------
trunk/dports/python/py-radical-utils/
trunk/dports/python/py-radical-utils/Portfile
Added: trunk/dports/python/py-radical-utils/Portfile
===================================================================
--- trunk/dports/python/py-radical-utils/Portfile (rev 0)
+++ trunk/dports/python/py-radical-utils/Portfile 2013-12-22 10:50:37 UTC (rev 115024)
@@ -0,0 +1,58 @@
+# -*- 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
+
+set _name radical.utils
+set _n [string index ${_name} 0]
+
+name py-radical-utils
+version 0.5.0
+categories-append net parallel devel
+platforms darwin
+supported_archs noarch
+
+maintainers bo.ingv.it:Peter.Danecek openmaintainer
+
+license MIT
+
+description Shared code and tools for various Radical Group projects
+
+long_description This Python package contains shared code and tools for \
+ various Radical Group projects. Sometimes we call it the \
+ Radical Kitchen Sink.
+
+homepage https://github.com/saga-project/${_name}/
+
+distname ${_name}-${version}
+master_sites https://pypi.python.org/packages/source/${_n}/${_name}/
+
+checksums md5 c9dc08c2e64cd104532890da6f4d9499 \
+ rmd160 d8503f87aada1ca145cebabcb6fe7b02bac4e8d8 \
+ sha256 4f2ae3abb049f3c08c0a7aa79e699ac767098cf19ba04df8009ccd0e8f4cbcec
+
+python.versions 26 27
+
+if {${name} ne ${subport}} {
+ depends_build-append port:py${python.version}-setuptools
+ depends_lib-append port:py${python.version}-colorama
+
+ # Adding documentation
+ post-destroot {
+ set dest_doc ${destroot}${prefix}/share/doc/${subport}
+ xinstall -d ${dest_doc}
+ xinstall -m 755 -W ${worksrcpath} \
+ CHANGES.md \
+ LICENSE.md \
+ README.md \
+ ${dest_doc}
+
+ delete ${dest_doc}/examples
+ copy ${worksrcpath}/examples ${dest_doc}/examples
+ }
+}
+
+livecheck.type regex
+livecheck.url ${master_sites}
+livecheck.regex ">${_name}-(\\d+(\\.\\d+)+)\\${extract.suffix}<"
Property changes on: trunk/dports/python/py-radical-utils/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/20131222/d4870c20/attachment.html>
More information about the macports-changes
mailing list