diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-08-29 09:47:01 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-08-29 09:47:01 -0400 |
| commit | 6fbb59a85e7e495eaee7fd580dcdac2ecedcf790 (patch) | |
| tree | 0fbb2a1b950751a42d8af7d641b5604049048d1d /meta-openstack/recipes-devtools/python/python-rfc3986_0.2.0.bb | |
| parent | c80f2247f8227f180a11fb560a825a55991fc7de (diff) | |
| download | meta-cloud-services-6fbb59a85e7e495eaee7fd580dcdac2ecedcf790.tar.gz | |
support packages: uprev to juno 2014.2-b2 versions
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-rfc3986_0.2.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-rfc3986_0.2.0.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-rfc3986_0.2.0.bb b/meta-openstack/recipes-devtools/python/python-rfc3986_0.2.0.bb new file mode 100644 index 0000000..88f6c01 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-rfc3986_0.2.0.bb | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | DESCRIPTION = "Validating URI References per RFC 3986" | ||
| 2 | HOMEPAGE = "https://rfc3986.rtfd.org" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=03731a0e7dbcb30cecdcec77cc93ec29" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | |||
| 9 | SRCNAME = "rfc3986" | ||
| 10 | SRC_URI = "http://pypi.python.org/packages/source/r/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "a80b964a92c3a40e57ec95f7c0d68fa9" | ||
| 13 | SRC_URI[sha256sum] = "8a7b3f6cfdfb969c2e876513e87c30ebe1e4bdc9fae4a63c701eee88bbec9b22" | ||
| 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 | " | ||
