38 lines
1 KiB
Bash
38 lines
1 KiB
Bash
# Template file for 'python-pyscss'
|
|
pkgname=python-pyscss
|
|
version=1.3.5
|
|
revision=6
|
|
wrksrc="pyScss-${version}"
|
|
build_style=python-module
|
|
hostmakedepends="python-setuptools python3-setuptools pcre-devel"
|
|
makedepends="pcre-devel python-devel python3-devel"
|
|
depends="python-setuptools python-six python-enum34 python-pathlib"
|
|
pycompile_module="scss"
|
|
short_desc="Scss compiler for Python2"
|
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
|
homepage="http://github.com/Kronuz/pyScss"
|
|
license="MIT"
|
|
distfiles="${PYPI_SITE}/p/pyScss/pyScss-${version}.tar.gz"
|
|
checksum=14a25c33c221a66bb1f000a6a067f376528d3df2f9333cee9c95709a9280cdb0
|
|
|
|
alternatives="
|
|
pyscss:pyscss:/usr/bin/pyscss2
|
|
pyscss:less2scss:/usr/bin/less2scss2"
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|
|
|
|
python3-pyscss_package() {
|
|
alternatives="
|
|
pyscss:pyscss:/usr/bin/pyscss3
|
|
pyscss:less2scss:/usr/bin/less2scss3"
|
|
pycompile_module="scss"
|
|
depends="python3-setuptools python3-six"
|
|
short_desc="${short_desc/Python2/Python3}"
|
|
pkg_install() {
|
|
vmove usr/bin/*3
|
|
vmove usr/lib/python3*
|
|
vlicense LICENSE
|
|
}
|
|
}
|