[22103] trunk/dports/python

source_changes at macosforge.org source_changes at macosforge.org
Sat Feb 17 12:37:17 PST 2007


Revision: 22103
          http://trac.macosforge.org/projects/macports/changeset/22103
Author:   mww at macports.org
Date:     2007-02-17 12:37:17 -0800 (Sat, 17 Feb 2007)

Log Message:
-----------
new port py25-zopeinterface

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

Added: trunk/dports/python/py25-zopeinterface/Portfile
===================================================================
--- trunk/dports/python/py25-zopeinterface/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-zopeinterface/Portfile	2007-02-17 20:37:17 UTC (rev 22103)
@@ -0,0 +1,26 @@
+# $Id: Portfile 22102 2007-02-17 20:24:25Z mww at macports.org $
+
+PortSystem 1.0
+#PortGroup python25 1.0
+
+name			py25-zopeinterface
+version			3.3.0
+categories		python zope
+platforms		darwin
+maintainers		mww at macports.org
+description		Python interfaces for Zope
+long_description	${description}
+
+homepage		http://www.zope.org/Products/ZopeInterface
+master_sites		${homepage}/${version}/
+distname		zope.interface-${version}
+checksums		md5 93668855e37b4691c5c956665c33392c
+
+# remove these lines when python25 port group is available
+depends_lib		port:python25
+use_configure	no
+build.cmd		${prefix}/bin/python2.5 setup.py
+build.target	build
+destroot.cmd	${build.cmd}
+destroot.destdir	--prefix=${prefix} --root=${destroot}
+

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070217/4c16d8f0/attachment.html


More information about the macports-changes mailing list