diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2016-08-17 10:17:42 -0300 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-08-22 15:49:27 +0200 |
commit | f0c12422e8aaf863e393dbba77d9cd2c71a41bcb (patch) | |
tree | 4ebc0297eca88c8d284aea9afedd0204e3b09b37 /meta-python/recipes-devtools/python | |
parent | 6e17cf09980afc69f9942b3dc63350578496859a (diff) | |
download | meta-openembedded-f0c12422e8aaf863e393dbba77d9cd2c71a41bcb.tar.gz |
python-rfc3987, python3-rfc3987: Add recipe for version 1.3.6
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
3 files changed, 12 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-rfc3987.inc b/meta-python/recipes-devtools/python/python-rfc3987.inc new file mode 100644 index 000000000..fbf6a0aa6 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-rfc3987.inc | |||
@@ -0,0 +1,8 @@ | |||
1 | SUMMARY = "Parsing and validation of URIs (RFC 3986) and IRIs (RFC 3987)" | ||
2 | LICENSE = "GPLv3+" | ||
3 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=9;md5=2b723edf67b2f3088bc5e339b1ceda2d" | ||
4 | |||
5 | SRC_URI[md5sum] = "da7dabf5ee0b1426a2c6c4f8406ee0d3" | ||
6 | SRC_URI[sha256sum] = "599801156e35b5054138585c92ab4d1b729b0f2feeb961b65347116764df4aa7" | ||
7 | |||
8 | BBCLASSEXTEND = "native nativesdk" | ||
diff --git a/meta-python/recipes-devtools/python/python-rfc3987_1.3.6.bb b/meta-python/recipes-devtools/python/python-rfc3987_1.3.6.bb new file mode 100644 index 000000000..dcda5aa46 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-rfc3987_1.3.6.bb | |||
@@ -0,0 +1,2 @@ | |||
1 | inherit pypi setuptools | ||
2 | require python-rfc3987.inc | ||
diff --git a/meta-python/recipes-devtools/python/python3-rfc3987_1.3.6.bb b/meta-python/recipes-devtools/python/python3-rfc3987_1.3.6.bb new file mode 100644 index 000000000..cd1536b36 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-rfc3987_1.3.6.bb | |||
@@ -0,0 +1,2 @@ | |||
1 | inherit pypi setuptools3 | ||
2 | require python-rfc3987.inc | ||