Commit Graph
35 Commits
Author SHA1 Message Date
Klaas van Schelven 8b04f2486e pythonPackages.bravado-core: init at 5.16.1 2020-03-13 13:12:07 -07:00
Klaas van Schelven 256a07d3fb pythonPackages.grpcio: remove vanschelven from maintainers 2020-02-26 12:13:33 -08:00
Klaas van Schelven 7db11155d0 pythonPackages.grpcio-tools: remove vanschelven from maintainers 2020-02-26 12:13:33 -08:00
Klaas van Schelven 3cef56f8d7 pythonPackages.googleapis-common-protos: remove vanschelven from maintainers 2020-02-26 12:13:33 -08:00
Klaas van Schelven 606253bee7 pythonPackages.google-cloud-speech: remove vanschelven from maintainers 2020-02-26 12:13:33 -08:00
Klaas van Schelven 1b56c10792 pythonPackages.google-cloud-core: remove vanschelven from maintainers 2020-02-26 12:13:33 -08:00
Klaas van Schelven 17c3ed4d30 pythonPackages.google-auth: remove vanschelven from maintainers 2020-02-26 12:13:33 -08:00
Klaas van Schelven 2358ecf252 pythonPackages.google-api-core: remove vanschelven from maintainers 2020-02-26 12:13:33 -08:00
Klaas van Schelven 1b79fb8c94 readline: remove vanschelven from maintainers 2020-02-26 12:13:33 -08:00
Klaas van Schelven efa25157e9 pythonPackages.swagger-spec-validator 2.4.3 -> 2.5.0
Includes various upstream fixes of the tests, see

* https://github.com/Yelp/swagger_spec_validator/pull/117
* https://github.com/Yelp/swagger_spec_validator/pull/121
2020-02-25 14:11:41 +01:00
Klaas van Schelven c597007cce python.pkgs.httpretty: disable flaky test
As noted upstream: https://github.com/gabrielfalcao/HTTPretty/issues/376
2020-02-22 18:38:21 -08:00
Klaas van Schelven e2b348defe pythonPackages.pytest-flask: init at 0.15.0 2019-07-11 14:43:19 +02:00
Klaas van Schelven a5b4ebd47f pythonPackages.swagger-spec-validator: init at 2.4.3 2019-07-11 08:26:33 -04:00
Klaas van Schelven edd017cc61 pythonPackages.flask-swagger-ui: init at 3.20.9 2019-07-11 14:19:36 +02:00
Klaas van Schelven 535b2d71bc python: python-redis-lock: init at 3.3.1 2019-06-09 21:44:52 +02:00
Klaas van Schelven fcf7cacb94 pythonPackages.strict-rfc3339: init at 0.7 2019-06-05 18:45:11 -04:00
Klaas van Schelven 927e9d4ff2 python: sh: fix (patch a test to be able to install again)
See https://github.com/amoffat/sh/pull/468
2019-06-05 17:12:27 +02:00
Klaas van Schelven 9ed7c047b8 pythonPackages.rfc3987: init at 1.3.8 2019-06-05 09:59:01 +02:00
Klaas van Schelven 35442093e1 pythonPackages.flask-swagger: init at 0.2.14 2019-06-04 17:14:24 +02:00
Klaas van Schelven 1549c0a95c nvie/vim-flake8: init at 2018-09-21 2018-10-03 17:03:31 +02:00
Klaas van Schelven 1499c812a1 readline70: 7.0.3 -> 7.0.5 (#41493) 2018-06-05 19:54:13 +00:00
Klaas van Schelven 3a180b0918 google_cloud_speech: init at 0.30.0 2017-12-20 23:50:31 +01:00
Klaas van Schelven ebec27baa1 google_gax: init at 0.15.16 2017-12-20 23:49:56 +01:00
Klaas van Schelven 32e9d32be5 google_cloud_core: init at 0.28.0 2017-12-20 23:48:57 +01:00
Klaas van Schelven 1672631932 google_api_core: init at 0.1.2 2017-12-20 23:47:52 +01:00
Klaas van Schelven df69f446a8 grpcio: init at 1.7.3 2017-12-20 23:46:51 +01:00
Klaas van Schelven 388c119d0b google_auth: init at 1.2.1 2017-12-20 23:45:36 +01:00
Klaas van Schelven 9cf561a90e googleapis_common_protos: init at version 1.5.3 2017-12-20 23:44:21 +01:00
Klaas van Schelven b20916bd98 documentation: cross-compilation - partial rewrite 2017-11-09 13:44:03 +01:00
Klaas van Schelven 50d36558a4 PyBrain: Mark as broken
It's broken on all versions of Python (I've tried 2.7, 3.4, 3.5, 3.6)

I think the root cause is that PyBrain is not working with numpy >= 1.12.0 as I reported here:
https://github.com/pybrain/pybrain/issues/217

(The relevant release notes may be found here):
https://docs.scipy.org/doc/numpy-1.12.0/release.html#compatibility-notes

The PyBrain github repo does not seem very active (last commit 18 months ago, last release 3 years),
so I have some doubts as to whether this will be fixed any time soon.

I suppose an alternative solution could be to reintroduce the explicit dependency to numpy 1.11. But,
this is not entirely trivial: in c9b4a2f319, the versions 1.10, 1.11, 1.12 were folded into a single version.
Also, the numpy dependency is not a direct one, but is implied via scipy
2017-09-13 09:08:34 +02:00
Klaas van Schelven bdb120c21e python.pkgs.recaptcha-client: disable broken versions
It seems that the recaptcha-client package is no longer maintained.

* The latest released version (1.0.6) is from the year 2011;
* The project page does not mention which Python versions are supported
* The project is hosted on google code, which is discontinued

I was able to succesfully build with Python versions 3.3, 3.4, but not
3.5, 3.6.
2017-09-11 19:43:08 +01:00
Klaas van Schelven 6e6a3c9ba5 andviro/flake8-vim: init at 2017-02-17 2017-09-11 13:49:36 +02:00
Klaas van Schelven 70fe7ed01e python-simple-hipchat: 0.1.0 => 0.4.0
0.1.0 does not work on Python 3 but versions >= 0.2 do.
2017-09-10 15:20:41 +02:00
Klaas van Schelven 3c65062a43 bash: cleanup unused file
The only usage location was removed in f803270b7e
Grepping for bash-4.3 yields no results
2017-08-18 12:36:30 +03:00
Klaas van Schelven 53d67bcc26 readline 7.0 -> 7.0.3
Discussion: https://groups.google.com/forum/#!topic/nix-devel/agupzdm352Q
2017-08-18 08:55:44 +02:00