Package Details: python-sarge 0.1.8-2

Git Clone URL: https://aur.archlinux.org/python-sarge.git (read-only, click to copy)
Package Base: python-sarge
Description: A wrapper for subprocess which provides command pipeline functionality.
Upstream URL: https://github.com/vsajip/sarge
Licenses: BSD-3-Clause
Submitter: Niklas
Maintainer: lmartinez-mirror
Last Packager: lmartinez-mirror
Votes: 2
Popularity: 0.000000
First Submitted: 2017-08-05 01:33 (UTC)
Last Updated: 2026-07-01 05:10 (UTC)

Dependencies (5)

Required by (1)

Sources (1)

Latest Comments

micwoj92 commented on 2025-10-23 23:23 (UTC)

No, thats irrelevant.
pip install sarge is not the same as installing from downloaded source. What you do in pkgbuild is wrong, because it always will install latest sarge, regardless of what $pkgver you specify.

pa314159 commented on 2025-10-23 17:28 (UTC)

@micwoj92, I'm afraid you have to contact the maintainer of the original package, check the installation procedure.

micwoj92 commented on 2025-10-14 05:14 (UTC)

Please do not use pip to install: https://wiki.archlinux.org/title/Python_package_guidelines#Installation_methods

adlerweb commented on 2024-12-02 20:12 (UTC)

Also, if python-pip is required, it should be listed as dependency

luntik2012 commented on 2024-11-11 23:13 (UTC)

~/.cache/yay/python-sarge/PKGBUILD: line 18: pip: command not found

cannot build this package without pip (I don't want to pollute my system with pip)

kuehnelth commented on 2022-12-18 17:03 (UTC)

Please also update the pkgrel in the .SOURCEINFO file so the updated release number actually shows up.

amstan commented on 2022-01-23 04:06 (UTC)

Please remove the python2 make dependency. It means every time there's an update it'll install python2 then remove it.

EndlessEden commented on 2018-12-30 09:41 (UTC)

0.1.5.post0 - Is listed as the current version.

here is a updated PKGBUILD, with PyPl as source. (https://pastebin.com/XWp7Aj0E)