diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-04-29 12:29:52 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-04-29 12:29:52 -0400 |
| commit | ca8b06893b0d584a0b5f15dd66b14da4f18100bc (patch) | |
| tree | 0ce2e834315a30a0a70e993fc1f799e6582820c7 /meta-openstack/recipes-devtools/python/python-django-pyscss_2.0.1.bb | |
| parent | 40974713cd802492915c3996342d9485cac36f06 (diff) | |
| parent | 2ed930f23e4d5678ef943cef413d09cd10c78eb7 (diff) | |
| download | meta-cloud-services-ca8b06893b0d584a0b5f15dd66b14da4f18100bc.tar.gz | |
Merge branch 'master' into kilo
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-django-pyscss_2.0.1.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-django-pyscss_2.0.1.bb | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-django-pyscss_2.0.1.bb b/meta-openstack/recipes-devtools/python/python-django-pyscss_2.0.1.bb new file mode 100644 index 0000000..f665d00 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-django-pyscss_2.0.1.bb | |||
| @@ -0,0 +1,28 @@ | |||
| 1 | DESCRIPTION = "Makes it easier to use PySCSS in Django." | ||
| 2 | HOMEPAGE = "https://github.com/fusionbox/django-pyscss" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=07339dad721a3ae7e420b8b751a15c70" | ||
| 6 | |||
| 7 | |||
| 8 | SRCNAME = "django-pyscss" | ||
| 9 | SRC_URI = "http://pypi.python.org/packages/source/d/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "4df1b89942f41b8e8bde8704efcfe6c2" | ||
| 12 | SRC_URI[sha256sum] = "03fa4d7e483d87eaa4df0e91b337d078a39fcca897952e8d65ebdca7f759a822" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 15 | |||
| 16 | inherit setuptools | ||
| 17 | |||
| 18 | # DEPENDS_default: python-pip | ||
| 19 | |||
| 20 | DEPENDS += " \ | ||
| 21 | python-pip \ | ||
| 22 | " | ||
| 23 | |||
| 24 | # RDEPENDS_default: | ||
| 25 | RDEPENDS_${PN} += " \ | ||
| 26 | python-django \ | ||
| 27 | python-pyscss \ | ||
| 28 | " | ||
