Ben Darwin
9b83c440f6
python3Packages.mayavi: build for Python 3 instead of Python 2
...
- switch from wxPython to Qt5
2020-04-14 12:43:56 -04:00
Marco Orovecchia
2467e22bdf
pythonPackages.HAP-python: init at 2.7.0
2020-04-10 13:03:28 -07:00
Marco Orovecchia
6e72b95a93
pythonPackages.aioharmony: init at 0.2.1
2020-04-10 12:17:42 -07:00
Marco Orovecchia
6fcf77e87a
pythonPackages.pynanoleaf: init at 0.0.5
2020-04-10 01:06:23 -07:00
Ben Darwin
0dd910d470
python3Packages.graspy: init at 0.2
2020-04-10 00:08:42 -07:00
Rakesh Gupta
6a6cb2bd70
pythonPackages.varint: init at 1.0.2
2020-04-09 10:16:08 -07:00
Rakesh Gupta
b1aca4f66a
pythonPackages.morphys: init at 1.0
2020-04-08 11:05:54 -07:00
Rakesh Gupta
9449ee6c01
pythonPackages.python-baseconv: init at 1.2.2
2020-04-08 10:49:38 -07:00
Jan Tojnar
af476597c0
python3.pkgs.libmodulemd: init bindings
2020-04-08 12:32:39 +02:00
Drew Risinger
42a1271047
pythonPackages.IBMQuantumExperience: remove deprecated package
...
Package was deprecated, and effectively replaced by
pythonPackages.qiskit-ibmq-provider.
2020-04-07 18:41:16 -07:00
Drew Risinger
0261e874d6
pythonPackages.ipyvuetify: init at 1.2.2
2020-04-07 18:41:16 -07:00
Drew Risinger
2e231d51ec
pythonPackages.ipyvue: init at 1.3.1
2020-04-07 18:41:16 -07:00
Matthias Beyer
e4a7fe8f4b
python3Packages.flask-reverse-proxy-fix: init at 0.2.1
...
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-04-07 12:18:22 -07:00
Maciej Krüger
4e71d7ed46
pythonPackages.pam: init at 1.8.4
2020-04-06 21:07:33 -07:00
Timo Kaufmann
ae55e4ec3b
Merge pull request #83447 from drewrisinger/dr-pr-python-qiskit-aqua
...
python3Packages.qiskit-aqua: init at 0.6.5
2020-04-06 17:47:31 +00:00
Drew Risinger
2553798f93
python3Packages.qiskit-aqua: init at 0.6.5
...
Qiskit Aqua: An extensible library of quantum computing algorithms.
This commit follows the new Qiskit scheme of breaking one large package
into smaller packages (terra, aer, etc), and then having a single
meta-package "qiskit" that comprises them.
2020-04-06 12:01:35 -04:00
Frederik Rietdijk
92124ed660
Merge master into staging-next
2020-04-03 21:54:40 +02:00
Jörg Thalheim
cd3d229eba
Merge pull request #83583 from colemickens/nixpkgs-ha-pkgs-alarmdecoder
...
pythonPackages.alarmdecoder: init at v1.13.9
2020-04-02 09:47:54 +01:00
Drew Risinger
543382d83c
pythonPackages.qiskit-ignis: init at 0.2.0
...
Qiskit Ignis is a toolbox for quantum hardware verification,
noise characterization, and error correction.
This commit follows the new Qiskit scheme of breaking one large package
into smaller packages (terra, aer, etc), and then having a single
meta-package "qiskit" that comprises them.
2020-04-01 09:49:29 -07:00
Jan Tojnar
dbb4a47de0
Merge branch 'staging-next' into staging
2020-03-31 21:33:00 +02:00
Jan Tojnar
3e0f4e202f
Merge branch 'master' into staging-next
2020-03-31 21:32:15 +02:00
Timo Kaufmann
aa304bb398
Merge pull request #83795 from risicle/ris-nghttp2-python
...
nghttp2: add python bindings as pythonPackages.nghttp2
2020-03-31 14:27:04 +00:00
Jörg Thalheim
5371ea9702
Merge pull request #83582 from colemickens/nixpkgs-ha-pkgs-roku
...
pythonPackages.roku: init at v4.1
2020-03-31 11:46:04 +01:00
Cole Mickens
ad65f60099
pythonPackages.alarmdecoder: init at v1.13.9
2020-03-31 07:46:44 +00:00
Matt Snider
c015badaa2
python3Packages.openwrt-luci-rpc: init at 1.1.2
2020-03-30 20:10:58 -07:00
Ben Darwin
4aaa18b64b
python3Packages.dcmstack: init at 0.8
2020-03-30 18:01:07 -07:00
Jonathan Ringer
915d58ba7c
python3Packages.subunit: fix build and add tests
2020-03-30 16:54:40 -07:00
Cole Mickens
53dc9d6751
pythonPackages.roku: init at v4.1
2020-03-30 21:22:36 +00:00
Frederik Rietdijk
46ec52f329
buildPython*: use pname
2020-03-30 17:07:41 +02:00
John Ericson
1fa310549c
Merge remote-tracking branch 'upstream/master' into add-tensorflow-2
2020-03-30 13:59:16 +00:00
Timo Kaufmann
a730888ce0
python.pkgs.tensorflow{,-bin,-estimator,-tensorboard}-2: Init at 2.1.0
...
Major breaking change from 1.x, so treating keeping both versions for now.
(adapted from 33f11be707
)
(adapted from 9e8dea7986
)
2020-03-30 13:58:28 +00:00
Robin Gloster
d6fa642608
Merge pull request #81161 from wedens/libvirt-6.0.0
...
libvirt: 5.4.0 -> 6.1.0
2020-03-30 13:19:00 +00:00
Robert Scott
959e9244d9
nghttp2: add python bindings as pythonPackages.nghttp2
...
it's tricky to enable in nghttp2's default build, however, because it needs
to be usable by curl, a very core nix package, and we get cyclical
dependencies if we add python to its requirements. having it available as
a separate build is better than nothing, though.
2020-03-29 22:32:26 +01:00
Jörg Thalheim
10059e4b71
Merge remote-tracking branch 'upstream/master' into HEAD
2020-03-29 14:08:10 +01:00
Rakesh Gupta
95e15a991a
pythonPackages.variants: init at 0.2.0
2020-03-29 14:24:08 +02:00
Frederik Rietdijk
a36be028f5
Merge staging-next into staging
2020-03-28 21:15:15 +01:00
Cole Mickens
4366b198d7
pythonPackages.bravia-tv: init at 1.0.1
2020-03-28 08:08:36 +00:00
Jörg Thalheim
dc0d45999a
Merge pull request #82866 from Mic92/home-assistant
...
home-assistant: 0.106.6 -> 0.107.7
2020-03-28 06:51:58 +00:00
Andreas Rammhold
6c7b2ac58e
pythonPackages.tensorflow-estimator_1_15_1: init at 1.15.1
...
TF 1.15 still needs an older version of the tensorflow-estimator
package.
(cherry picked from commit c539f937c5
)
2020-03-28 03:05:54 +00:00
Jörg Thalheim
0d0a9776a2
python3.pkgs.pycognito: init at 0.1.2
2020-03-28 02:29:59 +00:00
Jörg Thalheim
49e252a46c
python3.pkgs.ciso8601: init at 2.1.3
2020-03-28 02:29:58 +00:00
Ben Darwin
17611f14c2
python3Packages.dipy: init at 1.1.1
2020-03-27 14:43:56 -07:00
Drew Risinger
1b87322620
pythonPackages.qiskit-aer: init at 0.4.1
...
Qiskit Aer - High performance simulators for Qiskit.
This commit follows the new Qiskit scheme of breaking one large package
into smaller packages (terra, aer, etc), and then having a single
meta-package "qiskit" that comprises them.
2020-03-27 13:15:54 -07:00
Constantine Glen Evans
59fbc7acba
gwyddion: 2.48 -> 2.55 (and add options)
...
Gwyddion has a large number of optional dependencies. In this update,
those dependencies have been added with options set mostly to true,
and an option (default false) for working Python 2.7 support in the
program and in Python has been added. I have also added myself as a
maintainer as no maintainer is currently set.
2020-03-27 10:56:00 -07:00
Tony Olagbaiye
ab84ce815d
python3Packages.libfdt: fix python build
2020-03-27 10:34:11 -07:00
Benjamin Hipple
f5ffd143d6
python2Packages.pytest-faulthandler: remove package
...
This has been upstreamed into pytest itself as of pytest 5.0, which we have:
https://github.com/pytest-dev/pytest-faulthandler
Since it should no longer be used, let's remove from nix.
2020-03-26 22:14:13 -07:00
Matthieu Coudron
ede6944f4f
Merge pull request #83389 from jonringer/add-xdg
...
python3Packages.xdg: init at 4.0.1
2020-03-26 20:09:45 +01:00
Drew Risinger
532e0890b4
pythonPackages.qiskit-ibmq-provider: init at 0.4.5
...
Qiskit Provider for accessing the quantum devices and simulators at IBMQ.
Requirement of qiskit package.
2020-03-26 10:38:27 -07:00
Niklas Hambüchen
0bc0823ff7
Merge pull request #83144 from nh2/conan-1.23.0
...
Conan 1.23.0
2020-03-26 15:55:39 +01:00
Jonathan Ringer
44df87416d
python3Packages.xdg: init at 4.0.1
2020-03-25 17:11:45 -07:00