summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python
Commit message (Collapse)AuthorAgeFilesLines
* python3-jsonrpcserver: upgrade 5.0.7 -> 5.0.8Yi Zhao2022-08-272-49/+0
| | | | | | | Drop local patch which has been merged upstream. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-jsonrpcserver: add patch to use importlib.resources instead of ↵Sam Van Den Berge2022-08-062-0/+49
| | | | | | | | | | | | | | | | | | pkg_resources Currently jsonrpcserver has a runtime dependency to setuptools because it uses pkg_resources. Setuptools however is not listed in the RDEPENDS of python3-jsonrpcserver. We could add setuptools to RDEPENDS but since pkg_resources is discouraged anyway [1], I posted a patch upstream to replace pkg_resources by importlib.resources. Until the upstream patch is accepted and released, add it here as a patch so python3-jsonrpcserver is usable without the setuptools dependency. Upstream-Status: Submitted [https://github.com/explodinglabs/jsonrpcserver/pull/235] Signed-off-by: Sam Van Den Berge <sam.van.den.berge@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyscaffold: move recipe to proper locationAndrey Zhizhikin2020-04-071-18/+0
| | | | | | | | Initial submission was performed on incorrect path, move the recipe under [meta-python] folder. Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyscaffold: add pyscaffold recipeAndrey Zhizhikin2020-04-041-0/+18
| | | | | | | Add recipe which handles pyscaffold package to the layer. Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* move layer into meta-oe in preparation for future splitsKoen Kooi2011-03-178-185/+0
| | | | | | As per TSC decision Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* python-numpy: import from OEKoen Kooi2011-01-137-0/+151
| | | | | | Currently doesn't build Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* python-setuptools: import from OEKoen Kooi2011-01-131-0/+34
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>