diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2020-09-14 12:04:13 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-09-15 09:28:34 -0700 |
| commit | 3cb8969680520c3e1242c5c2d71da573dbd0548f (patch) | |
| tree | 408cf1af4bd699722409118d67604ed2db020b5a /meta-python/recipes-devtools/python/python3-iso8601_0.1.13.bb | |
| parent | 9c9aab3b8c59cf014879a1c5596633c0b3bc7fc3 (diff) | |
| download | meta-openembedded-3cb8969680520c3e1242c5c2d71da573dbd0548f.tar.gz | |
python3-iso8601: Upgrade 0.1.12 -> 0.1.13
Upgrade to release 0.1.13:
- Move project source code to GitHub
- Remove python 2.6, 3.2, 3.3 and 3.4 from tests
- Add python 3.7 and 3.8 to tests
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-iso8601_0.1.13.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-iso8601_0.1.13.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-iso8601_0.1.13.bb b/meta-python/recipes-devtools/python/python3-iso8601_0.1.13.bb new file mode 100644 index 0000000000..9e7494b3e0 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-iso8601_0.1.13.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | SUMMARY = "Simple module to parse ISO 8601 dates" | ||
| 2 | HOMEPAGE = "http://pyiso8601.readthedocs.org/" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b05625f2336fa024e8d57e65c6595844" | ||
| 5 | |||
| 6 | SRC_URI[md5sum] = "df6e924305fd799d90be63336b2ab8b3" | ||
| 7 | SRC_URI[sha256sum] = "f7dec22af52025d4526be94cc1303c7d8f5379b746a3f54a8c8446384392eeb1" | ||
| 8 | |||
| 9 | inherit pypi setuptools3 | ||
| 10 | |||
| 11 | RDEPENDS_${PN} += "\ | ||
| 12 | ${PYTHON_PN}-datetime \ | ||
| 13 | ${PYTHON_PN}-numbers \ | ||
| 14 | " | ||
| 15 | |||
| 16 | BBCLASSEXTEND = "native nativesdk" | ||
