Sandro Jäckel
bdfaf83f76
pythonPackages.google-api-python-client: normalize package name
2021-03-06 00:02:06 +01:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed
2021-01-25 18:31:47 +01:00
Profpatsch
4a7f99d55d
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
2021-01-11 10:38:22 +01:00
Sandro Jäckel
48b7dc803e
pythonPackages.goobook: Switch to importsCheck
2020-12-02 20:20:41 +01:00
R. RyanTM
a1e8e2f09a
python37Packages.goobook: 3.5 -> 3.5.1
2020-12-01 22:53:11 -08:00
Michael Weiss
d2eb16cdf5
python3Packages.goobook: Generate and install the man page
2020-09-08 14:57:06 +02:00
Michael Weiss
9550ba71fa
python3Packages.goobook: 3.4 -> 3.5
2020-09-08 14:11:56 +02:00
Michael Weiss
0d1194704b
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.
2020-04-21 22:08:50 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
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