Package Details: pip-tools 7.4.1-1

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)

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, tried makepkg -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 tried makepkg -s?

wooptoo commented on 2023-03-14 22:44 (UTC)

Sorry just seen this now. This is the error:

==> Starting build()...
* Getting build dependencies for wheel...
running egg_info
creating UNKNOWN.egg-info
writing UNKNOWN.egg-info/PKG-INFO
writing dependency_links to UNKNOWN.egg-info/dependency_links.txt
writing top-level names to UNKNOWN.egg-info/top_level.txt
writing manifest file 'UNKNOWN.egg-info/SOURCES.txt'
reading manifest file 'UNKNOWN.egg-info/SOURCES.txt'
adding license file 'LICENSE'
writing manifest file 'UNKNOWN.egg-info/SOURCES.txt'

ERROR Missing dependencies:
    setuptools>=63
==> ERROR: A failure occurred in build().
    Aborting...

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 the build() 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 using python-pip 21.0 from Extra due to pip-tools using internal functions from pip, which are not part of its official API.

python-pip 22.1.2, which should fix it, is currently in Testing.