Commit graph

19 commits

Author SHA1 Message Date
Julian Stecklina f0bdb5bd89 watson: fix build problem with click 8
pythonPackages brings click 8. Unfortunately, watson is not ready to
consume this library yet. Fix by explicitly pulling in click 7 as
dependency. See these upstream discussions:

https://github.com/TailorDev/Watson/issues/430
https://github.com/TailorDev/Watson/pull/432
2021-07-09 14:41:04 +02:00
Robert Schütz 882b692c4f python3Packages.arrow_1: merge into python3Packages.arrow
They are the same version.
2021-05-13 09:21:56 -07:00
Alvar Penning 0310818382 watson: 2.0.0 -> 2.0.1 2021-05-11 20:54:50 +02:00
Alvar Penning 6e7740fb0c watson: 1.10.0 -> 2.0.0
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-06 09:12:23 +02: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
Alvar Penning 0a53c6b565 maintainers: rename geistesk to oxzi
For reasons I have renamed my GitHub account and would like to include
this name change here.
2020-08-15 16:03:46 +02:00
Alvar Penning 7a53f9b096 watson: 1.9.0 -> 1.10.0 2020-07-19 14:19:10 +02:00
geistesk 1e3559fe19 watson: 1.8.0 -> 1.9.0
The src was switched to GitHub because PyPi does not contain all the
necessary test artefacts. Furthermore, a custom patch to support the
latest arrow version was added.
2020-06-07 21:12:21 +02:00
paumr 2d0a06377a watson: added bash/zsh completions 2020-04-28 08:46:48 +02:00
paumr 7c18590208 watson: format with nixpkgs-fmt 2020-04-28 08:40:36 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM 46b3bf07b2 watson: 1.7.0 -> 1.8.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/watson/versions
2019-09-29 03:42:12 -07:00
Nathan Yong 4976d7ec3f watson: use pytest for testing 2019-07-01 13:20:13 +10:00
Nathan Yong 50855c5141 watson: use expected pname in NixOS package 2019-07-01 13:18:56 +10:00
Nathan Yong f7710fdd8e watson: 1.5.2 -> 1.7.0 2019-07-01 12:25:43 +10:00
Frederik Rietdijk c6b3be2e9a watson: 1.4.0 -> 1.5.2, fix build with patch 2017-12-31 14:13:21 +01:00
Frederik Rietdijk ef4442e827 Python: replace requests2 with requests tree-wide
See f63eb58573

The `requests2` attribute now throws an error informing that `requests`
should be used instead.
2017-05-07 12:56:09 +02:00
Maximilian Güntner de53284cbd
watson: init at 1.4.0 2017-05-05 10:59:34 +02:00