Commit graph

150417 commits

Author SHA1 Message Date
Frederik Rietdijk 8b4fe86b5d python: alerta-server: 6.7.3 -> 6.7.4 2019-02-17 14:40:55 +01:00
Frederik Rietdijk 9ed872ebe2 python: WazeRouteCalculator: 0.7 -> 0.7.2 2019-02-17 14:40:55 +01:00
Frederik Rietdijk 93452724bf python: Wand: 0.5.0 -> 0.5.1 2019-02-17 14:40:55 +01:00
Frederik Rietdijk 6f0555b030 python.pkgs: rename pytestflakes to pytest-flakes
to follow naming guideline
2019-02-17 14:40:55 +01:00
Frederik Rietdijk 9dc262c659 pants: mark as broken 2019-02-17 14:40:55 +01:00
Robert Schütz d35d7b3578 python3.pkgs.cherrypy: 18.0.1 -> 18.1.0 2019-02-17 14:40:54 +01:00
Robert Schütz 742fa0d741 python.pkgs.python-services: init at 1.3.1 2019-02-17 14:40:54 +01:00
Frederik Rietdijk ec552248f9 python.pkgs.pythonix: mark as broken 2019-02-17 14:40:54 +01:00
Frederik Rietdijk e722e0c6c1 python.pkgs.trollius: only for python 2 2019-02-17 14:40:54 +01:00
Frederik Rietdijk 9382d2ea76 python.pkgs.distro: mark as broken 2019-02-17 14:40:54 +01:00
Frederik Rietdijk 993bad1695 python.pkgs.qtawesome: fix build 2019-02-17 14:40:54 +01:00
Frederik Rietdijk 04f051d79f spyder: 3.2.8 -> 3.3.3 2019-02-17 14:40:54 +01:00
Frederik Rietdijk 1c9977c673 python.pkgs.wurlitzer: init at 1.0.2 2019-02-17 14:40:54 +01:00
Frederik Rietdijk a8b6bf3262 python.pkgs.datashape: mark as broken 2019-02-17 14:40:54 +01:00
Frederik Rietdijk d2c3fd5af0 Python: fix outfall after setting strictDeps = true; 2019-02-17 14:40:54 +01:00
Frederik Rietdijk 7397fa2a27 python.pkgs.partd: disable failing test 2019-02-17 14:40:53 +01:00
Frederik Rietdijk 96ff09a854 python.pkgs.murmurhash: fix build 2019-02-17 14:40:53 +01:00
Frederik Rietdijk 424dd6c1c5 python.pkgs.cypari2: fix build
after setting `strictDeps = true;`
2019-02-17 14:40:53 +01:00
Frederik Rietdijk 51e9723ba9 python.pkgs.qtconsole: distinguish between build and check inputs 2019-02-17 14:40:52 +01:00
Frederik Rietdijk 6bffe977fe python.pkgs.pyqt5: fix build 2019-02-17 14:40:52 +01:00
Frederik Rietdijk 5c7531872f python.pkgs.protobuf: fix build 2019-02-17 14:40:52 +01:00
Robert Schütz d3675b5f77 python.pkgs.kombu: add Pyro4 to checkInputs 2019-02-17 14:40:52 +01:00
Robert Schütz 8dcc98e80b python.pkgs.billiard: add psutil to propagatedBuildInputs 2019-02-17 14:40:52 +01:00
Robert Schütz e70cf2cd44 python.pkgs.portend: disable flake8 tests
They fail with many occurences of `E117 over-indented`.
2019-02-17 14:40:52 +01:00
Robert Schütz 50a85be787 python.pkgs.mutagen: fix tests with updated pycodestyle 2019-02-17 14:40:52 +01:00
Robert Schütz 47061712cf papis: fix build with recent python-slugify 2019-02-17 14:40:52 +01:00
Robert Schütz e2b68922f3 python.pkgs.pylibgen: no tests in tarball 2019-02-17 14:40:52 +01:00
Frederik Rietdijk 4256099a33 matplotlib: fix pkgconfig situation
We need pkgs.pkgconfig, and not pythonPackages.pkgconfig.
2019-02-17 14:40:51 +01:00
Frederik Rietdijk d40bd10e68 vulnix: ronn is a native build input 2019-02-17 14:40:51 +01:00
Frederik Rietdijk 0c3197ec08 Revert "python.pkgs.matplotlib: use pkgs.pkgconfig"
This reverts commit c78f98db56.
2019-02-17 14:40:51 +01:00
Spencer Baugh 46f2b49b44 pythonPackages.pkgconfig: use same setupHook as pkgconfig
This setupHook is necessary for actually using pkgconfig. Without this
setupHook, you need to put both pythonPackages.pkgconfig and pkgconfig
into your buildInputs, just to get the setuphook of the latter.

Previously, pythonPackages.pkgconfig depended on pkgconfig as a
propagatedBuildInput, so this setupHook was propagated down to
dependents. That was changed to a regular nativeBuildInput, so now
this setupHook change is necessary for packages to only depend on
pythonPackages.pkgconfig.

A possible alternative is extracting out a common pkgconfigHook
package and having both pythonPackages.pkgconfig and pkgconfig depend
on that with propagatedBuildInputs. That might be necessary to avoid
the buildHook running twice?
2019-02-17 14:40:51 +01:00
Frederik Rietdijk 50b1d64534 dosage: fix build 2019-02-17 14:40:51 +01:00
Frederik Rietdijk 6da810586d awscli: 1.16.90 -> 1.16.104 2019-02-17 14:40:51 +01:00
Robert Schütz a876267dee python.pkgs.praw: use pytest_3 2019-02-17 14:40:51 +01:00
Robert Schütz fc2a5acd03 python.pkgs.oauthlib: 2.0.0 -> 3.0.1 2019-02-17 14:40:51 +01:00
Robert Schütz 254099bf7d python.pkgs.virtualenv: rebase virtualenv-change-prefix.patch 2019-02-17 14:40:51 +01:00
Robert Schütz 45716f553d python.pkgs.aiodns: add typing to propagatedBuildInputs 2019-02-17 14:40:51 +01:00
Robert Schütz 9a36041027 python.pkgs.PasteDeploy: no tests in tarball 2019-02-17 14:40:50 +01:00
Robert Schütz 869d64e2d1 python.pkgs.hkdf: no tests in tarball 2019-02-17 14:40:50 +01:00
Robert Schütz 14e5af2aa7 python.pkgs.pytest-localserver: fix tests 2019-02-17 14:40:50 +01:00
Robert Schütz e68aa6b28f home-assistant: fix pinned dependencies' builds 2019-02-17 14:40:50 +01:00
Robert Schütz 114ffa3dd2 python.pkgs.requests_toolbelt: add meta.license 2019-02-17 14:40:50 +01:00
Robert Schütz a9c8616ce9 python.pkgs.requests_toolbelt: disable tests that access network 2019-02-17 14:40:50 +01:00
Robert Schütz 3c20d3c806 python.pkgs.txaio: use pytest_3
Otherwise, tests fail with
`Fixtures are not meant to be called directly, but are created
automatically when test functions request them as parameters.`
2019-02-17 14:40:50 +01:00
Robert Schütz 4dcbcbb46e python.pkgs.Mako: use pytest_3
With pytest_42, we get
`[pytest] section in setup.cfg files is no longer supported`.
2019-02-17 14:40:50 +01:00
Robert Schütz 904227c646 python.pkgs.pytest-timeout: fix tests 2019-02-17 14:40:50 +01:00
Robert Schütz d00bfba2d5 python.pkgs.parameterized: update dependencies 2019-02-17 14:40:49 +01:00
Robert Schütz 9f275067b3 borgbackup: use msgpack-python-0.5.6 2019-02-17 14:40:49 +01:00
Robert Schütz 1c0844f3f2 python.pkgs.whoosh: use pytest_3
With pytest_42, we get
`[pytest] section in setup.cfg files is no longer supported`.
2019-02-17 14:40:49 +01:00
Timo Kaufmann b8a299c910 python.pkgs.entrypoints: simplify tests
The upstream issue requiring one test to be disabled was fixed:
https://github.com/takluyver/entrypoints/issues/23
2019-02-17 14:40:49 +01:00