Commit graph

15 commits

Author SHA1 Message Date
Mario Rodas 4a35529508 python38Packages.internetarchive: 2.0.2 -> 2.0.3 2021-05-21 04:20:00 +00:00
Mario Rodas a20d26806f
python38Packages.internetarchive: 1.9.9 -> 2.0.2 (#118779)
Co-authored-by: Fabian Affolter <fabian@affolter-engineering.ch>
2021-04-08 09:55:51 +02:00
Mario Rodas 3bfd05dc5d pythonPackages.internetarchive: 1.9.6 -> 1.9.9
https://github.com/jjjake/internetarchive/releases/tag/v1.9.9
2021-01-27 20:05:46 -08:00
R. RyanTM c07706efde python37Packages.internetarchive: 1.9.5 -> 1.9.6 2020-11-14 12:34:23 +00:00
Mario Rodas a4a1b25469
pythonPackages.internetarchive: 1.9.4 -> 1.9.5 (#100142) 2020-10-10 14:08:58 +00:00
Mario Rodas cd555fdab2 pythonPackages.internetarchive: 1.9.3 -> 1.9.4 2020-06-24 20:36:47 -07:00
Mario Rodas c831d1afc5 pythonPackages.internetarchive: add marsam to maintainers 2020-05-08 09:19:35 -07:00
Mario Rodas 8c1a2c154d pythonPackages.internetarchive: 1.9.0 -> 1.9.3 2020-05-08 09:19:35 -07:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Jonathan Ringer fff7aded42 python3Packages.internetarchive: make backports_csv universal dep 2019-12-24 15:52:23 -08:00
R. RyanTM 3070700726 python27Packages.internetarchive: 1.8.1 -> 1.9.0 2019-12-24 15:16:39 -08:00
Matthew Harm Bekkema 2cbb2590aa internetarchive: Provide setuptools at runtime
Since commit f7e28bf5d8 ("Split
buildPythonPackage into setup hooks"), the `ia` command provided by this
package has crashed with the error:

    Traceback (most recent call last):
      File "/nix/store/7n1jf081h0qnj82m2s69mxzj02zf746f-python3.7-internetarchive-1.8.1/bin/.ia-wrapped", line 7, in <module>
        from internetarchive.cli.ia import main
      File "/nix/store/7n1jf081h0qnj82m2s69mxzj02zf746f-python3.7-internetarchive-1.8.1/lib/python3.7/site-packages/internetarchive/cli/__init__.py", line 27, in <module>
        from internetarchive.cli import ia, ia_configure, ia_delete, ia_download, ia_list, \
      File "/nix/store/7n1jf081h0qnj82m2s69mxzj02zf746f-python3.7-internetarchive-1.8.1/lib/python3.7/site-packages/internetarchive/cli/ia.py", line 60, in <module>
        from pkg_resources import iter_entry_points, DistributionNotFound
    ModuleNotFoundError: No module named 'pkg_resources'

This commit fixes that by adding `setuptools` (which contains the
'pkg_resources' module) to `propagatedBuildInputs`.
2019-12-11 16:51:12 +01:00
Jörg Thalheim 42773b125b
internetarchive: 1.7.2 -> 1.8.1 2018-11-18 01:29:14 +00:00
Frederik Rietdijk ced21f5e1a pythonPackages: remove name attribute`
The `buildPython*` function computes name from `pname` and `version`.
This change removes `name` attribute from all expressions in
`pkgs/development/python-modules`.

While at it, some other minor changes were made as well, such as
replacing `fetchurl` calls with `fetchPypi`.
2018-06-23 18:14:26 +02:00
Samuel Leathers 80625b6012 internetarchive: 0.8.3 -> 1.7.2 2017-09-16 19:24:29 -04:00