Adopted and updated to latest package standards:
- using python2 deps
- arch set to any
- providing config file
Orphaning again.
Search Criteria
Package Details: anigrate-git 1.0.pre.r3.gf4c991b-1
Package Actions
| 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: | |
| Submitter: | None |
| Maintainer: | None |
| Last Packager: | None |
| Votes: | 3 |
| First Submitted: | 2010-01-08 23:49 |
| Last Updated: | 2014-02-08 14:59 |
Latest Comments
Comment by carstene1ns
Comment by w1ntermute
The PKGBUILD needs to be modified so that the 'depends' entry 'python-pysqlite' is 'python2-pysqlite' instead.
Anonymous comment
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
Sorry, don't know how I missed that for so long.
Comment by asch
BUMP
This package needs update, like cmb writes bellow. Please update or disown, I can take this package.
Comment by cmb
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