summaryrefslogtreecommitdiffstats
path: root/base/pyxdg
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2011-09-28 21:18:44 +0200
committerpiernov <piernov@piernov.org>2011-09-28 21:18:44 +0200
commit6365dce237ad94d558dd51fdb061675184388c16 (patch)
tree921380df7ff206afc38f14566cb7d0ce54f83b68 /base/pyxdg
parent5d2027fbf64d6869dc84a00169bf7da860aa9107 (diff)
downloadnutyx-pakxe-6365dce237ad94d558dd51fdb061675184388c16.tar.gz
nutyx-pakxe-6365dce237ad94d558dd51fdb061675184388c16.tar.bz2
nutyx-pakxe-6365dce237ad94d558dd51fdb061675184388c16.tar.xz
nutyx-pakxe-6365dce237ad94d558dd51fdb061675184388c16.zip
pyxdg 0.19-2 correction
Diffstat (limited to 'base/pyxdg')
-rw-r--r--base/pyxdg/.footprint.i6861
-rw-r--r--base/pyxdg/.footprint.x86_641
-rw-r--r--base/pyxdg/Pkgfile6
3 files changed, 4 insertions, 4 deletions
diff --git a/base/pyxdg/.footprint.i686 b/base/pyxdg/.footprint.i686
index 9a126d96c..1bd8c2b8c 100644
--- a/base/pyxdg/.footprint.i686
+++ b/base/pyxdg/.footprint.i686
@@ -2,6 +2,7 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/python2.7/
drwxr-xr-x root/root usr/lib/python2.7/site-packages/
+-rw-r--r-- root/root usr/lib/python2.7/site-packages/pyxdg-0.19-py2.7.egg-info
drwxr-xr-x root/root usr/lib/python2.7/site-packages/xdg/
-rw-r--r-- root/root usr/lib/python2.7/site-packages/xdg/BaseDirectory.py
-rw-r--r-- root/root usr/lib/python2.7/site-packages/xdg/BaseDirectory.pyc
diff --git a/base/pyxdg/.footprint.x86_64 b/base/pyxdg/.footprint.x86_64
index 9a126d96c..1bd8c2b8c 100644
--- a/base/pyxdg/.footprint.x86_64
+++ b/base/pyxdg/.footprint.x86_64
@@ -2,6 +2,7 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/python2.7/
drwxr-xr-x root/root usr/lib/python2.7/site-packages/
+-rw-r--r-- root/root usr/lib/python2.7/site-packages/pyxdg-0.19-py2.7.egg-info
drwxr-xr-x root/root usr/lib/python2.7/site-packages/xdg/
-rw-r--r-- root/root usr/lib/python2.7/site-packages/xdg/BaseDirectory.py
-rw-r--r-- root/root usr/lib/python2.7/site-packages/xdg/BaseDirectory.pyc
diff --git a/base/pyxdg/Pkgfile b/base/pyxdg/Pkgfile
index fde1aa2fc..7e0b51830 100644
--- a/base/pyxdg/Pkgfile
+++ b/base/pyxdg/Pkgfile
@@ -1,4 +1,4 @@
-# Description: Python library to access freedesktop.org standards.
+# Description: Bibliothèque Python permettant l'accès aux standards FreeDesktop
# URL: http://freedesktop.org/wiki/Software/pyxdg
# Maintainer: NuTyX core team
# Packager: geantbrun at gmail dot com
@@ -7,12 +7,10 @@
name=pyxdg
version=0.19
-release=1
+release=2
source=(http://people.freedesktop.org/~lanius/$name-$version.tar.gz)
build() {
cd $name-$version
python2 setup.py install --prefix=/usr --root=$PKG
- rm $PKG/usr/lib/python2.7/site-packages/pyxdg-$version-py2.7.egg-info
}
-