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.075107
First Submitted: 2022-09-30 01:06 (UTC)
Last Updated: 2024-02-17 17:39 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

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.

gnaggnoyil commented on 2022-09-30 03:15 (UTC)

Some of the dependencies is missing in AUR. Also I tried building this package and it reports /usr/bin/python2: No module named build error during building.