Pre-built binaries of this package and its dependencies can be found in the arch4edu repository.
Search Criteria
Package Details: pypy3-installer 0.7.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/pypy3-installer.git (read-only, click to copy) |
---|---|
Package Base: | pypy3-installer |
Description: | A low-level library for installing from a Python wheel distribution |
Upstream URL: | https://installer.pypa.io |
Licenses: | MIT |
Submitter: | carlosal1015 |
Maintainer: | carlosal1015 |
Last Packager: | carlosal1015 |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2024-08-29 16:55 (UTC) |
Last Updated: | 2024-09-09 02:53 (UTC) |
Dependencies (3)
- pypy3
- pypy3-buildAUR (make)
- pypy3-flit-coreAUR (make)
Required by (6)
- pypy3-build (make)
- pypy3-flit-core (make)
- pypy3-packaging (make)
- pypy3-pip (make)
- pypy3-pyproject-hooks (make)
- pypy3-tqdm (make)
Sources (1)
Latest Comments
carlosal1015 commented on 2024-09-15 03:58 (UTC)
carlosal1015 commented on 2024-08-30 13:26 (UTC)
Hi @MarsSeed, the plan is always have updated packages.
For latest version of pypy3-installer
, will use pypy3-build
and pypy3-flit-core
as https://archlinux.org/packages/extra/any/python-installer.
- Build
pypy3-flit-core
as makedepends:pypy3-build
andpypy3-installer
which not depends of itselfpypy3-flit-core
(this one depends of makedependspypy3-setuptools
). - Upgrade this
pypy3-installer
andpypy3-build
to latest version and rid off python-dephell, but makedepends of pypy3-flit-core. I will submit python-dephell toarch4edu
binary repository ifpython-dephell
maintainer do not replacepython-m2r
bypython-m2r2
or do it with suggest patch.
For step 2, users they should have and older version of pypy3-build
(let's say 0.9.0) and pypy3-installer
(let's say 0.2.3) that do not makedepends of pypy3-flit-core
.
Arch Linux used this trick for python-build
, python-installer
before python-dephell
EOL and was moved to AUR.
I do not like this idea, but I choose between leave pypy3 tool-chain broken or fix it.
MarsSeed commented on 2024-08-30 12:25 (UTC)
Using the obsolete dephell here is overkill.
Also, installer v0.7.0 supports Python 3.7+. Can you update to that version?
If you really must execute a deprecated setup.py here, why don't you include a copy of a working setup.py in this repo?
Forcing the user to install a shitton of dephell's dependencies is really an unnecessary burden for this task IMHO.
Pinned Comments
carlosal1015 commented on 2024-09-15 03:58 (UTC)
Pre-built binaries of this package and its dependencies can be found in the arch4edu repository.