]> git.pld-linux.org Git - packages/Zope.git/commitdiff
- add support for python 2.4
authorsaq <saq@pld-linux.org>
Thu, 23 Dec 2004 12:01:36 +0000 (12:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Zope-python24.patch -> 1.1

Zope-python24.patch [new file with mode: 0644]

diff --git a/Zope-python24.patch b/Zope-python24.patch
new file mode 100644 (file)
index 0000000..39d8e03
--- /dev/null
@@ -0,0 +1,23 @@
+--- Zope-2.7.3-0/configure.orig        2004-12-23 11:57:58.812776192 +0000
++++ Zope-2.7.3-0/configure     2004-12-23 11:58:14.666366080 +0000
+@@ -12,17 +12,17 @@
+ # Place the optimal target version number for Zope (as returned by sys.version)
+ # below
+-TARGET="2.3.4"
++TARGET="2.4"
+ # Order a list of "acceptable" python version numbers (as returned by
+ # sys.version) below in "best" to "worst" order, not including the
+ # target version.  Up to six acceptable python versions are allowed.
+ # Do not include the target version number in this list!
+-ACCEPTABLE="2.3.3"
++ACCEPTABLE="2.3.4 2.3.3"
+ # provide the executable names for all the acceptable versions
+ # (and the target version) below
+-EXENAMES="python python2 python2.3"
++EXENAMES="python python2 python2.4 python2.3"
+ #####################################################################
+ #                    END EDITABLE PARAMETERS                        #
This page took 0.060511 seconds and 4 git commands to generate.