[88153] trunk/dports/python

singingwolfboy at macports.org singingwolfboy at macports.org
Tue Dec 20 15:28:53 PST 2011


Revision: 88153
          http://trac.macports.org/changeset/88153
Author:   singingwolfboy at macports.org
Date:     2011-12-20 15:28:53 -0800 (Tue, 20 Dec 2011)
Log Message:
-----------
py-zopeinterface: unified portfile

Modified Paths:
--------------
    trunk/dports/python/py-zopeinterface/Portfile

Removed Paths:
-------------
    trunk/dports/python/py27-zopeinterface/

Modified: trunk/dports/python/py-zopeinterface/Portfile
===================================================================
--- trunk/dports/python/py-zopeinterface/Portfile	2011-12-20 23:24:22 UTC (rev 88152)
+++ trunk/dports/python/py-zopeinterface/Portfile	2011-12-20 23:28:53 UTC (rev 88153)
@@ -1,22 +1,35 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem 1.0
-PortGroup python24 1.0
+PortGroup  python 1.0
 
 name			py-zopeinterface
-version			3.3.0
+version			3.8.0
+python.versions 24 25 26 27
 categories		python zope
 license			ZPL-2.1
 platforms		darwin
-maintainers		nomaintainer
-description		interfaces for zope
-long_description	"${description}"
+maintainers		mcalhoun snc openmaintainer
+description		Python interfaces for Zope
+long_description	${description}
 
-homepage		http://www.zope.org/Products/ZopeInterface
-master_sites		${homepage}/${version}/
+homepage        http://old.zope.org/Products/ZopeInterface
+master_sites    http://pypi.python.org/packages/source/z/zope.interface
 distname		zope.interface-${version}
-checksums		md5 93668855e37b4691c5c956665c33392c
 
-livecheck.type	regex
-livecheck.url	${homepage}
-livecheck.regex	\[0-9\.]+/zope.interface-(\[0-9\.\]+).tar.gz
+checksums           rmd160  07e4969655667987ec3c80057e1098f05bad3af3 \
+                    sha256  1d5411ff82fd3a73bad6efb38deddb3f98d61d590344deb0cdd308e8aa94d3ff
+
+post-destroot {
+    xinstall -m 644 -W ${worksrcpath} \
+        CHANGES.txt  README.txt \
+        ${destroot}${prefix}/share/doc/${name}
+}
+
+test.run  yes
+test.cmd  ${python.bin} setup.py
+
+livecheck.type	    regex
+livecheck.url	    http://svn.zope.org/zope.interface/tags/
+livecheck.regex	    zope.interface\\/tags\\/(\\d+(?:\\.\\d+)*)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111220/d36679e3/attachment.html>


More information about the macports-changes mailing list