summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2010-12-29 10:48:47 +0000
committersibel <lesibel@free.fr>2010-12-29 10:48:47 +0000
commit8879674c6ffcf29dc9b60eb435c2ccd0ac9f63df (patch)
tree9893419f2c58038ceeb0c4e42baeffe0d94a891b
parentabcab8678cbbcbd4b50a505b9dad13d9933c9917 (diff)
downloadnutyx-extra-8879674c6ffcf29dc9b60eb435c2ccd0ac9f63df.tar.gz
nutyx-extra-8879674c6ffcf29dc9b60eb435c2ccd0ac9f63df.tar.bz2
nutyx-extra-8879674c6ffcf29dc9b60eb435c2ccd0ac9f63df.tar.xz
nutyx-extra-8879674c6ffcf29dc9b60eb435c2ccd0ac9f63df.zip
sip#4.12-1, maj python
-rw-r--r--extra/sip/.footprint14
-rw-r--r--extra/sip/Pkgfile8
2 files changed, 11 insertions, 11 deletions
diff --git a/extra/sip/.footprint b/extra/sip/.footprint
index 8de34fe1e..07e8d3a22 100644
--- a/extra/sip/.footprint
+++ b/extra/sip/.footprint
@@ -2,11 +2,11 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/sip
drwxr-xr-x root/root usr/include/
-drwxr-xr-x root/root usr/include/python2.6/
--rw-r--r-- root/root usr/include/python2.6/sip.h
+drwxr-xr-x root/root usr/include/python2.7/
+-rw-r--r-- root/root usr/include/python2.7/sip.h
drwxr-xr-x root/root usr/lib/
-drwxr-xr-x root/root usr/lib/python2.6/
-drwxr-xr-x root/root usr/lib/python2.6/site-packages/
--rwxr-xr-x root/root usr/lib/python2.6/site-packages/sip.so
--rw-r--r-- root/root usr/lib/python2.6/site-packages/sipconfig.py
--rw-r--r-- root/root usr/lib/python2.6/site-packages/sipdistutils.py
+drwxr-xr-x root/root usr/lib/python2.7/
+drwxr-xr-x root/root usr/lib/python2.7/site-packages/
+-rwxr-xr-x root/root usr/lib/python2.7/site-packages/sip.so
+-rw-r--r-- root/root usr/lib/python2.7/site-packages/sipconfig.py
+-rw-r--r-- root/root usr/lib/python2.7/site-packages/sipdistutils.py
diff --git a/extra/sip/Pkgfile b/extra/sip/Pkgfile
index a6655cd82..1c4762b23 100644
--- a/extra/sip/Pkgfile
+++ b/extra/sip/Pkgfile
@@ -11,12 +11,12 @@ source=(http://www.riverbankcomputing.com/static/Downloads/sip4/$name-$version.t
build() {
cd $name-$version
- python configure.py -b /usr/bin \
- -d /usr/lib/python2.6/site-packages \
- -e /usr/include/python2.6 \
+ python2 configure.py -b /usr/bin \
+ -d /usr/lib/python2.7/site-packages \
+ -e /usr/include/python2.7 \
-v /usr/share/sip
make
make DESTDIR=$PKG install
- chmod 644 $PKG/usr/lib/python2.6/site-packages/sipdistutils.py
+ chmod 644 $PKG/usr/lib/python2.7/site-packages/sipdistutils.py
}