Package Details: lyvi-git v2.0.0.g20206f4-1

Package Base: lyvi-git
Description: Command-line lyrics (and more!) viewer
Upstream URL: http://ok100.github.io/lyvi/
Category: multimedia
Licenses: WTFPLv2
Submitter: OK100
Maintainer: OK100
Last Packager: OK100
Votes: 14
First Submitted: 2012-07-06 05:27
Last Updated: 2014-06-21 09:58

Dependencies (8)

Required by (0)

Sources

Latest Comments

Comment by hawk07

2015-06-12 17:28

Does not work. People use master branch, instead of 2.0.0

Comment by devzero

2014-08-25 21:24

Sorry, I get errors when trying to build this. I also tried the non-git version of the package and had the same problem.

$ makepkg -s
...
==> Starting package()...
Traceback (most recent call last):
File "setup.py", line 1, in <module>
from setuptools import setup
TypeError: source code string cannot contain null bytes
==> ERROR: A failure occurred in package().
Aborting...

Comment by stormdragon2976

2014-04-26 03:43

I'm not sure how to fix this, I tyhink a package may be missing from depends. Here's the error:
Traceback (most recent call last):
File "/usr/bin/lyvi", line 5, in <module>
from pkg_resources import load_entry_point
File "/usr/lib/python3.4/site-packages/pkg_resources.py", line 2749, in <module>
working_set = WorkingSet._build_master()
File "/usr/lib/python3.4/site-packages/pkg_resources.py", line 444, in _build_master
ws.require(__requires__)
File "/usr/lib/python3.4/site-packages/pkg_resources.py", line 725, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python3.4/site-packages/pkg_resources.py", line 628, in resolve
raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: plyr

Comment by breed808

2014-03-05 11:48

Needs python-pip added as a dependency

Comment by unlucu

2013-10-01 08:09

A patch is needed due to replacement of python2-imaging with python2-pillow. Line containing "import Image" must be converted to "from PIL import Image". Then it works otherwise command gives import error.