Package Details: episode-renamer-git 0.4.5-9

Package Base: episode-renamer-git
Description: Episode renamer is a simple python script that renames folders of TV episode video files to their proper names.
Upstream URL: http://github.com/Tovok7/episode-renamer
Category: multimedia
Licenses: BSD
Submitter: None
Maintainer: None
Last Packager: None
Votes: 7
First Submitted: 2010-09-20 16:03
Last Updated: 2010-12-25 17:14

Dependencies (1)

Required by (1)

Sources

Latest Comments

Anonymous comment

2010-12-25 17:18

finaly a small update. python2-distribute provides the setuptools and schould fix your (mythmon) problem.

Comment by mythmon

2010-10-03 23:37

I apologize, "setuputils" is the wrong package. The package I meant was "extra/setuptools". Sadly I forgot to include that line in my patch.

Anonymous comment

2010-10-01 17:19

Can't find a package 'setuputils' in core, extra, community or even in the AUR. I will test your diff.

Comment by mythmon

2010-09-30 03:09

The package 'setuputils' should be added to the deplist. I also had a problem with a non-existant $_gitdir. The patch at [1] fixes both problems for me.

[1] http://gist.github.com/603955

Anonymous comment

2010-09-23 12:17

There are some problems with the BeautifulSoup version. Upstream is working on that and I removed it from the dept list.

Comment by LeCrayonVert

2010-09-21 09:58

Do you mean this bug ? :

Traceback (most recent call last):
File "/usr/bin/episoderenamer", line 5, in <module>
from pkg_resources import load_entry_point
File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 2607, in <module>
parse_requirements(__requires__), Environment()
File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 565, in resolve
raise DistributionNotFound(req) # XXX put more info here
pkg_resources.DistributionNotFound: BeautifulSoup==3.0.8.1

Anonymous comment

2010-09-20 20:52

there is a small bug - i am working on it