diff options
author | S. Lockwood-Childs <sjl@vctlabs.com> | 2018-08-06 17:45:07 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-08-08 12:04:14 -0700 |
commit | aee991551f113fa8b65b67155d4d36e6ccd2e3f5 (patch) | |
tree | 9e1ace2e44d8f4fc523844eebf5aaf4ce3fb3f09 /meta-python/recipes-devtools | |
parent | b87b595ab12c19a32c4ae0b71288afcf72cb5684 (diff) | |
download | meta-openembedded-aee991551f113fa8b65b67155d4d36e6ccd2e3f5.tar.gz |
python-future: make recipe available as python3 version
Signed-off-by: S. Lockwood-Childs <sjl@vctlabs.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
3 files changed, 17 insertions, 13 deletions
diff --git a/meta-python/recipes-devtools/python/python-future.inc b/meta-python/recipes-devtools/python/python-future.inc new file mode 100644 index 0000000000..2247561809 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-future.inc | |||
@@ -0,0 +1,13 @@ | |||
1 | DESCRIPTION = "Clean single-source support for Python 3 and 2" | ||
2 | HOMEPAGE = "https://python-future.org" | ||
3 | LICENSE = "MIT" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3f457538b297bd0ef86564b8ac216ad7" | ||
5 | |||
6 | SRC_URI[md5sum] = "3e8e88a2bda48d54b1da7634d04760d7" | ||
7 | SRC_URI[sha256sum] = "e39ced1ab767b5936646cedba8bcce582398233d6a627067d4c6a454c90cfedb" | ||
8 | |||
9 | PYPI_PACKAGE_HASH = "99abde815842bc6e97d5a7806ad51236630da14ca2f3b1fce94c0bb94d3d" | ||
10 | |||
11 | inherit pypi | ||
12 | |||
13 | BBCLASSEXTEND = "native" | ||
diff --git a/meta-python/recipes-devtools/python/python-future_0.16.0.bb b/meta-python/recipes-devtools/python/python-future_0.16.0.bb index 46f7fe50f6..d95e1ba774 100644 --- a/meta-python/recipes-devtools/python/python-future_0.16.0.bb +++ b/meta-python/recipes-devtools/python/python-future_0.16.0.bb | |||
@@ -1,13 +1,2 @@ | |||
1 | DESCRIPTION = "Clean single-source support for Python 3 and 2" | 1 | inherit setuptools |
2 | HOMEPAGE = "https://python-future.org" | 2 | require python-future.inc |
3 | LICENSE = "MIT" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3f457538b297bd0ef86564b8ac216ad7" | ||
5 | |||
6 | SRC_URI[md5sum] = "3e8e88a2bda48d54b1da7634d04760d7" | ||
7 | SRC_URI[sha256sum] = "e39ced1ab767b5936646cedba8bcce582398233d6a627067d4c6a454c90cfedb" | ||
8 | |||
9 | PYPI_PACKAGE_HASH = "99abde815842bc6e97d5a7806ad51236630da14ca2f3b1fce94c0bb94d3d" | ||
10 | |||
11 | inherit pypi setuptools | ||
12 | |||
13 | BBCLASSEXTEND = "native" | ||
diff --git a/meta-python/recipes-devtools/python/python3-future_0.16.0.bb b/meta-python/recipes-devtools/python/python3-future_0.16.0.bb new file mode 100644 index 0000000000..f059186bf8 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-future_0.16.0.bb | |||
@@ -0,0 +1,2 @@ | |||
1 | inherit setuptools3 | ||
2 | require python-future.inc | ||