playground/bahadir/python/python_31 - Python 3.1.1
Bahadır Kandemir
paketler-commits at pardus.org.tr
Wed Dec 16 08:54:02 EET 2009
Author: bahadir.kandemir
Date: Wed Dec 16 08:54:02 2009
New Revision: 82924
Modified:
playground/bahadir/python/python_31/actions.py
playground/bahadir/python/python_31/files/no-pyc.patch
playground/bahadir/python/python_31/pspec.xml
Log:
Python 3.1.1
---
actions.py | 15 +++------------
files/no-pyc.patch | 12 +++++++-----
pspec.xml | 10 +++++++++-
3 files changed, 19 insertions(+), 18 deletions(-)
Modified: playground/bahadir/python/python_31/actions.py
=================================================================
--- playground/bahadir/python/python_31/actions.py (original)
+++ playground/bahadir/python/python_31/actions.py Wed Dec 16 08:54:02 2009
@@ -10,7 +10,7 @@
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
-WorkDir = "Python-3.1a2"
+WorkDir = "Python-%s" % get.srcVERSION()
def setup():
shelltools.export("OPT", "%s -fPIC -fwrapv" % get.CFLAGS())
@@ -28,18 +28,9 @@
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR(), "altinstall")
- """
- pisitools.dosym("/usr/bin/python2.5","/usr/bin/python")
- pisitools.dosym("/usr/bin/python2.5-config","/usr/bin/python-config")
- pisitools.dosym("/usr/lib/python2.5/pdb.py","/usr/bin/pdb")
- """
-
# FIXME: caglar10ur
- pisitools.remove("/usr/bin/idle")
- pisitools.remove("/usr/bin/pydoc")
- pisitools.remove("/usr/bin/smtpd.py")
pisitools.remove("/usr/bin/2to3")
- pisitools.removeDir("/usr/lib/python3.0/idlelib")
- pisitools.remove("/usr/lib/python3.0/lib-dynload/_tkinter.so")
+ pisitools.removeDir("/usr/lib/python3.1/idlelib")
+ pisitools.remove("/usr/lib/python3.1/lib-dynload/_tkinter.so")
pisitools.dodoc("LICENSE", "README")
Modified: playground/bahadir/python/python_31/files/no-pyc.patch
=================================================================
--- playground/bahadir/python/python_31/files/no-pyc.patch (original)
+++ playground/bahadir/python/python_31/files/no-pyc.patch Wed Dec 16 08:54:02 2009
@@ -1,17 +1,19 @@
---- Makefile.pre.in 2008-09-15 09:19:09.000000000 +0300
-+++ Makefile.pre.in 2008-09-15 09:19:34.000000000 +0300
-@@ -873,24 +873,6 @@
+--- Makefile.pre.in.orig 2009-12-16 08:32:37.000000000 +0200
++++ Makefile.pre.in 2009-12-16 08:32:45.000000000 +0200
+@@ -907,26 +907,6 @@
done; \
done
$(INSTALL_DATA) $(srcdir)/LICENSE $(DESTDIR)$(LIBDEST)/LICENSE.txt
- -PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
- ./$(BUILDPYTHON) -Wi $(DESTDIR)$(LIBDEST)/compileall.py \
- -d $(LIBDEST) -f \
-- -x 'bad_coding|badsyntax|site-packages' $(DESTDIR)$(LIBDEST)
+- -x 'bad_coding|badsyntax|site-packages|py2_test_grammar|crlf|different_encoding' \
+- $(DESTDIR)$(LIBDEST)
- -PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
- ./$(BUILDPYTHON) -Wi -O $(DESTDIR)$(LIBDEST)/compileall.py \
- -d $(LIBDEST) -f \
-- -x 'bad_coding|badsyntax|site-packages' $(DESTDIR)$(LIBDEST)
+- -x 'bad_coding|badsyntax|site-packages|py2_test_grammar|crlf|different_encoding' \
+- $(DESTDIR)$(LIBDEST)
- -PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
- ./$(BUILDPYTHON) -Wi $(DESTDIR)$(LIBDEST)/compileall.py \
- -d $(LIBDEST)/site-packages -f \
Modified: playground/bahadir/python/python_31/pspec.xml
=================================================================
--- playground/bahadir/python/python_31/pspec.xml (original)
+++ playground/bahadir/python/python_31/pspec.xml Wed Dec 16 08:54:02 2009
@@ -13,7 +13,7 @@
<PartOf>programming.languages</PartOf>
<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="0b76577ea709e35c42f9cf2eb79a56a117d2883f" type="targz">http://www.python.org/ftp/python/3.1/Python-3.1a2.tgz</Archive>
+ <Archive sha1sum="499d77bc67f739880663f3aeab67dd973344a3dd" type="targz">http://www.python.org/ftp/python/3.1.1/Python-3.1.1.tgz</Archive>
<BuildDependencies>
<Dependency versionFrom="1.1.3">zlib</Dependency>
<Dependency versionFrom="5.2">ncurses</Dependency>
@@ -64,10 +64,18 @@
<Path fileType="library">/usr/lib</Path>
<Path fileType="header">/usr/include</Path>
<Path fileType="doc">/usr/share/doc</Path>
+ <Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<History>
+ <Update release="2">
+ <Date>2009-12-16</Date>
+ <Version>3.1.1</Version>
+ <Comment>New release</Comment>
+ <Name>Bahadır Kandemir</Name>
+ <Email>bahadirr at pardus.org.tr</Email>
+ </Update>
<Update release="1">
<Date>2009-04-16</Date>
<Version>3.1_alpha2</Version>
More information about the paketler-commits
mailing list