diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2017-11-07 15:27:15 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-11-08 14:17:22 -0500 |
| commit | f325f0ec7b738aac7181b86076a350a74b21633b (patch) | |
| tree | 73dd3c53c7a990917c2143cf0e99b0409c3c8462 /meta-openstack/recipes-devtools/python/python-xstatic-jquery.quicksearch_2.0.3.1.bb | |
| parent | 9311b2888536ed82d73eb27ef558189e134ea722 (diff) | |
| download | meta-cloud-services-f325f0ec7b738aac7181b86076a350a74b21633b.tar.gz | |
python-xstatic-jquery-quicksearch: rename to python-xstatic-jquery.quicksearch
Rename to match upstream name as well as match name used in
requirements.txt to allow easier automation of dependency checks.
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-xstatic-jquery.quicksearch_2.0.3.1.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-xstatic-jquery.quicksearch_2.0.3.1.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-jquery.quicksearch_2.0.3.1.bb b/meta-openstack/recipes-devtools/python/python-xstatic-jquery.quicksearch_2.0.3.1.bb new file mode 100644 index 0000000..19ff86f --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-xstatic-jquery.quicksearch_2.0.3.1.bb | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | DESCRIPTION = "JQuery.quicksearch JavaScript library packaged for setuptools " | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/XStatic-JQuery.quicksearch" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=503c3857973c52f673691b910068e2d0" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | |||
| 9 | SRCNAME = "XStatic-JQuery.quicksearch" | ||
| 10 | SRC_URI = "http://pypi.python.org/packages/source/X/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "0dc4bd1882cf35dc7b19a236ba09b89d" | ||
| 13 | SRC_URI[sha256sum] = "1271571b420417add56c274fd935e81bfc79e0d54a03559d6ba5ef369f358477" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | |||
| 19 | # DEPENDS_default: python-pip | ||
| 20 | |||
| 21 | DEPENDS += " \ | ||
| 22 | python-pip \ | ||
| 23 | " | ||
| 24 | |||
| 25 | # RDEPENDS_default: | ||
| 26 | RDEPENDS_${PN} += " \ | ||
| 27 | " | ||
