summaryrefslogtreecommitdiffstats
path: root/base/pyxdg
diff options
context:
space:
mode:
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
}
-