blob: bbdc6f3236b99b221c8a237f6db5e6f059096ed4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
DESCRIPTION = "pyScss, a Scss compiler for Python"
HOMEPAGE = "http://github.com/Kronuz/pyScss"
SECTION = "devel/python"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=28155276e8df3f75bbd327335f66f2fa"
PYPI_PACKAGE = "pyScss"
SRC_URI[md5sum] = "9527b4864cd6023f77a8277e6fb773d7"
SRC_URI[sha256sum] = "d0323110ecc7d3ead6b99cfec31301306928130e4d0a9eb13226bf390aba8c0e"
inherit setuptools pypi
# DEPENDS_default: python-pip
DEPENDS += " \
python-pip \
libpcre \
python-six \
"
# RDEPENDS_default:
RDEPENDS_${PN} += " \
python-enum \
"
CLEANBROKEN = "1"
|