Commit Graph

73887 Commits

Author SHA1 Message Date
Matthew Harm Bekkema
2cbb2590aa internetarchive: Provide setuptools at runtime
Since commit f7e28bf5d8 ("Split
buildPythonPackage into setup hooks"), the `ia` command provided by this
package has crashed with the error:

    Traceback (most recent call last):
      File "/nix/store/7n1jf081h0qnj82m2s69mxzj02zf746f-python3.7-internetarchive-1.8.1/bin/.ia-wrapped", line 7, in <module>
        from internetarchive.cli.ia import main
      File "/nix/store/7n1jf081h0qnj82m2s69mxzj02zf746f-python3.7-internetarchive-1.8.1/lib/python3.7/site-packages/internetarchive/cli/__init__.py", line 27, in <module>
        from internetarchive.cli import ia, ia_configure, ia_delete, ia_download, ia_list, \
      File "/nix/store/7n1jf081h0qnj82m2s69mxzj02zf746f-python3.7-internetarchive-1.8.1/lib/python3.7/site-packages/internetarchive/cli/ia.py", line 60, in <module>
        from pkg_resources import iter_entry_points, DistributionNotFound
    ModuleNotFoundError: No module named 'pkg_resources'

This commit fixes that by adding `setuptools` (which contains the
'pkg_resources' module) to `propagatedBuildInputs`.
2019-12-11 16:51:12 +01:00
Ryan Mulligan
74d520edd9
Merge pull request #75251 from r-ryantm/auto-update/leatherman
leatherman: 1.9.0 -> 1.9.1
2019-12-11 06:21:58 -08:00
José Luis Lafuente
44fe29a624 clojure: 1.10.1.489 -> 1.10.1.492
Install again default deps.edn. deps.edn was embedded in clojure jar,
but that change was reverted, see
a34969513f

Update derivation to produce only one output. Multiple outputs was
introduced by #35140, but I don't think is necessary anymore.
2019-12-11 13:33:35 +01:00
Aaron Andersen
2891726da9
Merge pull request #75444 from etu/php74-zip
php74: Enable zip support
2019-12-11 06:20:52 -05:00
Vincent Laporte
2cf477f28d ocamlPackages.merlin: 3.3.2 → 3.3.3 2019-12-11 09:58:21 +01:00
worldofpeace
897a232d15
Merge pull request #75477 from andersk/testresources
pythonPackages.testresources: Move pbr to propagatedBuildInputs
2019-12-11 00:49:33 -05:00
Anders Kaseorg
1e09e64a73 pythonPackages.testresources: Move pbr to propagatedBuildInputs
Since testresources declares `Requires-Dist: pbr (>=1.8)` and imports
`pbr.version`, any user of testresources also needs to have pbr.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2019-12-10 21:43:38 -08:00
worldofpeace
58cf77fbee
Merge pull request #75043 from worldofpeace/webkitgtk-parallel
webkitgtk: cleanups
2019-12-10 23:52:50 -05:00
worldofpeace
c2ba06d09f webkitgtk: add gnome3 maintainers 2019-12-10 23:38:55 -05:00
worldofpeace
ed3ffa197d webkitgtk: use python3 2019-12-10 23:36:57 -05:00
worldofpeace
5a5f9dfa74 webkitgtk: nixpkgs-fmt 2019-12-10 23:36:57 -05:00
worldofpeace
249a489631 libindicate: remove 2019-12-10 22:41:24 -05:00
worldofpeace
48fdd1a255 matplotlib: remove optional gtk2 2019-12-10 22:40:45 -05:00
worldofpeace
7b206210f2 python3Packages.goocalendar: don't use pygtk
This doesn't even need this.
2019-12-10 22:38:21 -05:00
worldofpeace
f4119fffdd libsexy: remove
People have only been using this for the spell-entry widget, i.e even
hexchat just has the code vendored and are maintaining it themselves.

There is a continuation that could be packaged if anyone needs it
* https://github.com/TingPing/libsexy3
but currently no package within nixpkgs has a use for this.
2019-12-10 22:37:44 -05:00
R. RyanTM
8ecb7203f9 python38Packages.icalendar: 4.0.3 -> 4.0.4 2019-12-10 18:48:42 -08:00
R. RyanTM
49ee549934 python38Packages.azure-mgmt-recoveryservicesbackup: 0.4.0 -> 0.5.0 2019-12-10 18:28:21 -08:00
R. RyanTM
b03e1fe77b python38Packages.cassandra-driver: 3.19.0 -> 3.20.2 2019-12-10 18:27:51 -08:00
R. RyanTM
a91bf2a6b4 python38Packages.limnoria: 2019.09.08 -> 2019.11.09 2019-12-10 18:20:12 -08:00
R. RyanTM
a564393bdf python38Packages.simpleeval: 0.9.8 -> 0.9.10 2019-12-10 18:17:55 -08:00
R. RyanTM
942c6abb7d python38Packages.pikepdf: 1.6.5 -> 1.8.0 2019-12-10 18:17:15 -08:00
Mario Rodas
54f45ca8b8
Merge pull request #75337 from r-ryantm/auto-update/python3.8-colored
python38Packages.colored: 1.4.0 -> 1.4.1
2019-12-10 20:43:19 -05:00
Marek Mahut
e993cd56bb
Merge pull request #75369 from r-ryantm/auto-update/python3.8-soundfile
python38Packages.pysoundfile: 0.10.2 -> 0.10.3.post1
2019-12-10 22:45:12 +01:00
Ersin Akinci
ca6bbbb740 pythonPackages.mapbox: init at 0.18.0 2019-12-10 13:24:14 -08:00
Jonathan Ringer
a87c803cf9 python3Packages.docker: fix darwin tests 2019-12-10 13:16:51 -08:00
Jan Tojnar
4ee7f487fe
Merge pull request #75267 from r-ryantm/auto-update/liblouis
liblouis: 3.11.0 -> 3.12.0
2019-12-10 21:06:13 +01:00
Jonathan Ringer
430dc3b590 python3Packages.dask-ml: 1.0.0 -> 1.1.1
Also fix dependency issues
2019-12-10 10:51:57 -08:00
Elis Hirwing
9d71e7f1fb
php74: Enable zip support
This fixes #75427
2019-12-10 17:49:19 +01:00
Gabriel Ebner
5f1790101f Merge branch 'auto-update/libqalculate' 2019-12-10 17:38:25 +01:00
scalavision
38c7aa05ef mill: 0.5.2 -> 0.5.3 (#75423) 2019-12-10 15:40:05 +01:00
Frederik Rietdijk
f4bedb49b7 python.pkgs.nidaqmx: init at 0.5.7 2019-12-10 13:14:02 +01:00
Jörg Thalheim
e32aa7f763
Merge pull request #74776 from Mic92/hbmqtt
hbmqtt: fix tests
2019-12-10 10:16:13 +00:00
Peter Simons
9be0d6d4ae
Merge pull request #75021 from mnacamura/r-websocket
rPackages.websocket: fix build
2019-12-10 11:00:16 +01:00
Marek Fajkus
088550273b bs-platform: init at 6.2.1 2019-12-10 00:51:30 -08:00
Jonathan Ringer
92b775e19c aws-sam-cli: fix dependencies 2019-12-10 00:31:07 -08:00
Jonathan Ringer
c985dd737e python3Packages.jupyter-repo2docker: fix build 2019-12-10 00:20:03 -08:00
R. RyanTM
c27460fc5b python38Packages.nbdime: 1.0.7 -> 1.1.0 2019-12-09 23:56:56 -08:00
R. RyanTM
a09dd9baa8 python38Packages.astropy-healpix: 0.4 -> 0.5 2019-12-09 23:55:14 -08:00
R. RyanTM
00c9d6b710 python38Packages.pymupdf: 1.16.8 -> 1.16.9 2019-12-09 23:50:10 -08:00
R. RyanTM
01370e4a4c python38Packages.Rtree: 0.8.3 -> 0.9.1 2019-12-09 21:54:52 -08:00
Mario Rodas
286f43f93c
Merge pull request #75341 from r-ryantm/auto-update/python3.8-funcy
python38Packages.funcy: 1.13 -> 1.14
2019-12-10 00:50:28 -05:00
Mario Rodas
c7879c97e3
Merge pull request #75357 from r-ryantm/auto-update/python3.8-Wand
python38Packages.Wand: 0.5.7 -> 0.5.8
2019-12-10 00:44:58 -05:00
Mario Rodas
9527e915f1
Merge pull request #75370 from r-ryantm/auto-update/python3.8-pomegranate
python38Packages.pomegranate: 0.11.1 -> 0.11.2
2019-12-10 00:36:35 -05:00
Mario Rodas
467e9486e1
Merge pull request #75371 from r-ryantm/auto-update/python3.8-pyftdi
python38Packages.pyftdi: 0.30.3 -> 0.42.2
2019-12-10 00:35:49 -05:00
Mario Rodas
b457803067
Merge pull request #75340 from r-ryantm/auto-update/python3.8-ipdb
python38Packages.ipdb: 0.12.2 -> 0.12.3
2019-12-09 20:42:13 -05:00
R. RyanTM
5174b5f66f python38Packages.periodictable: 1.5.1 -> 1.5.2 2019-12-09 17:29:01 -08:00
Mario Rodas
14658e4387
Merge pull request #75366 from r-ryantm/auto-update/python3.8-shodan
python38Packages.shodan: 1.19.1 -> 1.20.0
2019-12-09 20:25:48 -05:00
Mario Rodas
ff5234847f
Merge pull request #75361 from r-ryantm/auto-update/python3.8-pythondialog
python38Packages.pythondialog: 3.4.0 -> 3.5.0
2019-12-09 20:18:43 -05:00
Mario Rodas
38a9a2a671
Merge pull request #75383 from r-ryantm/auto-update/rabbitmq-c
rabbitmq-c: 0.9.0 -> 0.10.0
2019-12-09 20:06:04 -05:00
Mario Rodas
cd9ace6892
Merge pull request #75362 from r-ryantm/auto-update/python3.8-phonenumbers
python38Packages.phonenumbers: 8.10.23 -> 8.11.0
2019-12-09 19:31:05 -05:00