[152722] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Thu Sep 15 05:08:45 PDT 2016


Revision: 152722
          https://trac.macports.org/changeset/152722
Author:   stromnov at macports.org
Date:     2016-09-15 05:08:45 -0700 (Thu, 15 Sep 2016)
Log Message:
-----------
py-vine: new port

Added Paths:
-----------
    trunk/dports/python/py-vine/
    trunk/dports/python/py-vine/Portfile

Added: trunk/dports/python/py-vine/Portfile
===================================================================
--- trunk/dports/python/py-vine/Portfile	                        (rev 0)
+++ trunk/dports/python/py-vine/Portfile	2016-09-15 12:08:45 UTC (rev 152722)
@@ -0,0 +1,37 @@
+# -*- 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
+
+name                py-vine
+version             1.1.2
+revision            0
+categories-append   devel
+platforms           darwin
+license             BSD
+supported_archs     noarch
+
+python.versions     27 34 35
+
+maintainers         stromnov openmaintainer
+
+description         Promises implementation.
+long_description    ${description}
+
+homepage            http://github.com/celery/vine
+master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
+
+distname            ${python.rootname}-${version}
+
+checksums           rmd160  3c433afc5712b0cd8351401b48136a8c9e3c7adb \
+                    sha256  1b7ce5ae21337852605b3b9464ad575eb884e8b3f98941573744d21b07f316ef
+
+if {${name} ne ${subport}} {
+    depends_build-append \
+                        port:py${python.version}-setuptools
+
+    livecheck.type      none
+} else {
+    livecheck.type      pypi
+}


Property changes on: trunk/dports/python/py-vine/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/20160915/2366eac7/attachment.html>


More information about the macports-changes mailing list