Age | Commit message (Collapse) | Author |
|
Signed-off-by: Kevin Morris <kevr@0cost.org>
|
|
Signed-off-by: Kevin Morris <kevr@0cost.org>
|
|
Signed-off-by: Kevin Morris <kevr@0cost.org>
|
|
Signed-off-by: Kevin Morris <kevr@0cost.org>
|
|
Signed-off-by: Kevin Morris <kevr@0cost.org>
|
|
Signed-off-by: Kevin Morris <kevr@0cost.org>
|
|
Changes:
-------
- `python-dbg` is now installed to /opt/python-dbg and is completely
independent of the system-installed python package.
- `python-dbg` no longer provides `python`.
- Due to the new prefix, /opt/python-dbg/lib is used for Python
packages with the debug executable links.
Symlinks are provided in /usr/bin:
---------------------------------
- /usr/bin/python3.9d
- /usr/bin/python3.9d-config
- /usr/bin/python-dbg
- /usr/bin/python3-dbg
- /usr/bin/python3.9-dbg
- /usr/bin/python-config-dbg
- /usr/bin/python3-config-dbg
- /usr/bin/python3.9-config-dbg
- /usr/bin/idle3-dbg
- /usr/bin/idle3.9-dbg
- /usr/bin/pip3-dbg
- /usr/bin/pip3.9-dbg
- /usr/bin/pydoc3-dbg
- /usr/bin/pydoc3.9-dbg
The versions will change when the package is updated to a new
major + minor.
Signed-off-by: Kevin Morris <kevr@0cost.org>
|
|
Arch's system libmpdec (mpdecimal) package is not compatible
with building 3.9.7's _decimal module currently. It has been
omitted for now; will be keeping eyes on libmpdec to see when
we can restore the build flag safely.
Signed-off-by: Kevin Morris <kevr@0cost.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|