Search Criteria
Package Details: python38 3.8.20-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python38.git (read-only, click to copy) |
---|---|
Package Base: | python38 |
Description: | Major release 3.8 of the Python high-level programming language |
Upstream URL: | https://www.python.org/ |
Keywords: | python python3 |
Licenses: | PSF-2.0 |
Submitter: | rixx |
Maintainer: | rixx |
Last Packager: | rixx |
Votes: | 32 |
Popularity: | 0.20 |
First Submitted: | 2019-03-27 20:21 (UTC) |
Last Updated: | 2024-11-06 08:34 (UTC) |
Dependencies (12)
- bzip2 (bzip2-gitAUR)
- expat (expat-gitAUR)
- gdbm (gdbm-gitAUR)
- libffi (libffi-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- bluez-libs (bluez-gitAUR) (make)
- mpdecimal (make)
- sqlite (sqlite-fossilAUR) (make)
- tk (tk-fossilAUR) (make)
- sqlite (sqlite-fossilAUR) (optional)
- tk (tk-fossilAUR) (optional) – for tkinter
Latest Comments
« First ‹ Previous 1 2 3 4 5 Next › Last »
xhikari commented on 2021-12-16 00:10 (UTC)
Been trying to import this key gpg --keyserver keyserver.ubuntu.com --recv-keys E3FF2839C048B25C084DEBE9B26995E310250568 and it's failing, searched at keyserver.ubuntu.com and key not found
delcomet commented on 2021-10-21 09:08 (UTC)
Thanks @rixx! You're probably right!
rixx commented on 2021-10-21 09:01 (UTC)
@delcomet I don't think we need to change anything about the pkgbuild (we don't reference a specific libffi version), you just need to rebuild your Python.
delcomet commented on 2021-10-21 08:51 (UTC) (edited on 2021-10-21 09:06 (UTC) by delcomet)
Arch linux core now provides libffi.so.8 instead of libffi.so.7
https://archlinux.org/packages/core/x86_64/libffi/
Edit: Rebuild as fix:
rixx commented on 2021-06-30 14:25 (UTC)
@solnce Good point! As far as I can tell,
options=('!makeflags')
has been carried down the PKGBUILD line ever since thepython33
package or even longer. I'll remove it. Thank you!solnce commented on 2021-06-30 14:11 (UTC)
@rixx I wondered why this package would compile only on one core. The very first commit of the PKGBUILD has
options=('!makeflags')
in it. At least on my machine honouring$MAKEFLAGS
with -j6 causes no issues. Would it be possible to remove that?NGeorgescu commented on 2021-06-21 20:43 (UTC) (edited on 2021-06-21 20:45 (UTC) by NGeorgescu)
If you get a no-name pgp key error, try:
sambucus commented on 2021-06-16 19:42 (UTC) (edited on 2021-06-19 10:41 (UTC) by sambucus)
PGP-Key is not valid
neo63 commented on 2021-05-05 22:54 (UTC) (edited on 2021-05-06 02:19 (UTC) by neo63)
I'm noticing the same issue, where
python3.8-config
is a broken symlink:Maybe the
ln -s
commands are wrong or something? I'm not really familiar with the build process, but maybe the PKGBUILD should haveinstead? I tested in Docker and it seems that the build artifact is just called
python-config
« First ‹ Previous 1 2 3 4 5 Next › Last »