| Brad Bishop | dec060e | 2019-09-23 08:01:31 -0400 | [diff] [blame] | 1 | DESCRIPTION = "More routines for operating on iterables, beyond itertools" | 
 | 2 | HOMEPAGE = "https://github.com/erikrose/more-itertools" | 
 | 3 | LICENSE = "MIT" | 
 | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3396ea30f9d21389d7857719816f83b5" | 
| Brad Bishop | 87b3cb8 | 2019-11-15 16:35:37 -0500 | [diff] [blame] | 5 |  | 
| Andrew Geissler | d688a01 | 2020-09-18 13:36:00 -0500 | [diff] [blame] | 6 | SRC_URI[md5sum] = "2588b5a7042576b99574779582be9292" | 
 | 7 | SRC_URI[sha256sum] = "6f83822ae94818eae2612063a5101a7311e68ae8002005b5e05f03fd74a86a20" | 
| Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 8 |  | 
| Andrew Geissler | 89770b0 | 2020-06-13 10:40:47 -0500 | [diff] [blame] | 9 | inherit pypi setuptools3 ptest | 
 | 10 |  | 
 | 11 | BBCLASSEXTEND = "native nativesdk" | 
| Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 12 |  | 
 | 13 | SRC_URI += " \ | 
 | 14 | 	file://run-ptest \ | 
 | 15 | " | 
 | 16 |  | 
 | 17 | RDEPENDS_${PN}-ptest += " \ | 
 | 18 | 	${PYTHON_PN}-pytest \ | 
 | 19 | " | 
 | 20 |  | 
 | 21 | do_install_ptest() { | 
 | 22 | 	install -d ${D}${PTEST_PATH}/tests | 
 | 23 | 	cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | 
 | 24 | } |