[71665] trunk/dports/python
jwa at macports.org
jwa at macports.org
Sun Sep 19 10:24:27 PDT 2010
Revision: 71665
http://trac.macports.org/changeset/71665
Author: jwa at macports.org
Date: 2010-09-19 10:24:23 -0700 (Sun, 19 Sep 2010)
Log Message:
-----------
New: Python 2.7 bindings for Midgard2
Added Paths:
-----------
trunk/dports/python/py27-midgard2/
trunk/dports/python/py27-midgard2/Portfile
Added: trunk/dports/python/py27-midgard2/Portfile
===================================================================
--- trunk/dports/python/py27-midgard2/Portfile (rev 0)
+++ trunk/dports/python/py27-midgard2/Portfile 2010-09-19 17:24:23 UTC (rev 71665)
@@ -0,0 +1,39 @@
+# -*- 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 71664 2010-09-19 17:16:49Z jwa at macports.org $
+
+PortSystem 1.0
+PortGroup python27 1.0
+
+name py27-midgard2
+set internal_name python-midgard2
+
+version 10.05.1.1
+
+categories python
+
+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_build port:py27-distribute
+depends_lib port:midgard2-core \
+ port:py27-gobject
+
+master_sites http://www.midgard-project.org/midcom-serveattachmentguid-226d7f609efc11dfaeb6c5c6ef1f7cc77cc7/
+distname ${internal_name}-${version}
+set worksrcdir ${internal_name}-${version}
+#use_bzip2 yes
+
+checksums md5 18571f108977041d154659d4439d2c29 \
+ sha1 8196356eb1542fa2e841a329b7b1124ef6142936 \
+ rmd160 84e1447f271d8776966b425251b98d034fdebd51
+
+#patchfiles setup.py.diff
+
+livecheck.type 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/20100919/5c2701d6/attachment.html>
More information about the macports-changes
mailing list