|
f26add40c9
|
euscan: minor PEP8 fix
Signed-off-by: volpino <fox91@anche.no>
|
2013-02-23 12:29:04 +01:00 |
|
|
e249199cae
|
Fix issues raised in pull request #19
* Replace print/raise by eoutput usage.
* Fix scan_url function to properly format arguments of scan_pkg.
|
2012-11-30 23:39:25 +01:00 |
|
|
7e635b380f
|
Add gnome handler
|
2012-11-24 00:42:11 +01:00 |
|
|
df1da16e45
|
euscan/handlers: we need the file version
Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
|
2012-10-29 13:06:06 +01:00 |
|
|
565c5823c1
|
euscan: deb handler - adding support for Packages.gz or Packages.bz2 and version detection fix
Signed-off-by: volpino <fox91@anche.no>
|
2012-10-29 13:06:04 +01:00 |
|
|
056b00f709
|
euscan: Adding naive deb handler, TODO updated
Signed-off-by: volpino <fox91@anche.no>
|
2012-10-29 13:06:03 +01:00 |
|
|
d2433c1b3c
|
euscan: Adding freecode handler
Uses experimental remote-id "freecode"
Signed-off-by: volpino <fox91@anche.no>
|
2012-10-29 13:06:03 +01:00 |
|
|
60deecd853
|
euscan: Adding support for disabling handlers
Signed-off-by: volpino <fox91@anche.no>
|
2012-10-29 13:06:02 +01:00 |
|
|
9afb31fc65
|
euscan: fix #435118 and #435120
Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
|
2012-09-15 23:21:30 +02:00 |
|
|
519f335966
|
euscan: PEP8 compliant code
Signed-off-by: volpino <fox91@anche.no>
|
2012-08-15 15:37:55 +02:00 |
|
|
bbfcc3d6d5
|
euscan: misc fixes
Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
|
2012-08-15 11:04:29 +02:00 |
|
|
0124465806
|
euscan: Improving Berlios and Sourceforge handlers
Signed-off-by: volpino <fox91@anche.no>
|
2012-08-08 12:20:33 +02:00 |
|
|
d3de157a1b
|
euscan: Fixing wrong priority
Signed-off-by: volpino <fox91@anche.no>
|
2012-08-07 16:45:28 +02:00 |
|
|
a31b6fa4a8
|
euscan: Adding new handlers: google-code, berlios, sourceforge
Signed-off-by: volpino <fox91@anche.no>
|
2012-08-07 16:42:27 +02:00 |
|
|
952d9505b2
|
euscan/euscawww: Removing unused imports, fixed some typos and PEP8 cleaning
Signed-off-by: volpino <fox91@anche.no>
|
2012-08-07 09:39:49 +02:00 |
|
|
aa966bf837
|
euscan: small handler fixes
Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
|
2012-08-07 08:44:26 +02:00 |
|
|
f37b9a7740
|
euscan/handlers: fix cpan version comparaisons
Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
|
2012-08-04 16:22:12 +02:00 |
|
|
8d91237988
|
euscan/handlers: rework handlers, better remote-id + watch support
Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
|
2012-08-03 21:50:54 +02:00 |
|
|
d262b935e6
|
euscan: hopefully better CPAN gentoo version mangling
Signed-off-by: volpino <fox91@anche.no>
|
2012-07-31 09:50:11 +02:00 |
|
|
c49914af23
|
euscan: fixed handler name with remote-id
Signed-off-by: volpino <fox91@anche.no>
|
2012-07-28 18:16:16 +02:00 |
|
|
326658acb9
|
euscan: confidence tweak in generic handler
Signed-off-by: volpino <fox91@anche.no>
|
2012-07-27 11:26:54 +02:00 |
|
|
35603fd704
|
euscan: Added remote-id handler
Signed-off-by: volpino <fox91@anche.no>
|
2012-07-26 17:46:53 +02:00 |
|
|
1835327d5c
|
euscan: Fixed typo
Signed-off-by: volpino <fox91@anche.no>
|
2012-07-26 14:50:47 +02:00 |
|
|
3ef800b68d
|
Merge branch 'master' of https://github.com/iksaif/euscan
Conflicts:
bin/euscan_patch_metadata
euscanwww/djeuscan/views.py
pym/euscan/handlers/__init__.py
pym/euscan/handlers/kde.py
pym/euscan/handlers/url/cpan.py
pym/euscan/handlers/url/generic.py
pym/euscan/handlers/url/github.py
pym/euscan/handlers/url/php.py
pym/euscan/handlers/url/pypi.py
pym/euscan/handlers/url/rubygem.py
pym/euscan/scan.py
Signed-off-by: volpino <fox91@anche.no>
|
2012-07-26 10:57:38 +02:00 |
|
|
12bf1fc75b
|
euscan: Redesigning the handlers layout
Signed-off-by: volpino <fox91@anche.no>
|
2012-07-26 10:44:10 +02:00 |
|
|
112313ab7f
|
euscan: generic handler fixes
* urljoin was broken with dirs ("http://site.com/lol" joined with "wat"
produces http://site.com/wat)
* fixed _v regex, don't match what is not needed
Signed-off-by: volpino <fox91@anche.no>
|
2012-07-25 16:53:17 +02:00 |
|
|
9f164ed22c
|
euscanwww: Removing useless stuff while creating watch tag
* Removing useless options or actions
* Fixing handling of substitution regex
Signed-off-by: volpino <fox91@anche.no>
|
2012-07-25 16:53:17 +02:00 |
|
|
e2890c6364
|
euscan: Added watch handler, fixed generic one
Signed-off-by: volpino <fox91@anche.no>
|
2012-07-25 16:53:17 +02:00 |
|
|
1cf5d0726a
|
euscan: handlers now use a Package object instead of cpv
Signed-off-by: volpino <fox91@anche.no>
|
2012-07-25 16:53:16 +02:00 |
|
|
21c6a9107d
|
euscan: generic handler fixes
* urljoin was broken with dirs ("http://site.com/lol" joined with "wat"
produces http://site.com/wat)
* fixed _v regex, don't match what is not needed
Signed-off-by: volpino <fox91@anche.no>
|
2012-07-25 10:44:15 +02:00 |
|
|
29101f88f8
|
euscanwww: Removing useless stuff while creating watch tag
* Removing useless options or actions
* Fixing handling of substitution regex
Signed-off-by: volpino <fox91@anche.no>
|
2012-07-25 10:19:27 +02:00 |
|
|
c35065e344
|
euscan: Added watch handler, fixed generic one
Signed-off-by: volpino <fox91@anche.no>
|
2012-07-24 17:48:20 +02:00 |
|
|
8e08b6a33b
|
euscan: handlers now use a Package object instead of cpv
Signed-off-by: volpino <fox91@anche.no>
|
2012-07-24 08:56:00 +02:00 |
|
|
d7bf130fda
|
euscan: minor fixes
Signed-off-by: volpino <fox91@anche.no>
|
2012-06-28 12:43:46 +02:00 |
|
|
b06965f386
|
euscan: plugin system for handlers
Signed-off-by: volpino <fox91@anche.no>
|
2012-06-28 11:08:05 +02:00 |
|
|
a3fe7a21e7
|
github: return the regular download URL instead.
|
2012-06-14 12:56:45 +02:00 |
|
|
7cbe517a70
|
Initial support for github downloads.
Right now, it just handles ebuilds using mirror://github.
|
2012-06-14 12:34:39 +02:00 |
|
|
5df28b028e
|
add support for Beautiful Soup 4
|
2012-06-08 00:18:59 -07:00 |
|
|
1efeee4134
|
euscan: added simple support to result confidence
Confidence values are meaningless at the moment. Need to fix it.
Signed-off-by: volpino <fox91@anche.no>
|
2012-05-23 16:44:44 +02:00 |
|
|
a18083bd98
|
euscan: json format output
Now "-f json" seems good, it supports the handler type used to retrieve
each version and outputs metadata.
Signed-off-by: volpino <fox91@anche.no>
|
2012-05-23 16:30:43 +02:00 |
|
|
373fba6e01
|
euscan: fixed patched versions issue
The old code extracted version 0.8.6.1 from buildbot-0.8.6p1 instead of
0.8.6_p1
Signed-off-by: volpino <fox91@anche.no>
|
2012-05-21 12:03:14 +02:00 |
|
|
8c91855a58
|
Lovely day for PEP8 and pylint!
|
2012-04-28 18:16:05 +02:00 |
|
|
6e0706d638
|
euscan: fix cpan version ordering
Signed-off-by: Corentin Chary <corentincj@iksaif.net>
|
2012-04-23 17:05:23 +02:00 |
|
|
b0ccdd2157
|
euscan: new cpan handler
Signed-off-by: Corentin Chary <corentincj@iksaif.net>
|
2012-04-20 17:27:16 +02:00 |
|
|
3da5fb5240
|
euscan: mangle versions the gentoo-way
Signed-off-by: Corentin Chary <corentincj@iksaif.net>
|
2012-04-19 15:36:44 +02:00 |
|
|
76a1121c9f
|
euscan: don't keep version from partial paths
Signed-off-by: Corentin Chary <corentincj@iksaif.net>
|
2012-03-28 09:09:08 +02:00 |
|
|
329b20fecf
|
euscan/rubygem: better gem detection
Signed-off-by: Corentin Chary <corentincj@iksaif.net>
|
2012-03-02 13:54:23 +01:00 |
|
|
df1d778365
|
euscan: add a quick /_rc/-rc/ hack
Signed-off-by: Corentin Chary <corentincj@iksaif.net>
|
2012-02-20 08:21:07 +01:00 |
|
|
72e43ac4fe
|
euscan: tweak error paths
Signed-off-by: Corentin Chary <corentincj@iksaif.net>
|
2012-01-02 21:31:05 +01:00 |
|
|
b78e73038d
|
euscan: add kde handler and fix some regex issues
Signed-off-by: Corentin Chary <corentincj@iksaif.net>
|
2011-12-30 11:34:39 +01:00 |
|