vp-build/srcpkgs/python3-pyscss/template

22 lines
609 B
Bash

# Template file for 'python3-pyscss'
pkgname=python3-pyscss
version=1.3.7
revision=4
wrksrc="pyScss-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools pcre-devel"
makedepends="pcre-devel python3-devel"
depends="python3-setuptools python3-six"
short_desc="Scss compiler for Python3"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="http://github.com/Kronuz/pyScss"
distfiles="${PYPI_SITE}/p/pyScss/pyScss-${version}.tar.gz"
checksum=f1df571569021a23941a538eb154405dde80bed35dc1ea7c5f3e18e0144746bf
conflicts="python-pyscss>=0"
post_install() {
vlicense LICENSE
}