From 5d6892dc12aad5aa4a51b8f39d1dd063e1b8a71d Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Thu, 10 Jul 2014 10:14:10 +0200 Subject: [PATCH] python-pyscss: switch to setuptools; fix make{,deps}; unset noarch --- srcpkgs/python-pyscss/template | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/srcpkgs/python-pyscss/template b/srcpkgs/python-pyscss/template index b26d4633ee..5899de4cc2 100644 --- a/srcpkgs/python-pyscss/template +++ b/srcpkgs/python-pyscss/template @@ -1,19 +1,20 @@ # Template file for 'python-pyscss' pkgname=python-pyscss version=1.2.0 -revision=1 -distfiles="https://github.com/Kronuz/pyScss/archive/v${version}.tar.gz" -checksum="54f529f0dbecc82c4ce81531f6d8c3b804d0ffaf50574420cbd9ff19f69653a2" +revision=2 +wrksrc="pyScss-${version}" build_style="python-module" +hostmakedepends="python-setuptools" +makedepends="pcre-devel python-devel python-six" +depends="python python-six" pycompile_module="scss" -hostmakedepends="python-devel python-distribute" -makedepends="${hostmakedepends}" -depends="python" +short_desc="A Scss compiler for Python" maintainer="Steven R " homepage="http://github.com/Kronuz/pyScss" license="MIT" -short_desc="A Scss compiler for Python" +distfiles="https://github.com/Kronuz/pyScss/archive/v${version}.tar.gz" +checksum=54f529f0dbecc82c4ce81531f6d8c3b804d0ffaf50574420cbd9ff19f69653a2 -noarch="yes" -create_srcdir="yes" -wrksrc="pyScss-${version}" +post_install() { + vlicense LICENSE +}