diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-future_0.18.3.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-future_0.18.3.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-future_0.18.3.bb b/meta-python/recipes-devtools/python/python3-future_0.18.3.bb new file mode 100644 index 0000000000..e4a4b5c197 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-future_0.18.3.bb | |||
@@ -0,0 +1,12 @@ | |||
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=a253924061f8ecc41ad7a2ba1560e8e7" | ||
5 | |||
6 | SRC_URI[sha256sum] = "34a17436ed1e96697a86f9de3d15a3b0be01d8bc8de9c1dffd59fb8234ed5307" | ||
7 | |||
8 | PYPI_PACKAGE_HASH = "99abde815842bc6e97d5a7806ad51236630da14ca2f3b1fce94c0bb94d3d" | ||
9 | |||
10 | inherit pypi setuptools3 | ||
11 | |||
12 | BBCLASSEXTEND = "native" | ||