[148730] trunk/dports/python/py-async-task/Portfile

khindenburg at macports.org khindenburg at macports.org
Sun May 15 15:24:22 PDT 2016


Revision: 148730
          https://trac.macports.org/changeset/148730
Author:   khindenburg at macports.org
Date:     2016-05-15 15:24:22 -0700 (Sun, 15 May 2016)
Log Message:
-----------
py-async-task: update to 0.6.2; move to github

Modified Paths:
--------------
    trunk/dports/python/py-async-task/Portfile

Modified: trunk/dports/python/py-async-task/Portfile
===================================================================
--- trunk/dports/python/py-async-task/Portfile	2016-05-15 22:15:44 UTC (rev 148729)
+++ trunk/dports/python/py-async-task/Portfile	2016-05-15 22:24:22 UTC (rev 148730)
@@ -1,10 +1,12 @@
 # $Id$
 
 PortSystem        1.0
+
 PortGroup         python 1.0
+PortGroup         github 1.0
 
+github.setup      gitpython-developers async 0.6.2
 name              py-async-task
-version           0.6.1
 maintainers       nomaintainer
 platforms         darwin
 license           BSD
@@ -19,13 +21,14 @@
                   on demand, that is when you read from the respective output \
                   channel.
 
-homepage          http://packages.python.org/async/intro.html
-master_sites      http://pypi.python.org/packages/source/a/async/
-distname          async-${version}
+checksums           rmd160  381ca69e9e2413c4cf44bb7ca523b355caf39f64 \
+                    sha256  f2dc9df8ac31890acbc98d787290083504d3987b0713b61a4414631dbf39fbc2
 
 python.versions   26 27
 python.default_version 27
 
-checksums         md5     6f0e2ced1fe85f8410b9bde11be08587 \
-                  sha1    cd0cb903a938b67391109cd5471585f07b63ff9f \
-                  rmd160  1d53687379756dfd05a98b1a13ed18e40538e8be
+if {${name} ne ${subport}} {
+    depends_build   port:py${python.version}-setuptools
+
+    livecheck.type  none
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160515/734e9bf7/attachment-0001.html>


More information about the macports-changes mailing list