diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-pyscss_1.3.4.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-pyscss_1.3.4.bb | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-pyscss_1.3.4.bb b/meta-openstack/recipes-devtools/python/python-pyscss_1.3.4.bb new file mode 100644 index 0000000..f26352a --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-pyscss_1.3.4.bb | |||
| @@ -0,0 +1,31 @@ | |||
| 1 | DESCRIPTION = "pyScss, a Scss compiler for Python" | ||
| 2 | HOMEPAGE = "http://github.com/Kronuz/pyScss" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=28155276e8df3f75bbd327335f66f2fa" | ||
| 6 | |||
| 7 | |||
| 8 | SRCNAME = "pyScss" | ||
| 9 | SRC_URI = "http://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "9527b4864cd6023f77a8277e6fb773d7" | ||
| 12 | SRC_URI[sha256sum] = "d0323110ecc7d3ead6b99cfec31301306928130e4d0a9eb13226bf390aba8c0e" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 15 | |||
| 16 | inherit setuptools | ||
| 17 | |||
| 18 | # DEPENDS_default: python-pip | ||
| 19 | |||
| 20 | DEPENDS += " \ | ||
| 21 | python-pip \ | ||
| 22 | libpcre \ | ||
| 23 | python-six \ | ||
| 24 | " | ||
| 25 | |||
| 26 | # RDEPENDS_default: | ||
| 27 | RDEPENDS_${PN} += " \ | ||
| 28 | " | ||
| 29 | |||
| 30 | CLEANBROKEN = "1" | ||
| 31 | |||
