Search Criteria
Package Details: python39 3.9.25-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python39.git (read-only, click to copy) |
|---|---|
| Package Base: | python39 |
| Description: | Major release 3.9 of the Python high-level programming language |
| Upstream URL: | https://www.python.org/ |
| Licenses: | PSF-2.0 |
| Submitter: | rixx |
| Maintainer: | a821 |
| Last Packager: | a821 |
| Votes: | 28 |
| Popularity: | 0.24 |
| First Submitted: | 2021-12-13 11:56 (UTC) |
| Last Updated: | 2026-07-04 08:31 (UTC) |
Dependencies (16)
- bzip2 (bzip2-gitAUR)
- expat (expat-gitAUR)
- gdbm (gdbm-gitAUR)
- libffi (libffi-gitAUR)
- libnsl (libnsl-gitAUR)
- libxcrypt (libxcrypt-gitAUR)
- openssl (openssl-gitAUR, openssl-aegisAUR, openssl-staticAUR)
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
- bluez-libs (bluez-gitAUR) (make)
- gdb (gdb-gitAUR) (make)
- mpdecimal (make)
- tk (tk-fossilAUR) (make)
- mpdecimal (optional) – for decimal
- sqlite (sqlite-fossilAUR) (optional)
- tk (tk-fossilAUR) (optional) – for tkinter
- xz (xz-gitAUR) (optional) – for lzma
Required by (6)
- cplex (optional)
- easyabc
- openplc-editor-git
- swift-bin (optional)
- swift-bin-6.1 (optional)
- swiftly-bin (optional)
Latest Comments
« First ‹ Previous 1 2 3 4 Next › Last »
rixx commented on 2022-03-17 13:10 (UTC) (edited on 2022-03-17 13:12 (UTC) by rixx)
@lahwaacz I thought I had put that in my comment, but apparently not? Updates do not apply, complaining that
/usr/bin/pipor/bin/pipexists in the filesystem (I swear I had intended to put that in my comment, sorry). Shipping a PKGBUILD that doesn't allow people to update isn't great, so I reverted the change for now.As I said: I do not have the time right now, so I chose to revert the change that breaks the package for people. Either I get around to tinkering with the PKGBUILD when I'm not working insane hours, or somebody sends in a patch.
lahwaacz commented on 2022-03-17 07:04 (UTC) (edited on 2022-03-17 07:07 (UTC) by lahwaacz)
@rixx I don't see what's the problem, the package contained only these files in
/usr/bin(on version 3.9.11-2, i.e. before the last change):So there is no conflict between
python39andpython-pip. In any case, you could just add something likerm -f "${pkgdir}/usr/bin/pip"to thepackage()function, it's already done for some files in/usr/lib...rixx commented on 2022-03-16 23:54 (UTC)
It turns out that
--without-ensurepipis required for updates to apply cleanly. I've reintroduced the option so that people can get the latest update.I don't have the time to figure out how to tell Python (or the pkgbuild) to only introduce a versioned pip executable, not the general one (which is what makes updates fail: /usr/bin/pip already exists). Anybody who has five minutes to fix this, feel free to send me a patch via mail or a PR.
rixx commented on 2022-03-11 22:38 (UTC)
Done, hope this doesn't break the build for other systems.
CyberShadow commented on 2022-03-11 21:03 (UTC)
Seeing the same issue as lahwaacz, would you mind adding the fix to the package please?
lahwaacz commented on 2022-03-02 21:57 (UTC)
I'm getting
I've solved it by adding
export ax_cv_c_float_words_bigendian=nobefore the configure command.rixx commented on 2022-03-02 11:04 (UTC)
Good point, done.
lahwaacz commented on 2022-02-12 03:15 (UTC)
Please remove the
--without-ensurepipoption and addpython39-pipandpython39-setuptoolstoprovides. This allows to quickly build many other python modules for python39 without having to rebuildpython-pipandpython-setuptools(which have dozens of other dependencies) "properly".hyc3573 commented on 2022-01-26 14:01 (UTC)
I found the solution. https://bugs.python.org/issue46401
« First ‹ Previous 1 2 3 4 Next › Last »