From a60ca9808d6ff7997b52e0af0a31633e7bbf9b84 Mon Sep 17 00:00:00 2001 From: Larry Hajali Date: Sun, 2 Mar 2014 09:49:28 +0700 Subject: python/cssutils: Updated for version 1.0. Signed-off-by: Willy Sudiarto Raharjo --- python/cssutils/cssutils.SlackBuild | 12 ++++++++++-- python/cssutils/cssutils.info | 6 +++--- 2 files changed, 13 insertions(+), 5 deletions(-) (limited to 'python/cssutils') diff --git a/python/cssutils/cssutils.SlackBuild b/python/cssutils/cssutils.SlackBuild index 5ab326326c..6f87b9b307 100644 --- a/python/cssutils/cssutils.SlackBuild +++ b/python/cssutils/cssutils.SlackBuild @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=cssutils -VERSION=${VERSION:-0.9.10} -BUILD=${BUILD:-2} +VERSION=${VERSION:-1.0} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} CWD=$(pwd) @@ -60,8 +60,16 @@ for FILE in $(find . -type f -exec grep -Pl '\r$' {} \;); do sed -i 's/\r//g' $FILE done +# Don't use ez_setup. Use system setuptools or fail. +sed -i '/ez_setup/d' setup.py + python setup.py install --root=$PKG +if $(python3 -c 'import setuptools' 2>/dev/null); then + rm -rf build + python3 setup.py install --root=$PKG +fi + find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true diff --git a/python/cssutils/cssutils.info b/python/cssutils/cssutils.info index c32471fc27..ce04b93138 100644 --- a/python/cssutils/cssutils.info +++ b/python/cssutils/cssutils.info @@ -1,8 +1,8 @@ PRGNAM="cssutils" -VERSION="0.9.10" +VERSION="1.0" HOMEPAGE="https://bitbucket.org/cthedot/cssutils" -DOWNLOAD="http://pypi.python.org/packages/source/c/cssutils/cssutils-0.9.10.zip" -MD5SUM="81b5c0294c54479a54548769eaa236f8" +DOWNLOAD="http://pypi.python.org/packages/source/c/cssutils/cssutils-1.0.zip" +MD5SUM="0c0b9df329ec1461c732d0f3cba05e93" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pysetuptools" -- cgit v1.2.3