Alexandru Ardelean
|
b1009ff543
|
python-greenlet: bump to version 1.1.2
The older version won't build with Python 3.10.0
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
2021-11-17 10:55:17 +02:00 |
|
Jan Pavlinec
|
3ee2a087a3
|
treewide: change email
Change from jan.pavlinec@nic.cz to jan.pavlinec1@gmail.com
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
|
2021-07-29 13:21:02 +02:00 |
|
Alexandru Ardelean
|
bde027188a
|
python-greenlet: support MIPS architecture
Fixes: https://github.com/openwrt/packages/issues/15370
This is inspired from:
https://github.com/wlanslovenija/firmware-packages-opkg/blob/330bc94dccd16a3e92ac2fdde08c81a598e12f94/lang/python-greenlet/Makefile
The `PKG_USE_MIPS16:=0` is not taken into consideration when building
Python modules. That's because the sysconfig is used.
This is only an issue with greenlet (on MIPS) so far.
One option is to do `PKG_USE_MIPS16:=0` in the core Python package.
But, since we know that the `wlanslovenija` group has successfully used
greenlet on MIPS with this construct, we might as well adopt it until GCC10
becomes the main compiler.
As noted here:
https://github.com/openwrt/packages/issues/15370#issuecomment-817015484
GCC10 doesn't have this problem.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
2021-04-14 00:17:09 -07:00 |
|
Jan Pavlinec
|
837f1b5924
|
python-greenlet: add new package
Notes:
Build is disabled for arc and mips because
greenlet isn't ported for these platforms
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
|
2021-03-23 13:57:45 +01:00 |
|