Commits on Source (2)
-
Antoine Lambert authored
The CRAN lister improvements introduced in 91e4e33d originally used pyreadr to read a RDS file from Python instead of rpy2. As swh-lister was still packaged for debian at the time, the choice of using rpy2 instead was made as a debian package is available for it while it is not for pyreadr. Now debian packaging was dropped for swh-lister we can reinstate the pyreadr based implementation which has the advantages of being faster and not depending on the R language runtime. Related to swh/meta#1709.
4aee4da7 -
Nicolas Dandrimont authored4bcf4a41
Showing
- mypy.ini 3 additions, 3 deletionsmypy.ini
- requirements-swh.txt 1 addition, 1 deletionrequirements-swh.txt
- requirements.txt 1 addition, 1 deletionrequirements.txt
- swh/lister/cran/lister.py 10 additions, 21 deletionsswh/lister/cran/lister.py
- swh/lister/cran/tests/test_lister.py 36 additions, 31 deletionsswh/lister/cran/tests/test_lister.py
... | ... | @@ -5,10 +5,10 @@ iso8601 |
launchpadlib | ||
lxml | ||
psycopg2 | ||
pyreadr | ||
python_debian | ||
repomd | ||
requests | ||
rpy2 | ||
setuptools | ||
tenacity >= 6.2 | ||
testing.postgresql | ||
... | ... |