python/python-libsass: Updated for version 0.12.0.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2016-12-11 05:32:13 +02:00 committed by Willy Sudiarto Raharjo
parent 3ecb06330b
commit ebf4b73155
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 5 additions and 5 deletions

View File

@ -24,7 +24,7 @@
PRGNAM=python-libsass
SRCNAM=$(echo $PRGNAM | cut -c8-14)
VERSION=${VERSION:-0.11.2}
VERSION=${VERSION:-0.12.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -68,7 +68,7 @@ find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
python setup.py install --root=$PKG

View File

@ -1,8 +1,8 @@
PRGNAM="python-libsass"
VERSION="0.11.2"
VERSION="0.12.0"
HOMEPAGE="http://dahlia.kr/libsass-python"
DOWNLOAD="https://pypi.python.org/packages/4a/82/25fb0c35c64571e0a616ac5ceb28129217fb2d5b0f2439b505ca30ce72dc/libsass-0.11.2.tar.gz"
MD5SUM="631fa4cb94c8b23bd97d95721383e274"
DOWNLOAD="https://pypi.python.org/packages/fe/91/973cc1c2edd4121370a54d62b2274217d2a6da8e09f4fb5e7dbf1d19e74a/libsass-0.12.0.tar.gz"
MD5SUM="fa674d3e33531cecdc39c6e6874a44f0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="six"