Search Criteria
Package Details: haxor-news 0.4.2-1
Git Clone URL: | https://aur.archlinux.org/haxor-news.git (read-only, click to copy) |
---|---|
Package Base: | haxor-news |
Description: | A Hacker News command line interface |
Upstream URL: | https://github.com/donnemartin/haxor-news |
Licenses: | |
Submitter: | Xenopathic |
Maintainer: | Xenopathic |
Last Packager: | Xenopathic |
Votes: | 6 |
Popularity: | 0.24 |
First Submitted: | 2016-10-17 14:25 |
Last Updated: | 2017-07-13 17:59 |
Latest Comments
L0-FF commented on 2020-06-04 19:18
Easiest install method:
When prompted: edit
PKGBUILD
file, line 15 change:python-prompt_toolkit
topython-prompt_toolkit1
save. continue w/ install.madalu commented on 2020-05-13 15:24
This package no longer works because it is pinned to python-prompt_toolkit 1.1.0. The current python-prompt_toolkit in the arch repos is 3.0.5. Need to add python-prompt_toolkit1 (in aur) as a dependency and add the prepare function explained here:
https://aur.archlinux.org/packages/python-prompt_toolkit1/
Here's the backtrace:
Xenopathic commented on 2016-11-23 13:49
prior: Hmm, not sure what the problem is then. You might get better support asking on the GitHub project, although I can't see any issues there that match this
prior commented on 2016-11-23 10:54
I have version 2.1.3-1 of python-pygments.
Xenopathic commented on 2016-11-23 10:26
prior: I'm using python-pygments 2.1.3-1 with this package and not getting that issue. What version of python-pygments do you have installed?
prior commented on 2016-11-23 09:32
I can build and install it, but when I start I get the following error:
Traceback (most recent call last):
File "/usr/bin/haxor-news", line 11, in <module>
load_entry_point('haxor-news==0.4.1', 'console_scripts', 'haxor-news')()
File "/usr/lib/python3.5/site-packages/haxor_news/main.py", line 25, in cli
haxor = Haxor()
File "/usr/lib/python3.5/site-packages/haxor_news/haxor.py", line 110, in __init__
self._create_cli()
File "/usr/lib/python3.5/site-packages/haxor_news/haxor.py", line 153, in _create_cli
style_factory = StyleFactory(self.theme)
File "/usr/lib/python3.5/site-packages/haxor_news/style.py", line 31, in __init__
self.style = self.style_factory(name)
File "/usr/lib/python3.5/site-packages/haxor_news/style.py", line 49, in style_factory
class CliStyle(Style):
File "/usr/lib/python3.5/site-packages/pygments/style.py", line 76, in __new__
ndef[0] = colorformat(styledef)
File "/usr/lib/python3.5/site-packages/pygments/style.py", line 33, in colorformat
assert False, "wrong color format %r" % text
AssertionError: wrong color format 'reverse'
Am I doing something wrong or is this package broken?