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>
This commit is contained in:
Fabio Berton 2016-08-17 10:17:42 -03:00 committed by Martin Jansa
parent 6e17cf0998
commit f0c12422e8
3 changed files with 12 additions and 0 deletions

View File

@ -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"

View File

@ -0,0 +1,2 @@
inherit pypi setuptools
require python-rfc3987.inc

View File

@ -0,0 +1,2 @@
inherit pypi setuptools3
require python-rfc3987.inc