python-pyscss: switch to setuptools; fix make{,deps}; unset noarch

This commit is contained in:
Alessio Sergi 2014-07-10 10:14:10 +02:00
parent d96df802c1
commit 5d6892dc12

View file

@ -1,19 +1,20 @@
# Template file for 'python-pyscss' # Template file for 'python-pyscss'
pkgname=python-pyscss pkgname=python-pyscss
version=1.2.0 version=1.2.0
revision=1 revision=2
distfiles="https://github.com/Kronuz/pyScss/archive/v${version}.tar.gz" wrksrc="pyScss-${version}"
checksum="54f529f0dbecc82c4ce81531f6d8c3b804d0ffaf50574420cbd9ff19f69653a2"
build_style="python-module" build_style="python-module"
hostmakedepends="python-setuptools"
makedepends="pcre-devel python-devel python-six"
depends="python python-six"
pycompile_module="scss" pycompile_module="scss"
hostmakedepends="python-devel python-distribute" short_desc="A Scss compiler for Python"
makedepends="${hostmakedepends}"
depends="python"
maintainer="Steven R <dev@styez.com>" maintainer="Steven R <dev@styez.com>"
homepage="http://github.com/Kronuz/pyScss" homepage="http://github.com/Kronuz/pyScss"
license="MIT" license="MIT"
short_desc="A Scss compiler for Python" distfiles="https://github.com/Kronuz/pyScss/archive/v${version}.tar.gz"
checksum=54f529f0dbecc82c4ce81531f6d8c3b804d0ffaf50574420cbd9ff19f69653a2
noarch="yes" post_install() {
create_srcdir="yes" vlicense LICENSE
wrksrc="pyScss-${version}" }