diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-19 18:29:59 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-19 18:29:59 +0100 |
commit | 13649d120231a74b6bc8a0cc51ba9e3254cea7d6 (patch) | |
tree | 1a83bfe8170c1c9283f3d73d704156dc89cd8ff3 /test/python-cssutils-legacy/Pkgfile | |
parent | aa8dbf45cd553b0f62c62c5c5fb4d51d17f03304 (diff) | |
download | nutyx-extra-13649d120231a74b6bc8a0cc51ba9e3254cea7d6.tar.gz nutyx-extra-13649d120231a74b6bc8a0cc51ba9e3254cea7d6.tar.bz2 nutyx-extra-13649d120231a74b6bc8a0cc51ba9e3254cea7d6.tar.xz nutyx-extra-13649d120231a74b6bc8a0cc51ba9e3254cea7d6.zip |
suppression du dossier test
Diffstat (limited to 'test/python-cssutils-legacy/Pkgfile')
-rw-r--r-- | test/python-cssutils-legacy/Pkgfile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/test/python-cssutils-legacy/Pkgfile b/test/python-cssutils-legacy/Pkgfile deleted file mode 100644 index fcb87d54c..000000000 --- a/test/python-cssutils-legacy/Pkgfile +++ /dev/null @@ -1,14 +0,0 @@ -# Description: A CSS Cascading Style Sheets library for Python -# URL:http://code.google.com/p/cssutils/ -# Maintainer: NuTyX core team -# Packager: fanch -# Depends on: python - -name=python-cssutils-legacy -version=0.9.6 -release=1 -source=(http://cssutils.googlecode.com/files/cssutils-0.9.6.zip) -build() { -cd cssutils-$version - python setup.py build install --root=$PKG -} |