aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-more-itertools_5.0.0.bb
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2019-11-27 21:32:09 -0800
committerTim Orling <ticotimo@gmail.com>2019-12-01 17:04:08 -0800
commitcbb37ae16a84c38c5be6b34f7ec8f30a8e9f52af (patch)
tree08959adf4d3ae8854cb39af6dab9851533659522 /recipes-devtools/python/python-more-itertools_5.0.0.bb
parentda918f657c32ff9a5b5d9969604a2e255af473ec (diff)
downloadmeta-python2-cbb37ae16a84c38c5be6b34f7ec8f30a8e9f52af.tar.gz
recipes-devtools: merge inc and bb PART V
Since we no longer need to support two python versions, merge inc and bb. This makes maintenance easier with AUH and devtool. While we are at it, drop dangling inc files and general recipe cleanup, including adding SUMMARY and HOMEPAGE. Signed-off-by: Tim Orling <ticotimo@gmail.com>
Diffstat (limited to 'recipes-devtools/python/python-more-itertools_5.0.0.bb')
-rw-r--r--recipes-devtools/python/python-more-itertools_5.0.0.bb14
1 files changed, 12 insertions, 2 deletions
diff --git a/recipes-devtools/python/python-more-itertools_5.0.0.bb b/recipes-devtools/python/python-more-itertools_5.0.0.bb
index 6c44df4..e381e75 100644
--- a/recipes-devtools/python/python-more-itertools_5.0.0.bb
+++ b/recipes-devtools/python/python-more-itertools_5.0.0.bb
@@ -1,7 +1,17 @@
-inherit pypi setuptools
-require python-more-itertools.inc
+SUMMARY = "More routines for operating on iterables, beyond itertools"
+DESCRIPTION = "Python’s itertools library is a gem - you can compose elegant \
+solutions for a variety of problems with the functions it provides. In \
+more-itertools we collect additional building blocks, recipes, and routines \
+for working with Python iterables."
+HOMEPAGE = "https://github.com/erikrose/more-itertools"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=3396ea30f9d21389d7857719816f83b5"
SRC_URI[md5sum] = "f2ea58aa336ce6c13b7b225b3bbe305d"
SRC_URI[sha256sum] = "38a936c0a6d98a38bcc2d03fdaaedaba9f412879461dd2ceff8d37564d6522e4"
+inherit pypi setuptools
+
PE = "1"
+
+BBCLASSEXTEND = "native nativesdk"