[Lunar-commits] <moonbase-core> Merge pull request #293 from Florin65/Python
Auke Kok
sofar+github at foo-projects.org
Sat May 4 08:58:28 CEST 2013
commit 5f17308e61188d57f4ccabf561c87323fa73b6e4
Author: Auke Kok <sofar+github at foo-projects.org>
Date: Fri, 03 May 2013 23:58:26 -0700
URL: https://github.com/lunar-linux/moonbase-core/commit/5f17308e61188d57f4ccabf561c87323fa73b6e4
Merge pull request #293 from Florin65/Python
Python: version bumped to 2.7.4.
---
python/Python/BUILD | +0/-4
python/Python/DETAILS | +3/-6
2 files changed, 3 insertions(+), 10 deletions(-)
--- a/python/Python/BUILD
+++ b/python/Python/BUILD
@@ -10,8 +10,6 @@
OPTS+=" --enable-shared" &&
- patch_it $SOURCE_CACHE/$SOURCE2 1 &&
-
default_build &&
install -d /usr/lib/python$MAJOR &&
@@ -25,5 +23,3 @@
gather_docs cheatsheet NEWS README
) > $C_FIFO 2>&1
-
-
--- a/python/Python/DETAILS
+++ b/python/Python/DETAILS
@@ -1,15 +1,12 @@
MODULE=Python
MAJOR=2.7
- VERSION=$MAJOR.3
+ VERSION=$MAJOR.4
SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE2=$MODULE-compileall.patch.bz2
SOURCE_URL=http://www.python.org/ftp/python/$VERSION
- SOURCE_VFY=sha1:842c4e2aff3f016feea3c6e992c7fa96e49c9aa0
- SOURCE2_URL=$PATCH_URL
- SOURCE2_VFY=sha1:9aae8e93899aabc64bbd7f2921ed23f44ec8e6c4
+ SOURCE_VFY=sha1:deb8609d8e356b3388f33b6a4d6526911994e5b1
WEB_SITE=http://www.python.org
ENTERED=20010922
- UPDATED=20120415
+ UPDATED=20130413
PSAFE=no
SHORT="Interpreted, interactive, object-oriented programming language"
More information about the Lunar-commits
mailing list