Package Details: anigrate-git 1.0.pre.r3.gf4c991b-1

Package Base: anigrate-git
Description: Simple CLI watch list manager for anime and tv series (development version)
Upstream URL: http://anigrate.glacicle.com/
Category: multimedia
Licenses: custom: WTFPL
Submitter: None
Maintainer: None
Last Packager: None
Votes: 3
First Submitted: 2010-01-08 23:49
Last Updated: 2014-02-08 14:59

Required by (0)

Sources

Latest Comments

Comment by carstene1ns

2014-02-08 15:01

Adopted and updated to latest package standards:
- using python2 deps
- arch set to any
- providing config file
Orphaning again.

Comment by w1ntermute

2012-10-27 19:42

The PKGBUILD needs to be modified so that the 'depends' entry 'python-pysqlite' is 'python2-pysqlite' instead.

Anonymous comment

2012-07-04 07:53

Series like Kämpfer or Ranma ½ have problems showing the list:
----------
Traceback (most recent call last):
File "/usr/bin/anigrate", line 2958, in <module>
main()
File "/usr/bin/anigrate", line 2940, in main
res = cmd(arg[1:], selector)
File "/usr/bin/anigrate", line 2527, in list
dispseries(sel)
File "/usr/bin/anigrate", line 1401, in dispseries
data['title'] = padstr(data['title'], 40)
File "/usr/bin/anigrate", line 1249, in padstr
string = str(string)
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe4' in position 1: ordinal not in range(128)
------------
The output is similar in both cases, just changing the last line.
Thanks.

Anonymous comment

2012-07-03 13:58

Sorry, don't know how I missed that for so long.

Comment by asch

2012-07-03 10:32

BUMP
This package needs update, like cmb writes bellow. Please update or disown, I can take this package.

Comment by cmb

2010-11-11 11:51

First, this needs an update for the Python 2-to-3 transition, I believe.
Also, please change the python-sqlalchemy dependency to python2-sqlalchemy,
since python-sqlalchemy is now the Python 3 package.
Thanks,
-- Chris