python-strict-rfc3339, python3-strict-rfc3339: Add recipe for version 0.7

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:47 -03:00 committed by Martin Jansa
parent 9756c90df9
commit 25b5e35df5
3 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,8 @@
SUMMARY = "Strict, simple, lightweight RFC3339 function.s"
LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://LICENSE;md5=8f0e2cd40e05189ec81232da84bd6e1a"
SRC_URI[md5sum] = "4d9b635b4df885bc37bc1189d66c9abc"
SRC_URI[sha256sum] = "5cad17bedfc3af57b399db0fed32771f18fc54bbd917e85546088607ac5e1277"
BBCLASSEXTEND = "native nativesdk"

View File

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

View File

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