[97919] trunk/dports/python

ryandesign at macports.org ryandesign at macports.org
Wed Sep 19 19:38:57 PDT 2012


Revision: 97919
          http://trac.macports.org//changeset/97919
Author:   ryandesign at macports.org
Date:     2012-09-19 19:38:57 -0700 (Wed, 19 Sep 2012)
Log Message:
-----------
py-stevedore: new port, version 0.3 (#36013)

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

Added: trunk/dports/python/py-stevedore/Portfile
===================================================================
--- trunk/dports/python/py-stevedore/Portfile	                        (rev 0)
+++ trunk/dports/python/py-stevedore/Portfile	2012-09-20 02:38:57 UTC (rev 97919)
@@ -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-stevedore
+set real_name       stevedore
+version             0.3
+categories-append   devel
+platforms           darwin
+maintainers         nomaintainer
+supported_archs     noarch
+license             Apache
+
+description         Manage dynamic plugins for Python applications
+
+long_description    ${description}
+
+homepage            http://www.doughellmann.com/projects/${real_name}/
+master_sites        http://pypi.python.org/packages/source/s/${real_name}/
+distname            ${real_name}-${version}
+
+checksums           md5     05e0c0127466cd821ba0310a54a4dc06 \
+                    sha1    ca4c8243788daf5745a85ee2b701d4c7e18415af \
+                    rmd160  3d3cb990ebf7d4a13f2fac126f042df6d01f2fdb
+
+python.versions     25 26 27
+
+if {$subport != $name} {
+    depends_lib-append  port:py${python.version}-distribute
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       http://pypi.python.org/pypi/${real_name}
+    livecheck.regex     ${real_name} (\[0-9\]+(\.\[0-9\]+)+)
+}


Property changes on: trunk/dports/python/py-stevedore/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120919/477c7d40/attachment-0001.html>


More information about the macports-changes mailing list