Search Criteria
Package Details: lib32-python 3.11.5-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/lib32-python.git (read-only, click to copy) |
---|---|
Package Base: | lib32-python |
Description: | Next generation of the python high-level scripting language |
Upstream URL: | http://www.python.org/ |
Licenses: | custom |
Provides: | lib32-python3 |
Submitter: | adsun |
Maintainer: | wxt1221 |
Last Packager: | sbmomeni |
Votes: | 3 |
Popularity: | 0.010887 |
First Submitted: | 2018-04-22 19:35 (UTC) |
Last Updated: | 2023-09-14 15:56 (UTC) |
Dependencies (18)
- lib32-bzip2
- lib32-expat
- lib32-gdbm
- lib32-libffi
- lib32-libnsl
- lib32-libtirpc
- lib32-openssl (lib32-openssl-hardened)
- lib32-zlib
- python (python36, python32, python37, python39, python38, python310, python312)
- lib32-bluez-libs (make)
- lib32-llvm (lib32-llvm-git, lib32-llvm-minimal-git) (make)
- lib32-sqlite (make)
- lib32-tk (lib32-tk85) (make)
- lib32-xz (make)
- valgrind (valgrind-git) (make)
- lib32-sqlite (optional)
- lib32-tk (lib32-tk85) (optional) – for tkinter
- lib32-xz (optional) – for lzma
Latest Comments
adam900710 commented on 2019-12-08 08:26 (UTC) (edited on 2019-12-08 09:37 (UTC) by adam900710)
Can we skip the tests for profile based optimization? (By removing the --enable-optimizations and --with-lto lines)
I don't really believe there are that many users using lib32-python as a daily driver, but a dependency for other lib32 packages.
In that case, a little slower is completely acceptable.
adsun commented on 2019-03-22 02:39 (UTC) (edited on 2019-03-22 02:41 (UTC) by adsun)
I modeled this PKGBUILD after the
lib32-python2
PKGBUILD in the AUR. The reason for the strange "m" after "${_pybasever}" was because I wanted to follow the officialpython
PKGBUILD, following its own include directory, "/usr/include/python3.7m". I don't use this package much anyway, so I am disowning this.I tested it out though and "import pyexpat" does work on my system.
DarkShadow44 commented on 2019-03-21 19:03 (UTC) (edited on 2019-03-21 20:09 (UTC) by DarkShadow44)
Also, is it normal that you need to set
PYTHONPATH="/usr/lib32/python3.7/site-packages"
before it finds modules? Or is that something we can configure globally?
Similar for its own modules, it can't "import pyexpat", which should work.
DarkShadow44 commented on 2019-03-20 22:16 (UTC) (edited on 2019-03-20 22:16 (UTC) by DarkShadow44)
There are some strange paths in the PKGBUILD and lib32-distutils-sysconfig.patch:
What's the reason for the stray 'm' in there? Don't know if it's intended, but it's not consistent, breaking my builds. Can you please take a look?
llde commented on 2018-12-28 14:34 (UTC) (edited on 2018-12-28 14:46 (UTC) by llde)
There seems to be some issue in the package: 1)Some files are still putted in /usr/lib instead of /usr/lib32 2)The package contains a python3-config and a python-32-config. IT doesn't exist a python3-32-config file. This cause a conmflict issue when trying to install the package Also python 3.6 is still referenced in some bits of the PKGBUILD and the lib32-distutils-sysconfig.patch file