[paketler-commits] r37741 - playground/cartman/python
paketler-commits at pardus.org.tr
paketler-commits at pardus.org.tr
31 Ara 2007 Pzt 22:27:40 EET
Author: cartman
Date: Mon Dec 31 22:27:40 2007
New Revision: 37741
Modified:
playground/cartman/python/actions.py
playground/cartman/python/pspec.xml
Log:
just basics
Modified: playground/cartman/python/actions.py
=================================================================
--- playground/cartman/python/actions.py (original)
+++ playground/cartman/python/actions.py Mon Dec 31 22:27:40 2007
@@ -10,7 +10,7 @@
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
-WorkDir = "Python-2.4.4"
+WorkDir = "python-2.5"
def setup():
shelltools.export("OPT", get.CFLAGS())
@@ -27,18 +27,4 @@
autotools.make()
def install():
- pisitools.dodir("/usr/")
-
- shelltools.export("PYTHON_DONTCOMPILE", "0")
-
autotools.rawInstall("DESTDIR=%s" % get.installDIR(), "altinstall")
-
- shelltools.copy("Makefile.pre.in", "%s/usr/lib/python2.4/config/" % get.installDIR())
-
- # While we're working on the config stuff... Let's fix the OPT var
- # so that it doesn't have any opts listed in it. Prevents the problem
- # with compiling things with conflicting opts later.
- pisitools.dosed("%s/usr/lib/python2.4/config/Makefile" % get.installDIR(), "^OPT=.*", "OPT=-DNDEBUG")
-
- pisitools.dosym("python2.4", "/usr/bin/python")
- pisitools.dosym("python2.4", "/usr/bin/python2")
Modified: playground/cartman/python/pspec.xml
=================================================================
--- playground/cartman/python/pspec.xml (original)
+++ playground/cartman/python/pspec.xml Mon Dec 31 22:27:40 2007
@@ -10,9 +10,9 @@
</Packager>
<License>PSF 2.2</License>
<IsA>app:console</IsA>
- <Summary>Python is an interpreted, interactive, object-orientated programming language.</Summary>
+ <Summary>An interpreted, interactive, object-orientated programming language</Summary>
<Description>Python is a dynamic object-oriented programming language that can be used for many kinds of software development. It offers strong support for integration with other languages and tools, comes with extensive standard libraries, and can be learned in a few days.</Description>
- <Archive sha1sum="9e0971f93df8acbd947378d0d16a32fcc8897ba2" type="tarbz2">http://www.python.org/ftp/python/2.4.4/Python-2.4.4.tar.bz2</Archive>
+ <Archive sha1sum="1290758b36bf4d1033542b92cc32fdf6449ca1b1" type="tarbz2">http://cekirdek.pardus.org.tr/~ismail/dist/python-2.5-r59634.tar.bz2</Archive>
<BuildDependencies>
<Dependency versionFrom="1.1.3">zlib</Dependency>
<Dependency versionFrom="5.2">ncurses</Dependency>
@@ -22,39 +22,6 @@
<Dependency>openssl</Dependency>
<Dependency>expat</Dependency>
</BuildDependencies>
- <Patches>
- <!-- Makefile modifications -->
- <Patch>python-2.4.2-readline.patch</Patch>
- <Patch level="1">python-2.4.1-db4.patch</Patch>
- <Patch level="1">python-2.4.1-st_flags.patch</Patch>
-
- <!-- Use apache's mime's also -->
- <Patch>python-2.4-mimetypes_apache.patch</Patch>
-
- <!-- UTF-8 is default -->
- <Patch level="1">python-2.4.2-utf.patch</Patch>
-
- <!-- First look into /usr/lib/pardus/ -->
- <Patch level="1">python-2.4-2-searchpath.patch</Patch>
-
- <!-- Dont include pyc's into package -->
- <Patch level="1">python-2.4.2-dontcompile.patch</Patch>
-
- <!-- Buggy tar files -->
- <Patch level="1">python-2.4.3-tarfile-umask.patch</Patch>
- <Patch level="1">python-2.4.3-tarfile-longfilename-fix.patch</Patch>
-
- <!-- PyQt unicode() workaround -->
- <Patch level="1">buffer-interface.patch</Patch>
-
- <Patch level="1">CVE-2007-2052.patch</Patch>
- <Patch level="1">CVE-2007-4965.patch</Patch>
-
- <!-- Uluzilla bug #5649 -->
- <Patch>decimal-ascii.patch</Patch>
-
- <Patch>logging-turkish.patch</Patch>
- </Patches>
</Source>
<Package>
@@ -100,12 +67,19 @@
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/idle</Path>
- <Path fileType="library">/usr/lib/python2.4/lib-tk</Path>
- <Path fileType="library">/usr/lib/python2.4/lib-dynload/_tkinter.so</Path>
+ <Path fileType="library">/usr/lib/python2.5/lib-tk</Path>
+ <Path fileType="library">/usr/lib/python2.5/lib-dynload/_tkinter.so</Path>
</Files>
</Package>
<History>
+ <Update release="29">
+ <Date>2007-12-31</Date>
+ <Version>2.5_20071229</Version>
+ <Comment>Bump to 2.5 maintainance branch</Comment>
+ <Name>İsmail Dönmez</Name>
+ <Email>ismail at pardus.org.tr</Email>
+ </Update>
<Update release="28" type="security">
<Date>2007-10-23</Date>
<Version>2.4.4</Version>
Paketler-commits mesaj listesiyle ilgili
daha fazla bilgi