Package Details: python2-pip 20.3.4-1

Git Clone URL: https://aur.archlinux.org/python2-pip.git (read-only, click to copy)
Package Base: python2-pip
Description: The PyPA recommended tool for installing Python packages
Upstream URL: https://pip.pypa.io/
Licenses: MIT
Submitter: tallero
Maintainer: tallero (truocolo)
Last Packager: truocolo
Votes: 4
Popularity: 0.060080
First Submitted: 2022-09-30 01:06 (UTC)
Last Updated: 2024-02-17 17:39 (UTC)

Required by (3)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

c0del1ar commented on 2024-02-05 13:08 (UTC)

it's still missing depends. any mirrorlist included those depends?

tallero commented on 2024-02-03 17:52 (UTC)

@MS-DTYP: no issue there.

You first build without checks (makepkg --nocheck) so with only makedepends available.

After you build and install the package, you then build depends, then checkdepends and at last you check the resulting package.

If you want to track the progress on publishing missing checkdepends minute by minute, please check github.com/themartiancompany.

Also it's saturday night so expect a chiller pace.

MS-DTYP commented on 2024-02-03 15:49 (UTC)

 -> python2-pytestpython2-setuptools-scmcircular dependencies not allowed
 -> python2-pippython2-setuptools-scmcircular dependencies not allowed
 -> python2-freezegunpython2-dateutilcircular dependencies not allowed
 -> python2-pippython2-pipself-referential dependencies not allowed
 -> No AUR package found for python2-pytest-rerunfailures
 -> No AUR package found for python2-tomli-w
 -> No AUR package found for python2-virtualenv
 -> No AUR package found for python2-werkzeug
 -> No AUR package found for python2-pytest-xdist
 -> No AUR package found for python2-scripttest
 -> could not find all required packages: python2-scripttest 
could not find all required packages: python2-pytest-xdist 
could not find all required packages: python2-werkzeug 
could not find all required packages: python2-virtualenv 
could not find all required packages: python2-pytest-rerunfailures 
could not find all required packages: python2-tomli-w 

MS-DTYP commented on 2023-08-25 15:35 (UTC) (edited on 2023-08-25 15:37 (UTC) by MS-DTYP)

/usr/lib/python2.7/site-packages
ImportError while loading conftest '/home/user/.cache/yay/python2-pip/src/pip-20.3.4/tests/conftest.py'.
tests/conftest.py:15: in <module>
    from pip._vendor.contextlib2 import ExitStack, nullcontext
E   ModuleNotFoundError: No module named 'pip._vendor.contextlib2'
==> ERROR: A failure occurred in check().
    Aborting...
install: cannot create directory '/bash-completion': Permission denied

MS-DTYP commented on 2023-08-25 14:38 (UTC) (edited on 2023-08-25 14:38 (UTC) by MS-DTYP)

curl: (22) The requested URL returned error: 404
==> ERROR: Failure while downloading https://pypi.python.org/packages/source/n/nose/nose-1.3.7.tar.gz.asc
    Aborting...

tallero commented on 2023-07-04 01:55 (UTC)

@Mettacrawer: sphinxext is called with python3, not python2. python-docutils is a dependency for python-sphinx, which is a dependency for this package. How is it you are building this package without it?

Mettacrawer commented on 2023-07-02 14:55 (UTC)

Missing dependency python2-docutils

running build_py
Traceback (most recent call last):
  File "pip_sphinxext.py", line 7, in <module>
    from docutils import nodes
ImportError: No module named docutils
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: python2-pip-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
python2-pip - exit status 4

tallero commented on 2023-04-13 05:50 (UTC) (edited on 2023-04-13 05:51 (UTC) by tallero)

@ynitenko: yes I know, I've been thinking if removing check altogether.

ynikitenko commented on 2023-04-07 15:00 (UTC) (edited on 2023-04-07 15:11 (UTC) by ynikitenko)

==> Starting check()...
/usr/lib/python2.7/site-packages
ImportError while loading conftest '/home/yaroslav/.cache/yay/python2-pip/src/pip-20.3.4/tests/conftest.py'.
tests/conftest.py:15: in <module>
    from pip._vendor.contextlib2 import ExitStack, nullcontext
E   ModuleNotFoundError: No module named 'pip._vendor.contextlib2'
==> ERROR: A failure occurred in check().
    Aborting...
 -> error making: python2-pip-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
python2-pip - exit status 4

Could only install it with

yay -Syu --asdeps --mflags '--nocheck' python2-pip

tallero commented on 2023-02-11 15:31 (UTC)

@Invelios: please report that in python2-pyopenssl, not here.