diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
3 files changed, 26 insertions, 22 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-jquery.inc b/meta-openstack/recipes-devtools/python/python-xstatic-jquery.inc new file mode 100644 index 0000000..db8e2a2 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-xstatic-jquery.inc | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | DESCRIPTION = "jQuery javascript library packaged for setuptools (easy_install) / pip." | ||
| 2 | HOMEPAGE = "http://jquery.com/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://README.txt;md5=af1f21066b501c7d9265fab0d5556ece" | ||
| 6 | |||
| 7 | PYPI_PACKAGE = "XStatic-jQuery" | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "7a29efeab6961ef00ea2272c923f4503" | ||
| 10 | SRC_URI[sha256sum] = "83416a6bb86e8534858c4d1ddca45e881c87639da6f78000c28c3a193fe91305" | ||
| 11 | |||
| 12 | inherit pypi | ||
| 13 | |||
| 14 | # DEPENDS_default: python-pip | ||
| 15 | |||
| 16 | DEPENDS += " \ | ||
| 17 | ${PYTHON_PN}-pip \ | ||
| 18 | " | ||
| 19 | |||
| 20 | # RDEPENDS_default: | ||
| 21 | RDEPENDS_${PN} += " \ | ||
| 22 | " | ||
diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-jquery_1.10.2.1.bb b/meta-openstack/recipes-devtools/python/python-xstatic-jquery_1.10.2.1.bb index 3141cf6..23cc65e 100644 --- a/meta-openstack/recipes-devtools/python/python-xstatic-jquery_1.10.2.1.bb +++ b/meta-openstack/recipes-devtools/python/python-xstatic-jquery_1.10.2.1.bb | |||
| @@ -1,22 +1,2 @@ | |||
| 1 | DESCRIPTION = "jQuery javascript library packaged for setuptools (easy_install) / pip." | 1 | require python-xstatic-jquery.inc |
| 2 | HOMEPAGE = "http://jquery.com/" | 2 | inherit setuptools |
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://README.txt;md5=af1f21066b501c7d9265fab0d5556ece" | ||
| 6 | |||
| 7 | PYPI_PACKAGE = "XStatic-jQuery" | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "7a29efeab6961ef00ea2272c923f4503" | ||
| 10 | SRC_URI[sha256sum] = "83416a6bb86e8534858c4d1ddca45e881c87639da6f78000c28c3a193fe91305" | ||
| 11 | |||
| 12 | inherit setuptools pypi | ||
| 13 | |||
| 14 | # DEPENDS_default: python-pip | ||
| 15 | |||
| 16 | DEPENDS += " \ | ||
| 17 | python-pip \ | ||
| 18 | " | ||
| 19 | |||
| 20 | # RDEPENDS_default: | ||
| 21 | RDEPENDS_${PN} += " \ | ||
| 22 | " | ||
diff --git a/meta-openstack/recipes-devtools/python/python3-xstatic-jquery_1.10.2.1.bb b/meta-openstack/recipes-devtools/python/python3-xstatic-jquery_1.10.2.1.bb new file mode 100644 index 0000000..efbb9e3 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-xstatic-jquery_1.10.2.1.bb | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | require python-xstatic-jquery.inc | ||
| 2 | inherit setuptools3 | ||
