[Lunar-commits] <moonbase-core> Python: version bumped to 2.7.4.
Florin Braescu
florin at lunar-linux.org
Sat May 4 08:58:28 CEST 2013
commit 74ff2ab3e077df865d91efc21c899303b8b96ad8
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sat, 13 Apr 2013 04:49:08 -0700
URL: https://github.com/lunar-linux/moonbase-core/commit/74ff2ab3e077df865d91efc21c899303b8b96ad8
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