Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br>
Signed-off-by: Otavio Salvador <ota...@ossystems.com.br>
---
 meta-python/recipes-devtools/python/python-rfc3987.inc       | 8 ++++++++
 meta-python/recipes-devtools/python/python-rfc3987_1.3.6.bb  | 2 ++
 meta-python/recipes-devtools/python/python3-rfc3987_1.3.6.bb | 2 ++
 3 files changed, 12 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python-rfc3987.inc
 create mode 100644 meta-python/recipes-devtools/python/python-rfc3987_1.3.6.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-rfc3987_1.3.6.bb

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 0000000..fbf6a0a
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-rfc3987.inc
@@ -0,0 +1,8 @@
+SUMMARY = "Parsing and validation of URIs (RFC 3986) and IRIs (RFC 3987)"
+LICENSE = "GPLv3+"
+LIC_FILES_CHKSUM = 
"file://PKG-INFO;beginline=8;endline=9;md5=2b723edf67b2f3088bc5e339b1ceda2d"
+
+SRC_URI[md5sum] = "da7dabf5ee0b1426a2c6c4f8406ee0d3"
+SRC_URI[sha256sum] = 
"599801156e35b5054138585c92ab4d1b729b0f2feeb961b65347116764df4aa7"
+
+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 0000000..dcda5aa
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-rfc3987_1.3.6.bb
@@ -0,0 +1,2 @@
+inherit pypi setuptools
+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 0000000..cd1536b
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-rfc3987_1.3.6.bb
@@ -0,0 +1,2 @@
+inherit pypi setuptools3
+require python-rfc3987.inc
-- 
2.1.4

-- 
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Reply via email to