Commit graph

6 commits

Author SHA1 Message Date
Michael Weiss 2e1b91ed8e
python37Packages.goobook: Add the missing setuptools dependency
Querying resulted in the following error:

$ goobook query test
Traceback (most recent call last):
  File "/nix/store/y68w4wwx65yfck84vjsdvfwnii5594lc-python3.7-goobook-3.4/bin/.goobook-wrapped", line 7, in <module>
    from goobook.application import main
  File "/nix/store/y68w4wwx65yfck84vjsdvfwnii5594lc-python3.7-goobook-3.4/lib/python3.7/site-packages/goobook/application.py", line 18, in <module>
    import pkg_resources
ModuleNotFoundError: No module named 'pkg_resources'
2019-10-14 13:01:58 +02:00
R. RyanTM 9be4c678ff python37Packages.goobook: 3.3 -> 3.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-goobook/versions
2019-10-07 01:26:38 -07:00
Michael Weiss 805e89ce32 python3Packages.goobook: 3.1 -> 3.3
Unfortunately this package was unmaintained for years, which is why I
had to change quite some stuff (it's probably still not perfect) and set
myself as maintainer (replacing the existing ones, which maintained it
until version 1.9).
2018-12-27 21:15:05 +01:00
Orivej Desh 4f909b59b4 pythonPackages.goobook: fix build
Broken by e424952826 in #49741.
2018-12-26 02:52:28 +00:00
Frederik Rietdijk e424952826 python: goobook: 1.9 -> 3.1 2018-12-03 16:50:30 +01:00
Chris Ostrouchov 7300b2c714 pythonPackages.goobook: refactor move to python-modules 2018-10-18 11:02:23 +02:00