summaryrefslogtreecommitdiffstats
path: root/package/python-yieldfrom
Commit message (Collapse)AuthorAgeFilesLines
* package/python-yieldfrom: fix licensing infoYann E. MORIN2018-04-092-2/+2
| | | | | | | | | | | | | | | There is no file containing the license text. The closest we can use is the PKG-INFO file, which contains the license name... Fixes: http://autobuild.buildroot.net/results/dff21d63845d3d6a5f78c1000301cdd2104595f4 http://autobuild.buildroot.net/results/220e82f555ce6c98b89605bab72c7ea3eea61c66 ... Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Asaf Kahlon <asafka7@gmail.com> Cc: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* python-yieldfrom: fix wrong package name in licenseAsaf Kahlon2018-04-061-2/+2
| | | | | | | | Fix the _LICENSE and _LICENSE_FILES variables, that were mistakenly created with PYTHON_JSONMODELS instead of PYTHON_YIELDFROM Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* python-yieldfrom: new packageAsaf Kahlon2018-04-033-0/+27
A backport of the `yield from` semantic from Python 3.x to Python 2.7. Can be useful for both host and target packages. Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud