Arch User Repository (AUR) lister
Add 'aur' module to swh-lister with data fixtures and tests. For now, origin url are package vcs (Git) url.
This commit is contained in:
parent
6a53a6ad06
commit
97b353bf0b
9 changed files with 518 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -56,6 +56,7 @@ setup(
|
|||
lister=swh.lister.cli
|
||||
[swh.workers]
|
||||
lister.arch=swh.lister.arch:register
|
||||
lister.aur=swh.lister.aur:register
|
||||
lister.bitbucket=swh.lister.bitbucket:register
|
||||
lister.cgit=swh.lister.cgit:register
|
||||
lister.cran=swh.lister.cran:register
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue