Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#74978 - [python-internetarchive] drop depending on [python-args], [python-six]
Attached to Project:
Community Packages
Opened by Marcell Meszaros (MarsSeed) - Monday, 06 June 2022, 23:16 GMT
Last edited by Toolybird (Toolybird) - Monday, 18 July 2022, 22:17 GMT
Opened by Marcell Meszaros (MarsSeed) - Monday, 06 June 2022, 23:16 GMT
Last edited by Toolybird (Toolybird) - Monday, 18 July 2022, 22:17 GMT
|
DetailsDescription: It seems [python-internetarchive] does not need:
- the deprecated [python-args] (uses 'python-docopt' instead) - the old-Python-compatibility module [python-six] (it requires Python 3.7+, dropped compatibility with 3.0-3.6) In addition to the references below as evidence, I've succesfully built and ran this Python based CLI application without the two mentioned unneeded dependencies. References: * package version(s): - [python-internetarchive] 3.0.0 [community], 3.0.1 (latest version) * Python requirements ( Python >= 3.7 ): - https://pypi.org/project/internetarchive/ * Python module requirements: - https://github.com/jjjake/internetarchive/blob/v3.0.1/setup.cfg#L31 - https://github.com/jjjake/internetarchive/blob/v3.0.1/pex-requirements.txt |
This task depends upon