Search Criteria
Package Details: colout-git r245.88b1770-1
Git Clone URL: | https://aur.archlinux.org/colout-git.git (read-only, click to copy) |
---|---|
Package Base: | colout-git |
Description: | Reads text on stdin and produces colorized and stylized output |
Upstream URL: | http://nojhan.github.com/colout/ |
Keywords: | color terminal theming |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | jle64 |
Maintainer: | YeahSure |
Last Packager: | YeahSure |
Votes: | 16 |
Popularity: | 0.043425 |
First Submitted: | 2013-04-04 21:35 |
Last Updated: | 2020-07-05 21:38 |
Dependencies (3)
- python (python-dbg)
- git (git-git) (make)
- python-pygments (optional)
Latest Comments
1 2 Next › Last »
jle64 commented on 2017-03-17 01:55
@xpixelz: I disowned the package as I don't actually use it, feel free to fix it.
xpixelz commented on 2017-03-16 06:36
Won't work unless following packages installed :
$ sudo pip install pysigset requests-unixsocket blessed flask-restful scruffington
jle64 commented on 2015-06-09 07:47
@TrialnError: should be better now. Thx.
TrialnError commented on 2015-06-08 12:10
Since pacman 4.1 the handling of VCS sources changed significantly
https://wiki.archlinux.org/index.php/VCS_package_guidelines
jle64 commented on 2013-11-09 10:58
@alkino: Updated to make pygments an optdepends, thx. Concerning your other issue there is nothing I can do, I'm just making the PKGBUILD, you should see that with the software author.
alkino commented on 2013-11-04 23:27
python-pygments seems to be an "optdepends" instead of a "depends".
More over the domain of gcc (in /usr/lib/python3.3/site-packages/colout/colout_g++.py) seems to be "gcc" and not `"gcc-"+gv`. But I can't test because I got problem of utf-8 after...
jle64 commented on 2013-06-09 13:25
@mihai303: Updated, thanks. I didn't see that a setup.py had been added.
Anonymous comment on 2013-06-07 09:32
Consider using the standard install rule in order to avoid future work on the packaging part. Thanks for the PKGBUILD.
package() {
cd "$srcdir/$pkgname"
python setup.py install --root="$pkgdir/" --optimize=1
}
jle64 commented on 2013-06-06 20:58
Updated, thanks.
natestar13 commented on 2013-06-06 14:44
The line that copies the python scripts needs to be updated. I changed it to the following and it works:
cp $_gitname/colout/*.py $pkgdir/usr/share/colout/