finaly a small update. python2-distribute provides the setuptools and schould fix your (mythmon) problem.
Search Criteria
Package Details: episode-renamer-git 0.4.5-9
Package Actions
- View PKGBUILD
- Download tarball
- Search wiki
- Flagged out-of-date (2015-01-08)
| 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: | |
| Submitter: | None |
| Maintainer: | None |
| Last Packager: | None |
| Votes: | 7 |
| First Submitted: | 2010-09-20 16:03 |
| Last Updated: | 2010-12-25 17:14 |
Latest Comments
Anonymous comment
Comment by mythmon
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
Can't find a package 'setuputils' in core, extra, community or even in the AUR. I will test your diff.
Comment by mythmon
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
There are some problems with the BeautifulSoup version. Upstream is working on that and I removed it from the dept list.
Comment by LeCrayonVert
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
there is a small bug - i am working on it