summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-future_1.0.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-future_1.0.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-future_1.0.0.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-future_1.0.0.bb b/meta-python/recipes-devtools/python/python3-future_1.0.0.bb
new file mode 100644
index 0000000000..eb66a7d33c
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-future_1.0.0.bb
@@ -0,0 +1,12 @@
1DESCRIPTION = "Clean single-source support for Python 3 and 2"
2HOMEPAGE = "https://python-future.org"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ce268d4c2f911490f47ac5473a24bb89"
5
6SRC_URI[sha256sum] = "bd2968309307861edae1458a4f8a4f3598c03be43b97521076aebf5d94c07b05"
7
8PYPI_PACKAGE_HASH = "99abde815842bc6e97d5a7806ad51236630da14ca2f3b1fce94c0bb94d3d"
9
10inherit pypi setuptools3
11
12BBCLASSEXTEND = "native"