diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-xstatic-magic-search_0.2.5.1.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-xstatic-magic-search_0.2.5.1.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-magic-search_0.2.5.1.bb b/meta-openstack/recipes-devtools/python/python-xstatic-magic-search_0.2.5.1.bb new file mode 100644 index 0000000..23fb832 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-xstatic-magic-search_0.2.5.1.bb | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | DESCRIPTION = "An AngularJS directive that provides a UI for both faceted filtering and as-you-type filtering" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/XStatic-Magic-Search" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=e3d8469611ec04e52d71f2e293d54e9c" | ||
| 6 | |||
| 7 | SRCNAME = "XStatic-Magic-Search" | ||
| 8 | SRC_URI = "http://pypi.python.org/packages/source/X/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 9 | |||
| 10 | SRC_URI[md5sum] = "cfb8a82129fffbe1f5c6339240cb6139" | ||
| 11 | SRC_URI[sha256sum] = "9b2f35a5792f4e763e6dc319036e3676f3e18f46153096f3ab5e507177ec007e" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 14 | |||
| 15 | inherit setuptools | ||
| 16 | |||
| 17 | DEPENDS += " \ | ||
| 18 | " | ||
| 19 | |||
| 20 | RDEPENDS_${PN} += " \ | ||
| 21 | " | ||
