mirror of
https://github.com/termux/termux-packages.git
synced 2025-03-04 04:48:55 +00:00
* 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
8 lines
260 B
Bash
8 lines
260 B
Bash
TERMUX_SUBPKG_DESCRIPTION="Wheels for Python ensurepip"
|
|
TERMUX_SUBPKG_PLATFORM_INDEPENDENT=true
|
|
TERMUX_SUBPKG_INCLUDE="
|
|
lib/python${_MAJOR_VERSION}/ensurepip/_bundled/
|
|
"
|
|
TERMUX_SUBPKG_BREAKS="python (<< 3.11.1-3)"
|
|
TERMUX_SUBPKG_REPLACES="python (<< 3.11.1-3)"
|