summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/goobook (follow)
Commit message (Expand)AuthorAgeFilesLines
* pythonPackages.google-api-python-client: normalize package nameSandro Jäckel2021-03-061-2/+2
* treewide: remove stdenv where not neededPavol Rusnak2021-01-251-1/+1
* treewide: with stdenv.lib; in meta -> with lib;•••Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix Profpatsch2021-01-111-2/+2
* pythonPackages.goobook: Switch to importsCheckSandro Jäckel2020-12-021-0/+4
* python37Packages.goobook: 3.5 -> 3.5.1R. RyanTM2020-12-011-2/+2
* python3Packages.goobook: Generate and install the man pageMichael Weiss2020-09-081-0/+7
* python3Packages.goobook: 3.4 -> 3.5Michael Weiss2020-09-082-40/+11
* python3Packages.google_api_python_client: 1.8.0 -> 1.8.1•••This contains a fix for the goobook build which would break due to this update. Michael Weiss2020-04-212-0/+35
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
* 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' Michael Weiss2019-10-141-2/+4
* 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 R. RyanTM2019-10-071-2/+2
* 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). Michael Weiss2018-12-271-22/+7
* pythonPackages.goobook: fix build•••Broken by e42495282650010acabaad76e5b7f27de4315665 in #49741. Orivej Desh2018-12-261-1/+2
* python: goobook: 1.9 -> 3.1Frederik Rietdijk2018-12-031-2/+2
* pythonPackages.goobook: refactor move to python-modulesChris Ostrouchov2018-10-181-0/+38