[101722] trunk/dports/python

jmr at macports.org jmr at macports.org
Thu Jan 17 15:56:55 PST 2013


Revision: 101722
          https://trac.macports.org/changeset/101722
Author:   jmr at macports.org
Date:     2013-01-17 15:56:55 -0800 (Thu, 17 Jan 2013)
Log Message:
-----------
py*-managesieve: unify

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

Removed Paths:
-------------
    trunk/dports/python/py-managesieve/files/
    trunk/dports/python/py26-managesieve/

Modified: trunk/dports/python/py-managesieve/Portfile
===================================================================
--- trunk/dports/python/py-managesieve/Portfile	2013-01-17 23:25:38 UTC (rev 101721)
+++ trunk/dports/python/py-managesieve/Portfile	2013-01-17 23:56:55 UTC (rev 101722)
@@ -1,30 +1,34 @@
 # $Id$
 
 PortSystem 1.0
-PortGroup python24 1.0
+PortGroup python 1.0
 
 name			py-managesieve
-version			0.4
-revision		1
+version			0.4.2
 categories		python mail
+license			{PSF GPL}
 platforms		darwin freebsd
+supported_archs	noarch
 maintainers		gboyce
 description		Protocol for remotely managing Sieve scripts
 long_description	A Protocol for remotely managing Sieve Scripts. A \
 				MANGAGESIEVE client library for remotely managing \
 				Sieve scripts, including an interactive sieveshell.
 
-homepage		http://python-managesieve.origo.ethz.ch
-master_sites		http://download.origo.ethz.ch/python-managesieve/833/
+homepage		http://packages.python.org/managesieve/
+master_sites		http://pypi.python.org/packages/source/m/managesieve/
 distname		managesieve-${version}
-depends_build		port:py24-distribute
 use_bzip2               yes
-checksums		md5 add9cd4b54d51e18af99e79a0da26f8e	\
-			sha1 33c255058b57dfab62557255c5bf2321b700d1ff
+checksums		md5 c252b3d06dc3419dcf3bff815f485b7a	\
+			sha1 39ab53e80a039df8b1213d8cb636580a22f2fec7 \
+			rmd160 c1a2753ea5276a3807160ca70bd5b1ff452c8ba6
 
-patchfiles		ez_setup.patch
+python.versions	24 26
 
-post-destroot	{
-	xinstall -m 644 -W ${worksrcpath} draft-martin-managesieve-07.txt \
-		HISTORY README TODO ${destroot}${prefix}/share/doc/${name}
+if {$subport != $name} {
+    depends_build		port:py${python.version}-distribute
+    post-destroot	{
+        xinstall -m 644 -W ${worksrcpath} draft-martin-managesieve-07.txt \
+            HISTORY README TODO ${destroot}${prefix}/share/doc/${subport}
+    }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130117/4eebefba/attachment.html>


More information about the macports-changes mailing list