about summary refs log tree commit diff
path: root/pkgs/applications/office/watson
AgeCommit message (Collapse)AuthorFilesLines
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol1-1/+1
checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs.
2022-06-09watson: patch fixing shell completionSimon Kohlmeyer1-1/+10
2022-05-19watson: 2.0.1 -> 2.1.0Alvar Penning1-20/+5
This version bumps allows reverting the Click 7 override. <https://github.com/TailorDev/Watson/releases/tag/2.1.0>
2022-01-16python2.pkgs: move expressions into python2-modules/ folderFrederik Rietdijk1-1/+2
Another step in further separating python2 from python3.
2021-09-24watson: Install fish completions.puzzlewolf1-0/+1
2021-09-12watson: use packageOverridesRobert Schütz1-8/+7
2021-07-09watson: fix build problem with click 8Julian Stecklina1-2/+17
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-05-13python3Packages.arrow_1: merge into python3Packages.arrowRobert Schütz1-1/+1
They are the same version.
2021-05-11watson: 2.0.0 -> 2.0.1Alvar Penning1-2/+2
2021-04-06watson: 1.10.0 -> 2.0.0Alvar Penning1-8/+4
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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
2020-08-15maintainers: rename geistesk to oxziAlvar Penning1-1/+1
For reasons I have renamed my GitHub account and would like to include this name change here.
2020-07-19watson: 1.9.0 -> 1.10.0Alvar Penning1-13/+4
2020-06-07watson: 1.8.0 -> 1.9.0geistesk1-8/+18
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-04-28watson: added bash/zsh completionspaumr1-0/+7
2020-04-28watson: format with nixpkgs-fmtpaumr1-3/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-09-29watson: 1.7.0 -> 1.8.0R. RyanTM1-2/+2
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-07-01watson: use pytest for testingNathan Yong1-3/+1
2019-07-01watson: use expected pname in NixOS packageNathan Yong1-2/+3
2019-07-01watson: 1.5.2 -> 1.7.0Nathan Yong1-10/+3
2017-12-31watson: 1.4.0 -> 1.5.2, fix build with patchFrederik Rietdijk1-9/+18
2017-05-07Python: replace requests2 with requests tree-wideFrederik Rietdijk1-1/+1
See f63eb5857352705665411130d4f1638d55dd8c58 The `requests2` attribute now throws an error informing that `requests` should be used instead.
2017-05-05watson: init at 1.4.0Maximilian Güntner1-0/+27