Package Details: python310 3.10.18-1

Git Clone URL: https://aur.archlinux.org/python310.git (read-only, click to copy)
Package Base: python310
Description: The Python programming language (version 3.10)
Upstream URL: https://www.python.org/
Licenses: PSF-2.0
Submitter: soh
Maintainer: Heptazhou
Last Packager: Heptazhou
Votes: 26
Popularity: 3.27
First Submitted: 2023-05-04 00:47 (UTC)
Last Updated: 2025-06-05 06:31 (UTC)

Latest Comments

1 2 3 4 Next › Last »

qark commented on 2025-06-07 16:55 (UTC)

@Heptazhou I'm aware of that. Removing unused dependencies and optimizing build is good for core package too.

Heptazhou commented on 2025-06-07 16:52 (UTC)

@qark Why should? aur is not core.

qark commented on 2025-06-07 16:46 (UTC)

@Heptazhou So they should be removed from core/python package too. Would you mind creating issue and/or merge request?

Heptazhou commented on 2025-06-07 16:44 (UTC)

@qark Those dependencies are either unnecessary or unused, thus removed.

qark commented on 2025-06-07 10:19 (UTC)

@Heptazhou What about dependencies and compile options changes in https://aur.archlinux.org/cgit/aur.git/commit/?h=python310&id=7e1f6a98d9d42e8d0c3bd8d623eab0bffed18193 and https://aur.archlinux.org/cgit/aur.git/commit/?h=python310&id=29ecd68a99a40b564fef8f7cca215cdd33184cd3? What are they for?

Package in core repo still uses all of removed deps.

soh commented on 2024-12-27 14:31 (UTC)

@maxpayne3 Yes. Then you need to run updpkgsums and perhaps makepkg --printsrcinfo > .SRCINFO

soh commented on 2024-12-27 14:28 (UTC)

@kIERO Sorry for the delay. I recently find using miniconda to manage different versions of Python quite handy. Although installing python from AUR is still useful, as it enables different users to use that without installing for themselves another time.

kIERO commented on 2024-12-10 21:43 (UTC)

It is gonna be two months since this package is flagged out-of-date

This should be updated

maxpayne3 commented on 2024-10-30 18:46 (UTC)

For python 3.10.15, it's just a matter of changing the URL and the sha256sums, right?

Shadowphoenix commented on 2024-05-28 23:23 (UTC) (edited on 2024-05-28 23:26 (UTC) by Shadowphoenix)

@MarsSeed not to be that kinda guy but if you blindly install and then uninstall stuff that is running on your PC thats kinda sorta your own fault if stuff breaks. Yes, the way this is currently handled is not ideal, something similar to how you can have separate versions of OpenJDK would be preferable, but certain scripts that i might want to run dont run in Python 3.12 so i might need to run 3.10 or 3.11 so outright barring me from installing them via pacman/makepkg seems EH to me so i dont see why you want to delete the packages alltogether from what i understand.

As mentioned by others: if you run buildscripts from the AUR or by extension scripts and programs provided by any Third Party, it is your responsibility to make sure your system works after having run whatever you were trying to do.