[Lunar-commits] <moonbase-core> Python: version bumped to 2.7.5.

Florin Braescu florin at lunar-linux.org
Sat Jun 8 09:55:19 CEST 2013


commit a74320f0f8f2182fd2403e89be95e678e5ea082a
Author: Florin Braescu <florin at lunar-linux.org>
Date: Fri, 07 Jun 2013 09:15:19 -0700
URL: https://github.com/lunar-linux/moonbase-core/commit/a74320f0f8f2182fd2403e89be95e678e5ea082a

Python: version bumped to 2.7.5.
---
  python/Python/BUILD   | +2/-2     
  python/Python/DETAILS | +3/-4     
  2 files changed, 5 insertions(+), 6 deletions(-)

--- a/python/Python/BUILD
+++ b/python/Python/BUILD
@@ -12,10 +12,10 @@
 
   default_build &&
 
-  install -d /usr/lib/python$MAJOR                        &&
+  install -d /usr/lib/python${VERSION%.*}                 &&
   install -m755 $SOURCE_DIRECTORY/Tools/i18n/msgfmt.py     \
                 $SOURCE_DIRECTORY/Tools/i18n/pygettext.py  \
-                /usr/lib/python$MAJOR/                    &&
+                /usr/lib/python${VERSION%.*}              &&
 
   # Docs
   mv Misc/{cheatsheet,NEWS} .  &&
--- a/python/Python/DETAILS
+++ b/python/Python/DETAILS
@@ -1,12 +1,11 @@
           MODULE=Python
-           MAJOR=2.7
-         VERSION=$MAJOR.4
+         VERSION=2.7.5
           SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=http://www.python.org/ftp/python/$VERSION
-      SOURCE_VFY=sha1:deb8609d8e356b3388f33b6a4d6526911994e5b1
+      SOURCE_VFY=sha1:6cfada1a739544a6fa7f2601b500fba02229656b
         WEB_SITE=http://www.python.org
          ENTERED=20010922
-         UPDATED=20130413
+         UPDATED=20130607
            PSAFE=no
            SHORT="Interpreted, interactive, object-oriented programming language"
 




More information about the Lunar-commits mailing list