Search Criteria
Package Details: pip-tools 7.4.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/pip-tools.git (read-only, click to copy) |
---|---|
Package Base: | pip-tools |
Description: | A set of tools to keep your pinned Python dependencies fresh |
Upstream URL: | https://github.com/jazzband/pip-tools/ |
Licenses: | BSD-3-Clause |
Submitter: | saimn |
Maintainer: | SpotlightKid |
Last Packager: | SpotlightKid |
Votes: | 16 |
Popularity: | 0.000065 |
First Submitted: | 2012-09-30 21:57 (UTC) |
Last Updated: | 2024-03-06 14:39 (UTC) |
Dependencies (10)
- python (python37AUR, python311AUR, python310AUR)
- python-build
- python-click
- python-pip
- python-pyproject-hooks
- python-setuptools
- python-wheel
- python-installer (python-installer-gitAUR) (make)
- python-setuptools-scm (make)
- python-wheel (make)
Latest Comments
1 2 Next › Last »
wooptoo commented on 2023-03-14 23:06 (UTC)
Yes, I have
extra/python-setuptools
installed, triedmakepkg -sf
, same results.SpotlightKid commented on 2023-03-14 22:56 (UTC)
@wooptoo: As the PKGBUILD states, you do need
python-setuptools
for building and at run-time. Have you triedmakepkg -s
?wooptoo commented on 2023-03-14 22:44 (UTC)
Sorry just seen this now. This is the error:
SpotlightKid commented on 2023-03-09 12:23 (UTC)
@wooptoo: what error do you get?
wooptoo commented on 2023-03-09 10:02 (UTC)
This only builds on my machine after removing
--no-isolation
from thebuild()
stage. I've seen this happen for a while. Very odd.SpotlightKid commented on 2022-10-13 17:19 (UTC)
@Freed: Done.
I'm not sure, though, whether I did the right thing for zsh and fish, since I don't use those.
Freed commented on 2022-10-13 09:42 (UTC)
pip-tools has its shell completions (bash/zsh/fish) by click. Please add them.
See https://click.palletsprojects.com/en/8.1.x/shell-completion/#enabling-completion
SpotlightKid commented on 2022-06-28 13:54 (UTC)
Note: As of version 6.7.0 of this package,
pip-sync
is still broken when usingpython-pip
21.0 from Extra due topip-tools
using internal functions frompip
, which are not part of its official API.python-pip
22.1.2, which should fix it, is currently in Testing.SpotlightKid commented on 2022-04-18 12:11 (UTC)
@Procrat: Like I said below "I can't really guarantee [pip-tools] will work properly with python-pip 20.3.4".
As long as Arch python-pip is stuck at an outdated version, I'm afraid this package is unfixably broken.
Procrat commented on 2022-04-18 08:16 (UTC)
pip-sync
still fails for me with this error:Best I can tell, it's because the
>=21.2
dependency. Does this work for you? Is it too late to downgradepip-tools
that is compatible with the current version ofpython-pip
in the Arch repos (21.0)?1 2 Next › Last »