[60919] trunk/dports/python

jwa at macports.org jwa at macports.org
Sat Nov 28 08:59:05 PST 2009


Revision: 60919
          http://trac.macports.org/changeset/60919
Author:   jwa at macports.org
Date:     2009-11-28 08:59:01 -0800 (Sat, 28 Nov 2009)
Log Message:
-----------
midgard2 bindings for Python 2.5

Added Paths:
-----------
    trunk/dports/python/py25-midgard2/
    trunk/dports/python/py25-midgard2/Portfile

Added: trunk/dports/python/py25-midgard2/Portfile
===================================================================
--- trunk/dports/python/py25-midgard2/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-midgard2/Portfile	2009-11-28 16:59:01 UTC (rev 60919)
@@ -0,0 +1,35 @@
+# -*- 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: Portfile 47939 2009-03-10 18:14:30Z snc at macports.org $
+
+PortSystem          1.0
+PortGroup           python25 1.0
+
+name                py25-midgard2
+set internal_name	python-midgard2
+
+version             9.09.0
+set major	9.09
+categories-append   www
+maintainers         jwa
+description         Python interface to the Midgard content repository
+long_description    Python interface to the Midgard content repository
+
+homepage	http://www.midgard-project.org/
+
+platforms           darwin
+depends_lib         port:midgard2-core \
+    port:py25-gobject
+
+master_sites        http://www.midgard-project.org/midcom-serveattachmentguid-63ed3bd6d43311de9fcaf9a9304436fe36fe/
+distname            ${internal_name}-${major}
+#use_bzip2           yes
+
+checksums           md5     b03a2fcb5a6982be87f4c288e6729199 \
+                    sha1    56af03b7d1ba604c8e9ac53814c35027099ba0de \
+                    rmd160  12cbd114fcb5e0a3932d5fa48e22d22d1dd54b39
+
+#patchfiles		setup.py.diff
+
+livecheck.check    regex
+livecheck.url      ${homepage}/download/9-9/
+livecheck.regex    ${internal_name}-(9\\.\[0-9\]+\\.\[0-9\]).tar.\[bg\]z
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091128/7edadd11/attachment.html>


More information about the macports-changes mailing list