[93040] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Mon May 14 05:06:53 PDT 2012


Revision: 93040
          https://trac.macports.org/changeset/93040
Author:   stromnov at macports.org
Date:     2012-05-14 05:06:53 -0700 (Mon, 14 May 2012)
Log Message:
-----------
py-shove: new port

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

Added: trunk/dports/python/py-shove/Portfile
===================================================================
--- trunk/dports/python/py-shove/Portfile	                        (rev 0)
+++ trunk/dports/python/py-shove/Portfile	2012-05-14 12:06:53 UTC (rev 93040)
@@ -0,0 +1,40 @@
+# -*- 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-shove
+version             0.4.3
+revision            0
+categories-append   devel
+license             BSD
+platforms           darwin
+supported_archs     noarch
+
+maintainers         stromnov openmaintainer
+
+description         Common object storage frontend
+
+long_description    Common object storage frontend that supports dictionary-\
+                    style access, object serialization and compression, \
+                    and multiple storage and caching backends.
+
+homepage            https://bitbucket.org/lcrees/shove/
+master_sites        http://pypi.python.org/packages/source/s/shove/
+
+distname            shove-${version}
+
+checksums           rmd160  5227af4c10b99231250a60fb4f644fbf6718cb4b \
+                    sha256  1045f7b42c5bf6f6f02f9f27a7b227fc650ec777892f789f9ee944e62b55b915
+
+python.default_version  27
+python.versions     26 27
+
+if {$subport != $name} {
+    depends_lib-append  port:py${python.version}-distribute
+}
+
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     "shove-(\\d+(?:\\.\\d+)*)${extract.suffix}"


Property changes on: trunk/dports/python/py-shove/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/20120514/b3ba8431/attachment.html>


More information about the macports-changes mailing list