[84643] trunk/dports/python
stromnov at macports.org
stromnov at macports.org
Thu Sep 29 02:18:04 PDT 2011
Revision: 84643
http://trac.macports.org/changeset/84643
Author: stromnov at macports.org
Date: 2011-09-29 02:18:01 -0700 (Thu, 29 Sep 2011)
Log Message:
-----------
py*-colander: unify
Modified Paths:
--------------
trunk/dports/python/py-colander/Portfile
Added Paths:
-----------
trunk/dports/python/py-colander/
Removed Paths:
-------------
trunk/dports/python/py26-colander/
Modified: trunk/dports/python/py-colander/Portfile
===================================================================
--- trunk/dports/python/py26-colander/Portfile 2011-09-29 07:25:50 UTC (rev 84639)
+++ trunk/dports/python/py-colander/Portfile 2011-09-29 09:18:01 UTC (rev 84643)
@@ -2,28 +2,39 @@
# $Id$
PortSystem 1.0
-PortGroup python26 1.0
+PortGroup python 1.0
-name py26-colander
-version 0.9.2
+name py-colander
+version 0.9.3
+revision 0
+categories-append devel
+license BSD
+platforms darwin
+supported_archs noarch
+
maintainers stromnov openmaintainer
description System for validating and deserializing data.
long_description ${description}
-platforms darwin
-
homepage http://docs.repoze.org/colander
master_sites http://pypi.python.org/packages/source/c/colander/
+
distname colander-${version}
-checksums md5 b386bac9acef0b0af54fe722fd85e5cd \
- sha1 b32ce85f825efd77d8d2dc341ed00deb5fce7566 \
- rmd160 7718702e93cb175a42ba9f81506c85916d2fb8e5
+checksums md5 125b0efdd1d86bf944d57b013726ac5f \
+ sha1 61aeb10fb28dc20cc91818b8b0870bcb3075324f \
+ rmd160 334f92e3bf66003fabe6c510a5c6de29a1b72f2a
-depends_lib-append port:py26-iso8601 \
- port:py26-translationstring
+python.default_version 27
+python.versions 26 27
+if {$subport != $name} {
+ depends_build-append port:py${python.version}-distribute
+ depends_lib-append port:py${python.version}-iso8601 \
+ port:py${python.version}-translationstring
+}
+
livecheck.type regex
livecheck.url ${master_sites}
livecheck.regex "colander-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110929/fd8e0f10/attachment.html>
More information about the macports-changes
mailing list