[89239] trunk/dports/python
and.damore at macports.org
and.damore at macports.org
Sat Jan 21 14:59:40 PST 2012
Revision: 89239
http://trac.macports.org/changeset/89239
Author: and.damore at macports.org
Date: 2012-01-21 14:59:39 -0800 (Sat, 21 Jan 2012)
Log Message:
-----------
port py-twitter: switching to python portgroup, removing separated ports py25-twitter and py26-twitter, upgrading to 0.8.2
Modified Paths:
--------------
trunk/dports/python/py-twitter/Portfile
Removed Paths:
-------------
trunk/dports/python/py25-twitter/
trunk/dports/python/py26-twitter/
Modified: trunk/dports/python/py-twitter/Portfile
===================================================================
--- trunk/dports/python/py-twitter/Portfile 2012-01-21 22:53:54 UTC (rev 89238)
+++ trunk/dports/python/py-twitter/Portfile 2012-01-21 22:59:39 UTC (rev 89239)
@@ -1,9 +1,10 @@
# $Id$
PortSystem 1.0
-PortGroup python24 1.0
+PortGroup python 1.0
name py-twitter
-version 0.6
+version 0.8.2
+license APL-2
categories-append devel
maintainers nomaintainer
description Interface for the Twitter API.
@@ -12,12 +13,18 @@
platforms darwin
+# py24-simplejson is currently broken
+python.versions 25 26 27
+python.default_version 25
+
homepage http://code.google.com/p/python-twitter/
master_sites googlecode:python-twitter
distname python-twitter-${version}
-checksums md5 e1f5c50c60c74944d29ce28178972b95 \
- sha1 44e226ba59e32a15ce2f2ae6d38bc62a85d19e05 \
- rmd160 1d813877cac653be4463f82b25eb7d95b8877e80
+checksums md5 a5d79ba7228ff00bc83a8486e7434106 \
+ sha1 a119f4da1694bc5396fc27875e538999bbf5d8d2 \
+ rmd160 3fff2e9923e26acc2d87369b36b9bcca88ad9f12
-depends_lib port:py-simplejson
+if {$subport != $name} {
+ depends_lib port:py${python.version}-simplejson
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120121/f1f0675c/attachment.html>
More information about the macports-changes
mailing list