diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-05-13 16:51:09 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-05-13 16:51:09 -0400 |
| commit | ab3432d7ff4ea9b7fd3dd4e04376d2b67e467eb6 (patch) | |
| tree | 64737b24f22eb9e1eaaf2774f79b025a578be6ae /meta-openstack/recipes-devtools/python/python-xstatic-angular-irdragndrop_1.0.2.2.bb | |
| parent | 183baafc12b846cb3dff19b380ad98c2c49fb671 (diff) | |
| parent | f7765042a4cdfb52f467869904ef92e644c4129d (diff) | |
| download | meta-cloud-services-ab3432d7ff4ea9b7fd3dd4e04376d2b67e467eb6.tar.gz | |
Merge branch 'master' into kilo
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-xstatic-angular-irdragndrop_1.0.2.2.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-xstatic-angular-irdragndrop_1.0.2.2.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-angular-irdragndrop_1.0.2.2.bb b/meta-openstack/recipes-devtools/python/python-xstatic-angular-irdragndrop_1.0.2.2.bb new file mode 100644 index 0000000..2ad3e55 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-xstatic-angular-irdragndrop_1.0.2.2.bb | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | DESCRIPTION = "IrDragNDrop javascript library packaged for setuptools" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/XStatic-Angular-IrDragNDrop" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=9acc2dfc3a0345c175df08104bd22298" | ||
| 6 | |||
| 7 | SRCNAME = "XStatic-Angular-IrDragNDrop" | ||
| 8 | SRC_URI = "http://pypi.python.org/packages/source/X/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 9 | |||
| 10 | SRC_URI[md5sum] = "6ea8809bae94014aef699d58836dba84" | ||
| 11 | SRC_URI[sha256sum] = "5595f4a98ac8f8468f7e56dc916e10c0fc5f0197567899a75755f99fe8b5bd6d" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 14 | |||
| 15 | inherit setuptools | ||
| 16 | |||
| 17 | DEPENDS += " \ | ||
| 18 | python-pip \ | ||
| 19 | " | ||
| 20 | |||
| 21 | RDEPENDS_${PN} += " \ | ||
| 22 | " | ||
