diff options
| author | Jackie Huang <jackie.huang@windriver.com> | 2015-04-29 11:05:50 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-04-29 12:29:41 -0400 |
| commit | d737055a2cb7250985f093d3888fd38d68400beb (patch) | |
| tree | 2a9243cbe7d84bb033d5bcd5f8fbf3bfaecbba75 /meta-openstack/recipes-devtools/python/python-django-pyscss_2.0.1.bb | |
| parent | 4ecaf92dd45084ecac3c4cee5b3eab3881dc03ba (diff) | |
| download | meta-cloud-services-d737055a2cb7250985f093d3888fd38d68400beb.tar.gz | |
python-django-pyscss: upgrade to 2.0.1
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
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 | " | ||
