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
Last Packager: tallero
Votes: 3
Popularity: 0.018031
First Submitted: 2022-09-30 01:06 (UTC)
Last Updated: 2023-07-04 02:23 (UTC)

Latest Comments

1 2 Next › Last »

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.

Invelios commented on 2023-02-09 08:04 (UTC) (edited on 2023-02-09 08:05 (UTC) by Invelios)

Can't build this, I get an error when building python2-pyopenssl:


platform linux2 -- Python 2.7.18, pytest-4.6.11, py-1.11.0, pluggy-0.13.1 -- /usr/bin/python2
/var/tmp/pamac-build-invelios/python2-pyopenssl/src/pyopenssl-21.0.0/src/OpenSSL/crypto.py:14: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in the next release.
  from cryptography import utils, x509
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR>   File "/usr/lib/python2.7/site-packages/_pytest/main.py", line 204, in wrap_session
INTERNALERROR>     config.hook.pytest_sessionstart(session=session)
INTERNALERROR>   File "/usr/lib/python2.7/site-packages/pluggy/hooks.py", line 286, in __call__
INTERNALERROR>     return self._hookexec(self, self.get_hookimpls(), kwargs)
INTERNALERROR>   File "/usr/lib/python2.7/site-packages/pluggy/manager.py", line 93, in _hookexec
INTERNALERROR>     return self._inner_hookexec(hook, methods, kwargs)
INTERNALERROR>   File "/usr/lib/python2.7/site-packages/pluggy/manager.py", line 87, in <lambda>
INTERNALERROR>     firstresult=hook.spec.opts.get("firstresult") if hook.spec else False,
INTERNALERROR>   File "/usr/lib/python2.7/site-packages/pluggy/callers.py", line 208, in _multicall
INTERNALERROR>     return outcome.get_result()
INTERNALERROR>   File "/usr/lib/python2.7/site-packages/pluggy/callers.py", line 81, in get_result
INTERNALERROR>     _reraise(*ex)  # noqa
INTERNALERROR>   File "/usr/lib/python2.7/site-packages/pluggy/callers.py", line 187, in _multicall
INTERNALERROR>     res = hook_impl.function(*args)
INTERNALERROR>   File "/usr/lib/python2.7/site-packages/_pytest/terminal.py", line 588, in pytest_sessionstart
INTERNALERROR>     config=self.config, startdir=self.startdir
INTERNALERROR>   File "/usr/lib/python2.7/site-packages/pluggy/hooks.py", line 286, in __call__
INTERNALERROR>     return self._hookexec(self, self.get_hookimpls(), kwargs)
INTERNALERROR>   File "/usr/lib/python2.7/site-packages/pluggy/manager.py", line 93, in _hookexec
INTERNALERROR>     return self._inner_hookexec(hook, methods, kwargs)
INTERNALERROR>   File "/usr/lib/python2.7/site-packages/pluggy/manager.py", line 87, in <lambda>
INTERNALERROR>     firstresult=hook.spec.opts.get("firstresult") if hook.spec else False,
INTERNALERROR>   File "/usr/lib/python2.7/site-packages/pluggy/callers.py", line 208, in _multicall
INTERNALERROR>     return outcome.get_result()
INTERNALERROR>   File "/usr/lib/python2.7/site-packages/pluggy/callers.py", line 81, in get_result
INTERNALERROR>     _reraise(*ex)  # noqa
INTERNALERROR>   File "/usr/lib/python2.7/site-packages/pluggy/callers.py", line 187, in _multicall
INTERNALERROR>     res = hook_impl.function(*args)
INTERNALERROR>   File "/var/tmp/pamac-build-invelios/python2-pyopenssl/src/pyopenssl-21.0.0/tests/conftest.py", line 10, in pytest_report_header
INTERNALERROR>     import OpenSSL.SSL
INTERNALERROR>   File "/var/tmp/pamac-build-invelios/python2-pyopenssl/src/pyopenssl-21.0.0/src/OpenSSL/__init__.py", line 8, in <module>
INTERNALERROR>     from OpenSSL import crypto, SSL
INTERNALERROR>   File "/var/tmp/pamac-build-invelios/python2-pyopenssl/src/pyopenssl-21.0.0/src/OpenSSL/crypto.py", line 17, in <module>
INTERNALERROR>     from OpenSSL._util import (
INTERNALERROR>   File "/var/tmp/pamac-build-invelios/python2-pyopenssl/src/pyopenssl-21.0.0/src/OpenSSL/_util.py", line 6, in <module>
INTERNALERROR>     from cryptography.hazmat.bindings.openssl.binding import Binding
INTERNALERROR>   File "/usr/lib/python2.7/site-packages/cryptography/hazmat/bindings/openssl/binding.py", line 14, in <module>
INTERNALERROR>     from cryptography.hazmat.bindings._openssl import ffi, lib
INTERNALERROR> ImportError: /usr/lib/python2.7/site-packages/cryptography/hazmat/bindings/_openssl.so: undefined symbol: ERR_new
==> ERROR: A failure occurred in check().

cknoblauch commented on 2022-09-30 17:03 (UTC)

The comment of the latest change to the package (30664e33c6ae) is "WIP" so I guess it's incomplete.

Please don't publish packages that can at least build at publication time.

ColdSphinX commented on 2022-09-30 08:30 (UTC) (edited on 2022-09-30 08:30 (UTC) by ColdSphinX)

==> Validating source files with sha512sums...
    pip-22.2.2.tar.gz ... Passed
    resolvelib-0.5.5.patch ... FAILED
==> ERROR: One or more files did not pass the validity check!
...
==> ERROR: Integrity checks (b2) differ in size from the source array.

---

==> Starting build()...
/usr/bin/python2: No module named build
==> ERROR: A failure occurred in build().
    Aborting...
==> ERROR: Makepkg was unable to build python2-pip.