Initial support for github downloads.

Right now, it just handles ebuilds using mirror://github.
This commit is contained in:
Michał Górny
2012-06-14 12:33:55 +02:00
parent 8f1668b51e
commit 7cbe517a70
2 changed files with 53 additions and 2 deletions

View File

@ -1,6 +1,6 @@
from euscan.handlers import generic, php, pypi, rubygem, kde, cpan
from euscan.handlers import generic, php, pypi, rubygem, kde, cpan, github
handlers = [kde, php, pypi, rubygem, cpan, generic]
handlers = [kde, php, pypi, rubygem, cpan, github, generic]
def find_best_handler(cpv, url):