Package Details: pypy3-pip 24.2-2

Git Clone URL: https://aur.archlinux.org/pypy3-pip.git (read-only, click to copy)
Package Base: pypy3-pip
Description: The PyPA recommended tool for installing Python packages
Upstream URL: https://pip.pypa.io
Licenses: MIT
Submitter: marekpetrik
Maintainer: carlosal1015 (AutoUpdateBot)
Last Packager: carlosal1015
Votes: 18
Popularity: 0.000000
First Submitted: 2014-09-03 12:47 (UTC)
Last Updated: 2024-09-08 17:39 (UTC)

Dependencies (4)

Required by (0)

Sources (1)

Latest Comments

carlosal1015 commented on 2024-08-20 14:04 (UTC)

Hi zii, since setup.py is gone, and we need a pypy3-setuptools that will need and older version to make pypy3-setuptools. Let's focus first there. As I comment https://aur.archlinux.org/packages/pypy3-setuptools#comment-982206

zii commented on 2024-06-28 07:06 (UTC)

The build is broken again. :)

==> Starting build()...
/usr/bin/pypy3: can't open file .../.cache/paru/clone/pypy3-pip/src/pip-24.1/setup.py: [Errno 2] No such file or directory
==> ERROR: A failure occurred in build().
    Aborting...

petronny commented on 2023-01-14 10:56 (UTC)

sed: can't read /build/pypy3-pip/pkg/pypy3-pip/opt/pypy3/lib/pypy3.8/site-packages/pip/__init__.py: No such file or directory
==> ERROR: A failure occurred in package_pypy3-pip().
    Aborting...

kogasa commented on 2022-02-20 04:42 (UTC)

Line 22 of the PKGBUILD must be changed to ${pkgdir}/opt/pypy3/lib/pypy3.8/site-packages/pip/__init__.py

dustball commented on 2017-02-04 17:12 (UTC)

@Alad: I don't know, I just pull in pypy3-setuptools. The issue stems from dundee's packages.

Alad commented on 2017-02-04 13:52 (UTC) (edited on 2017-02-04 13:55 (UTC) by Alad)

Uh, in what order to you build this? tsort gives a bunch of circular dependencies: edit: there's some step-by-step in pypy3-setuptools, which requires installing a bunch of stuff outside of pacman and other hacks. :| tsort: tsv/n: input contains a loop: tsort: pypy-appdirs tsort: pypy3-setuptools tsort: pypy3-appdirs tsort: pypy-setuptools tsort: tsv/n: input contains a loop: tsort: pypy3-setuptools tsort: pypy3-appdirs tsort: pypy-setuptools tsort: pypy-packaging tsort: tsv/n: input contains a loop: tsort: pypy3-packaging tsort: pypy-pyparsing tsort: pypy3-setuptools tsort: tsv/n: input contains a loop: tsort: pypy3-packaging tsort: pypy-pyparsing tsort: pypy3-setuptools tsort: pypy3-appdirs tsort: pypy-setuptools tsort: tsv/n: input contains a loop: tsort: pypy-pyparsing tsort: pypy3-setuptools tsort: pypy3-appdirs tsort: pypy-setuptools tsort: pypy-packaging tsort: tsv/n: input contains a loop: tsort: pypy3-setuptools tsort: pypy3-appdirs tsort: tsv/n: input contains a loop: tsort: pypy3-pyparsing tsort: pypy3-setuptools tsort: pypy3-appdirs tsort: pypy-setuptools tsort: pypy-packaging tsort: tsv/n: input contains a loop: tsort: pypy-setuptools tsort: pypy-packaging

yan12125 commented on 2016-05-15 08:29 (UTC)

pypy3-setuptools should be a runtime dependency.

dustball commented on 2016-02-27 10:59 (UTC)

Evilgnome, I just checked before upgrading (clean virtual machine, built it, removed pypy3-setuptools), it works perfectly fine without. If it doesn't, feel free to send me logs to investigate.

andykluger commented on 2015-10-29 04:38 (UTC)

I think pypy3-setuptools is a runtime dependency as well.