diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
3 files changed, 11 insertions, 7 deletions
diff --git a/meta-python/recipes-devtools/python/python-iso8601.inc b/meta-python/recipes-devtools/python/python-iso8601.inc new file mode 100644 index 0000000000..dd4b83cc9d --- /dev/null +++ b/meta-python/recipes-devtools/python/python-iso8601.inc | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | SUMMARY = "Simple module to parse ISO 8601 dates" | ||
| 2 | LICENSE = "MIT" | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b05625f2336fa024e8d57e65c6595844" | ||
| 4 | |||
| 5 | SRC_URI[md5sum] = "b06d11cd14a64096f907086044f0fe38" | ||
| 6 | SRC_URI[sha256sum] = "e8fb52f78880ae063336c94eb5b87b181e6a0cc33a6c008511bac9a6e980ef30" | ||
| 7 | |||
| 8 | BBCLASSEXTEND = "native nativesdk" | ||
diff --git a/meta-python/recipes-devtools/python/python-iso8601_0.1.11.bb b/meta-python/recipes-devtools/python/python-iso8601_0.1.11.bb index 484cf1243e..c543cf9f97 100644 --- a/meta-python/recipes-devtools/python/python-iso8601_0.1.11.bb +++ b/meta-python/recipes-devtools/python/python-iso8601_0.1.11.bb | |||
| @@ -1,8 +1,2 @@ | |||
| 1 | SUMMARY = "Simple module to parse ISO 8601 dates" | ||
| 2 | LICENSE = "MIT" | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b05625f2336fa024e8d57e65c6595844" | ||
| 4 | |||
| 5 | SRC_URI[md5sum] = "b06d11cd14a64096f907086044f0fe38" | ||
| 6 | SRC_URI[sha256sum] = "e8fb52f78880ae063336c94eb5b87b181e6a0cc33a6c008511bac9a6e980ef30" | ||
| 7 | |||
| 8 | inherit pypi setuptools | 1 | inherit pypi setuptools |
| 2 | require python-iso8601.inc | ||
diff --git a/meta-python/recipes-devtools/python/python3-iso8601_0.1.11.bb b/meta-python/recipes-devtools/python/python3-iso8601_0.1.11.bb new file mode 100644 index 0000000000..4a332b53bd --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-iso8601_0.1.11.bb | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | inherit pypi setuptools3 | ||
| 2 | require python-iso8601.inc | ||
