Search Criteria
Package Details: python2-sarge-git 0.1.5.r33.gc5aff8b-1
Git Clone URL: | https://aur.archlinux.org/python2-sarge-git.git (read-only, click to copy) |
---|---|
Package Base: | python2-sarge-git |
Description: | The sarge package provides a wrapper for subprocess which provides command pipeline functionality. |
Upstream URL: | https://bitbucket.org/vinay.sajip/sarge |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | ad1217 |
Maintainer: | ad1217 |
Last Packager: | ad1217 |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2015-06-01 13:44 |
Last Updated: | 2020-03-11 01:44 |
Latest Comments
coolsa commented on 2020-03-10 08:32
There is now a 404 error when building, due to Bitbucket sunsetting mercurial support, and the upstream changing to support it. The source package is now a git package, no longer a mercurial one. Just changing the PKGBUILD source line from
hg+source_link
togit+source_link
fixes 404 during build.escentrix commented on 2015-08-06 22:04
@ad1217: That does it. Thanks!
ad1217 commented on 2015-08-06 21:22
@escentrix: It's an upstream bug. To fix, remove the '^' on line 35 of setup.py.
escentrix commented on 2015-08-06 17:00
I'm having errors building this package on both x86_64 and ARMV6 environments. both have the same problem:
==> Starting package()...
Traceback (most recent call last):
File "setup.py", line 45, in <module>
long_description=description(),
File "setup.py", line 36, in description
requires, = re.findall(regexp, read_me, re.DOTALL)
ValueError: need more than 0 values to unpack
==> ERROR: A failure occurred in package().
Aborting...
==> ERROR: Makepkg was unable to build python2-sarge-git.