Commit graph

14118 commits

Author SHA1 Message Date
OmnipotentEntity aa3fcec6de python3Packages.arviz: init at 0.5.1 (#73988) 2019-12-11 19:50:27 -05:00
Mario Rodas 7825cde14d pythonPackages.send2trash: fix hash 2019-12-11 16:31:07 -08:00
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
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 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
Jonathan Ringer 430dc3b590 python3Packages.dask-ml: 1.0.0 -> 1.1.1
Also fix dependency issues
2019-12-10 10:51:57 -08: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
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 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
R. RyanTM 773fc7ece2 python38Packages.pyftdi: 0.30.3 -> 0.42.2 2019-12-09 07:47:15 -08:00
R. RyanTM 045132dc5e python38Packages.pomegranate: 0.11.1 -> 0.11.2 2019-12-09 07:25:28 -08:00
R. RyanTM 60e76c93c2 python38Packages.pysoundfile: 0.10.2 -> 0.10.3.post1 2019-12-09 07:20:07 -08:00
R. RyanTM 5294d2b512 python38Packages.shodan: 1.19.1 -> 1.20.0 2019-12-09 06:32:18 -08:00
R. RyanTM 6e5d43cc72 python38Packages.phonenumbers: 8.10.23 -> 8.11.0 2019-12-09 05:00:36 -08:00
R. RyanTM 875524df3d python38Packages.pythondialog: 3.4.0 -> 3.5.0 2019-12-09 04:49:50 -08:00
R. RyanTM 2932b28994 python38Packages.Wand: 0.5.7 -> 0.5.8 2019-12-09 04:13:04 -08:00
Mario Rodas fbdb23ea10
Merge pull request #75348 from r-ryantm/auto-update/python3.8-folium
python38Packages.folium: 0.10.0 -> 0.10.1
2019-12-09 07:01:36 -05:00
Mario Rodas cbcafdbf12
Merge pull request #75334 from r-ryantm/auto-update/python3.8-hvac
python38Packages.hvac: 0.9.5 -> 0.9.6
2019-12-09 06:15:53 -05:00
Mario Rodas 0116b35528
Merge pull request #75329 from r-ryantm/auto-update/python3.8-numericalunits
python38Packages.numericalunits: 1.23 -> 1.24
2019-12-09 06:15:22 -05:00
Mario Rodas 5d5998e08a
python3Packages.numericalunits: disable for python2 2019-12-09 04:20:00 -05:00
R. RyanTM 53f1a2b98c python38Packages.folium: 0.10.0 -> 0.10.1 2019-12-09 00:10:42 -08:00
R. RyanTM 2aa0666925 python38Packages.funcy: 1.13 -> 1.14 2019-12-08 21:24:18 -08:00
R. RyanTM 869d828fed python38Packages.ipdb: 0.12.2 -> 0.12.3 2019-12-08 21:00:54 -08:00
Mario Rodas c52661542c
Merge pull request #75332 from r-ryantm/auto-update/python3.8-apprise
python38Packages.apprise: 0.8.1 -> 0.8.2
2019-12-08 23:18:24 -05:00