termux-pacman-bot
715e6b434a
revbump(main/python): drop OpenMP build options
2024-08-09 16:11:18 +00:00
termux-pacman-bot
3eb0644c08
fix(main/python): add missing tk build dependency in case package needs to be built without python-tkinter.subpackage
...
```
ERROR: Python module library _tkinter not built
```
2024-07-09 07:09:05 +00:00
termux-pacman-bot
b5225e9c54
tree-wide: rename TERMUX_MAKE_PROCESSES to TERMUX_PKG_MAKE_PROCESSES
...
Some packages have issues with parallel builds and need to set
TERMUX_MAKE_PROCESSES=1. All other build variables that package
recipes set are prefixed with TERMUX_PKG, use that for MAKE_PROCESSES
as well for consistency.
%ci:no-build
2024-06-16 09:38:16 +00:00
termux-pacman-bot
cea3122221
python: drop workaround for -fno-openmp-implicit-rpath
...
This reverts commit d2e1d4ac0a8743c8bba8035b7307d09558154340.
2024-06-10 01:35:19 +00:00
termux-pacman-bot
9ffc0493d8
python: workaround -fno-openmp-implicit-rpath
2024-05-30 00:25:32 +00:00
termux-pacman-bot
46ae87a244
bump(main/python): 3.11.9
2024-05-05 23:09:04 +00:00
termux-pacman-bot
1d96dec9c1
chore(linter compliance): miscellaneous
...
[no ci]
2024-04-23 18:37:30 +00:00
termux-pacman-bot
d8a28c5457
python: update to 3.11.8
2024-02-11 13:08:15 +00:00
termux-pacman-bot
11aaaa07d6
fix(main/python): don't show redundant message when python-pip already installed
...
Closes https://github.com/termux/termux-packages/issues/18113
2023-10-04 09:31:13 +00:00
termux-pacman-bot
d7e6bf7393
chore(main/python): force disable auto updates [no ci]
...
This is needed to avoid auto-updater script warnings.
2023-10-03 08:31:44 +00:00
termux-pacman-bot
457f773159
python: update to 3.11.6
2023-10-02 23:31:18 +00:00
termux-pacman-bot
9aca786b9d
python: update no-xattr.patch
2023-08-30 00:44:46 +00:00
termux-pacman-bot
75c68ea3d3
python: update configure.patch
2023-08-30 00:03:30 +00:00
termux-pacman-bot
45e7cda4f3
python: Revbump to rebuild
...
due to SONAME change in libexpat.
2023-07-02 11:31:04 +00:00
termux-pacman-bot
31a17faf9e
python: Do not use xattr
2023-06-09 22:31:00 +00:00
termux-pacman-bot
fa95877606
python: Bump to 3.11.4
2023-06-07 13:31:50 +00:00
termux-pacman-bot
ea4310397d
python: Bump to 3.11.3
2023-06-03 11:48:18 +00:00
Maxython
f60ab37000
rebuild static packages ( #10 )
...
[skip ci]
2023-06-03 14:44:42 +03:00
termux-pacman-bot
450bdc66e6
python: Bump to 3.11.3
2023-04-07 00:44:54 +00:00
termux-pacman-bot
dfdbd41399
python: Disable parallel build
...
%ci:no-build
2023-04-02 13:01:55 +00:00
termux-pacman-bot
c4124b721d
python: Recommend python-ensurepip-wheels
2023-02-15 12:11:06 +00:00
Ivan Max
a1adb6b3ab
Rebuild python
2023-02-15 15:02:18 +03:00
termux-pacman-bot
5042343cae
python: Recommend python-ensurepip-wheels
2023-02-15 05:13:38 +00:00
Ivan Max
dc84d5c778
rebuild python
2023-02-15 08:12:55 +03:00
termux-pacman-bot
1709bf479b
python: Recommend python-ensurepip-wheels
2023-02-11 14:31:58 +00:00
termux-pacman-bot
b21c3aa961
fix(main/python): pip checkout fix
2023-02-08 15:02:50 +00:00
termux-pacman-bot
6ebb20abd5
python: Bump to 3.11.2
2023-02-07 18:03:07 +00:00
termux-pacman-bot
9c6d7e67de
python: Refactor build.sh before bumping to 3.11.2
...
* Fix license (PythonPL was for CNRI Python)
* Adjust recommended packages (clang etc. are recommended by python-pip)
* Fix included files for python-tkinter
* Separate ensurepip wheels as subpackage (not needed by default now)
* Fix underlinking of `_crypt` extension (not just a refactoring though)
%ci:no-build
2023-02-05 02:27:51 +00:00
termux-pacman-bot
78ca2f60e7
python: Bump revision
2023-01-16 09:02:45 +00:00
termux-pacman-bot
956c115c02
python: do not setup pip in postinst script
...
pip has been moved to a separate python-pip package.
2023-01-16 06:35:09 +00:00
termux-pacman-bot
dcb96b8316
python: Bump to 3.11.1
2022-12-07 06:01:17 +00:00
termux-pacman-bot
5ffb430333
improve(python): adding pip setup run after update in pacman ( #13033 )
2022-11-12 08:09:24 +00:00
termux-pacman-bot
0fc23c4dbc
python: update to 3.11.0 ( #12551 )
2022-11-07 06:10:01 +00:00
Ivan Max
907ce3211a
rebuild python
2022-11-07 08:48:14 +03:00
termux-pacman-bot
7825377697
python: update to 3.11.0 ( #12551 )
2022-10-29 22:06:52 +00:00
termux-pacman-bot
76210623f4
python: update to 3.10.8
2022-10-12 13:22:41 +00:00
termux-pacman-bot
adaa98aea4
python: Disable multiarch
...
First note that multiarch was actually disabled when built with NDK r23.
I would not expect any catastrophe brought by this change.
When multiarch is enabled, crossenv seems to use wrong `EXT_SUFFIX` when
building some extensions.
Fixes https://github.com/termux/termux-packages/issues/11870 .
2022-09-24 05:05:39 +00:00
termux-pacman-bot
fffa7620fb
python: update to 3.10.7
2022-09-08 07:03:06 +00:00
termux-pacman-bot
7ce6ab991b
packages/python
2022-08-03 23:11:38 +00:00
termux-actions[bot]
f79f2875ab
packages/python
2022-06-07 04:04:35 +00:00
termux-actions[bot]
1347a3e30f
packages/python
2022-03-25 15:20:32 +00:00
termux-actions[bot]
3454231383
packages/python
2022-03-17 04:48:26 +00:00
termux-actions[bot]
caf977eee2
packages/python
2022-03-02 12:32:10 +00:00
Ivan Max
99dcce52d9
python
2022-03-02 14:38:12 +03:00
termux-actions[bot]
4dac3b2c87
packages/mc&&packages/python
2022-03-01 14:49:50 +00:00
termux-actions[bot]
de075cec46
packages/mc&&packages/python
2022-02-26 06:36:54 +00:00
termux-actions[bot]
6a8950c96b
packages/python
2022-02-15 14:37:04 +00:00
termux-actions[bot]
fc428361de
packages/python
2022-02-13 13:36:56 +00:00
termux-actions[bot]
bea00cfbbe
packages/python
2022-02-13 13:18:26 +00:00
termux-actions[bot]
129c4d387a
packages/python
2022-01-16 03:08:49 +00:00