CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
python: updated to 2.7.9
[ports/opt-arm.git] / python / Pkgfile
index 7f0488028cbc1a8c8f1829dbf9db7f238c14033f..898ac846d7e58d32ced1be8e46b2a428cc24bd5d 100644 (file)
@@ -5,7 +5,7 @@
 # Depends on: db gdbm openssl bzip2 zlib sqlite3
 
 name=python
-version=2.7.6
+version=2.7.9
 release=1
 source=(http://www.python.org/ftp/$name/$version/Python-$version.tar.xz \
         pyconfig.h)
@@ -20,7 +20,7 @@ build () {
               --mandir=/usr/man \
               --enable-shared \
               --with-threads \
-              --enable-ipv6 
+              --enable-ipv6
 
   make
   make -j1 DESTDIR=$PKG install