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.000029 |
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 (make)
- python-setuptools-scm (make)
- python-wheel (make)
Latest Comments
1 2 3 Next › Last »
SpotlightKid commented on 2025-01-07 14:40 (UTC)
@qdii: see https://wiki.archlinux.org/title/Arch_User_Repository#Updating_packages
qdii commented on 2025-01-07 14:05 (UTC)
Not sure if this is something you can fix, but python is now at version 3.13 and this package no longer works with it, because it installs itself under /usr/lib/python3.12
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.1 2 3 Next › Last »