[96708] trunk/dports/python/py-logilab-common/Portfile
blair at macports.org
blair at macports.org
Fri Aug 17 12:56:41 PDT 2012
Revision: 96708
https://trac.macports.org/changeset/96708
Author: blair at macports.org
Date: 2012-08-17 12:56:39 -0700 (Fri, 17 Aug 2012)
Log Message:
-----------
py24-logilab-common: back down to 0.50.3 to unbreak pylint-2.4.
Pylint for Python 2.4 was broken, so to get a consistent set of
packages to restore Pylint, I looked what Centos 5 uses, since it is
Python 2.4 based:
http://pkgs.org/centos-5-rhel-5/epel-i386/pylint-0.21.1-3.el5.noarch.rpm.html
http://pkgs.org/centos-5-rhel-5/epel-i386/python-logilab-astng-0.20.1-3.el5.noarch.rpm.html
http://pkgs.org/centos-5-rhel-5/epel-i386/python-logilab-common-0.50.3-3.el5.noarch.rpm.html
Modified Paths:
--------------
trunk/dports/python/py-logilab-common/Portfile
Modified: trunk/dports/python/py-logilab-common/Portfile
===================================================================
--- trunk/dports/python/py-logilab-common/Portfile 2012-08-17 18:57:40 UTC (rev 96707)
+++ trunk/dports/python/py-logilab-common/Portfile 2012-08-17 19:56:39 UTC (rev 96708)
@@ -5,7 +5,12 @@
PortGroup python 1.0
name py-logilab-common
-version 0.58.2
+if {$subport != "py24-logilab-common"} {
+ version 0.58.2
+} else {
+ epoch 1
+ version 0.50.3
+}
license LGPL-2.1+
maintainers dh stromnov openmaintainer
description A number of modules used by various projects from Logilab
@@ -18,9 +23,15 @@
ftp://ftp.logilab.fr/pub/common
distname logilab-common-${version}
-checksums md5 a745888475d988300a76b0c87a5f4381 \
+if {$subport != "py24-logilab-common"} {
+ checksums md5 a745888475d988300a76b0c87a5f4381 \
sha1 a1df7965bb9382f56047e616e420f49d6181a0b2 \
rmd160 041cc7a66beba31410435699809d3867e50fb8eb
+} else {
+ checksums md5 b3ac2d2d3cc690c9446749048c177560 \
+ sha1 abf35852ce0030b2724b1beeacc42f3ca03934c5 \
+ rmd160 33ff2aa0216fcf717bf2e1b1063a6345bd98b51d
+}
python.versions 24 25 26 27
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120817/6c0a034b/attachment.html>
More information about the macports-changes
mailing list