[122411] users/petr/ports/python

petr at macports.org petr at macports.org
Tue Jul 22 05:16:55 PDT 2014


Revision: 122411
          https://trac.macports.org/changeset/122411
Author:   petr at macports.org
Date:     2014-07-22 05:16:55 -0700 (Tue, 22 Jul 2014)
Log Message:
-----------
py-dispel4py-devel: draft for new port

Added Paths:
-----------
    users/petr/ports/python/py-dispel4py-devel/
    users/petr/ports/python/py-dispel4py-devel/Portfile

Added: users/petr/ports/python/py-dispel4py-devel/Portfile
===================================================================
--- users/petr/ports/python/py-dispel4py-devel/Portfile	                        (rev 0)
+++ users/petr/ports/python/py-dispel4py-devel/Portfile	2014-07-22 12:16:55 UTC (rev 122411)
@@ -0,0 +1,49 @@
+# -*- 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
+PortGroup           github 1.0
+
+github.setup        akrause2014  dispel4py  05e446501f
+
+name                py-${github.project}-devel
+conflicts           py-${github.project}
+version             0.0.1-1-${github.version}
+categories-append   parallel science
+platforms           darwin
+license             Apache-3
+
+maintainers         petr openmaintainer
+
+description         A library to describe data workflows for distributed \
+                    applications (development snapshot)
+
+long_description    ${description}
+
+checksums           md5     2c2220d944fad5011b18ca719bf2312b \
+                    rmd160  6806f110078d9cf19d3f0ad3bfc4fa1eb1c9ac55 \
+                    sha256  09ba1fe4912b665b7906f08d1e66882d167d9c1d4fccf3738ec7f8f6616c32d1
+
+python.versions     27
+
+if {${name} ne ${subport}} {
+    depends_build-append    port:py${python.version}-setuptools
+
+    depends_lib-append      port:py${python.version}-networkx \
+                            port:py${python.version}-requests
+    # Adding documentation
+    post-destroot {
+        set dest_doc ${destroot}${prefix}/share/doc/${subport}
+        xinstall -d  ${dest_doc}
+        xinstall -m 755 -W ${worksrcpath} \
+            README.md \
+            LICENSE \
+                ${dest_doc}
+
+        # no examples yet
+        #delete ${dest_doc}/examples
+        #copy ${worksrcpath}/examples ${dest_doc}/examples
+    }
+
+}


Property changes on: users/petr/ports/python/py-dispel4py-devel/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/20140722/b4e158bd/attachment.html>


More information about the macports-changes mailing list