Commit Graph
11851 Commits
Author SHA1 Message Date
Benjamin Hipple 77eb712d50 Merge pull request #77281 from bcdarwin/python-livelossplot
python3Packages.livelossplot: init at v0.5.0
2020-05-25 20:15:52 -04:00
Markus Schmidl 7915115ae8 pythonPackages.lazy_import: init at 0.2.2 (#70921) 2020-05-25 17:37:52 +01:00
Jan Tojnar 0af23b05ab Merge pull request #75435 from Elyhaka/fprintd 2020-05-25 12:22:48 +02:00
Dmitry Kalinkin 9a2182eef6 rivet: 2.7.2 -> 3.1.1 2020-05-25 01:01:22 -04:00
Frederik Rietdijk bc2ed958fc pythonPackages.pyyaml_3: remove old unused version 2020-05-24 10:32:41 +02:00
Frederik Rietdijk c778596f56 Merge master into staging-next 2020-05-24 10:03:22 +02:00
Frederik Rietdijk bc3c3b4a59 pythonPackages.kicad: bindings to kicad
Add the Python bindings for kicad.

Following now functions

    $ nix run "(import ./. {}).python3.withPackages(ps: with ps; [ kicad  ])" -c python3 -c "import pcbnew"

Have not tested this any further.
2020-05-23 15:44:14 +02:00
Matt Huszagh dff4eac275 python3Packages.pyspice: init at 1.4.3 2020-05-23 06:34:17 -07:00
Frederik Rietdijk b34551384a Merge master into staging-next 2020-05-23 10:24:52 +02:00
Kevin Amado 17812e653d fluidasserts: 20.2.30165 -> deleted
- I no longer have time to maintain it and we've found another
  ways to ship it (with nix too, yay!) to our users
- I'll remove it here, at least many new nice packages were added
  to the community due thanks to this efforts
2020-05-19 16:41:26 -07:00
Elyhaka 8c9dc6df61 libpam-wrapper: init at 1.1.3 2020-05-19 14:02:39 +02:00
geistesk 738df6f54f pythonPackage.bleak: init at 0.6.2 2020-05-18 18:06:30 -07:00
geistesk fe7d3db9c6 pythonPackage.txdbus: init at 1.1.0 2020-05-18 18:06:30 -07:00
Jan Tojnar 7f40cfd97b Merge branch 'master' into staging-next 2020-05-18 21:09:27 +02:00
Nick Hu e729bd808d pythonPackages.libevdev: init at 0.7 2020-05-18 00:27:45 +01:00
Nick Hu b772cd3a0c pythonPackages.setuptools-lint: init at 0.6.0 2020-05-18 00:27:45 +01:00
Nick Hu b3499b7b40 pythonPackages.pynput: init at 1.6.8 2020-05-18 00:27:44 +01:00
Nick Hu 92570e6b4c pythonPackages.screeninfo: init at 0.6.5 2020-05-18 00:27:44 +01:00
Michael Lingelbach cf5dcbf49f Bump cudatoolkit in pycuda derivation, remove boost dependency 2020-05-17 13:45:16 -07:00
Alex Rice 80922cac34 ponywhoosh: init at 1.7.8 2020-05-17 11:16:34 +01:00
Doron Behar b3e7e67a5e vdirsyncer: Convert to a python module (#87865)
* vdirsyncer: standardize derivation

Use toPythonApplication and use callPackage from python-packages.nix.
Make vdirsyncerStable somewhat functional again, but mark it as broken
for Python 3.6 or higher.

* vdirsyncer: use buildPythonPackage as it's a package now

* vdirsyncer: move to python-modules/

* vdirsyncer: Move disabled logic into expression
2020-05-17 10:19:40 +02:00
Frederik Rietdijk 92a26320e7 Merge master into staging-next 2020-05-14 09:25:25 +02:00
Linus Heckemann db010c5537 Merge pull request #85687 from mayflower/privacyidea
Init privacyIDEA packages and modules
2020-05-13 09:08:57 +02:00
leo60228 109b400ec6 pythonPackages.unrpa: init at 2.3.0 2020-05-12 18:33:12 -07:00
Ben Darwin 5e716bf469 vtk: 7.1.1 -> 8.2.0
- also create vtk_7 as several packages don't build with 8.x:
  - itk5: vtkVersion.h header not found at compile time
  - ants: version in tree (2.2.0) is incompatible with 8.2
  - itk4: ants depends on both vtk and itk4, so use vtk_7
  - gdcm: vtk header issue
  - python3Packages.vtk: Python C API compilation error with Python 3.8

- upgrade vtkWithQt4 -> vtkWithQt5
2020-05-11 17:54:29 -04:00
Jonathan Ringer 065fd414b5 python2Packages.oauthlib: freeze py2 at 3.1.0
python 2 supported ended on master
2020-05-11 22:13:16 +02:00
Frederik Rietdijk 4125c1bcb2 pythonPackages.hypothesis_4: init
Still some packages that need 4 instead of 5.
2020-05-11 22:13:16 +02:00
Frederik Rietdijk a2c93555e7 pythonPackages.mock: have 3.0.5 for python 2, disable tests python 3
because of circular dependency.
2020-05-11 22:13:16 +02:00
Frederik Rietdijk ec411b6ed1 python2Packages.hypothesis: 4.41.0 -> 4.57.1 2020-05-11 22:13:15 +02:00
Frederik Rietdijk 4615bdaa9e python3.pkgs.flit-core: init at 2.3.0 2020-05-11 22:12:08 +02:00
luc65r d7c9582ba8 pythonPackages.playsound: init at 1.2.2 2020-05-10 22:22:30 +02:00
Gabriel Ebner 53df8b1a27 python3Packages.trimesh: init at 3.6.36 2020-05-10 19:05:55 +02:00
Ben Darwin 43d6898ea2 python3Packages.livelossplot: init at 0.5.0 2020-05-09 17:43:31 -04:00
Robin Gloster f1f0e82c50 privacyidea: address reviews 2020-05-09 12:11:44 +02:00
Thomas Desrosiers 05bcfa1820 safety-cli: init at 0.5.1 2020-05-08 09:23:18 -07:00
Thomas Desrosiers b6b2b3c979 python3Packages.dparse: init at 0.5.1 2020-05-08 09:23:18 -07:00
Griffin Smith 58ee17a508 pythonPackages.globre: init at 0.1.5
Disabled this on python >= 3.7, since the test suite fails, though I'm
sure if someone else wants it on a new python version the test suite
could be fixed.
2020-05-08 11:53:52 -04:00
Griffin Smith a48804d24b pythonPackages.aadict: init at 0.2.3 2020-05-08 11:53:52 -04:00
Ben Darwin d78ba41a56 python3Packages.ipydatawidgets: init at 4.0.1 2020-05-08 07:43:25 +02:00
Ben Darwin 7ecde8b92b python3Packages.traittypes: init at unstable-2019-06-23 2020-05-08 07:43:25 +02:00
Timo Kaufmann 1b8ceee71c python2.pkgs.jupyter_client: pin at 5.x
Version 6.x dropped python2 compatibility.
2020-05-08 07:22:16 +02:00
Ben DarwinandJon 81be227423 python3Packages.heudiconv: init at 0.8.0 (#86984)
* python3Packages.heudiconv: init at 0.8.0

*python3Packages.heudiconv: rfc 45, quote homepage

Co-authored-by: Jon <jonringer@users.noreply.github.com>
2020-05-07 11:30:16 -07:00
Daniel Goertzen 81bc4bb78a vispy: init at 0.6.4 2020-05-07 07:58:38 -05:00
Daniel Goertzen 5142e21492 freetype-py: init at 2.1.0.post1 2020-05-07 07:58:38 -05:00
Ben Darwin 34807336e8 python3Packages.dicom2nifti: init at 2.2.8 2020-05-06 13:36:03 -07:00
Ben Darwin 4e2322ae7a python3Packages.neo: init at 0.8.0 2020-05-06 09:47:34 -07:00
Frederik Rietdijk 6b889a6e52 python3Packages.mortgage: init at 1.0.5 2020-05-06 16:42:04 +02:00
Jonathan Ringer d8f894d9ae pythonPackages.pymssql: remove
has been abandoned upstream.
https://github.com/pymssql/pymssql
2020-05-05 15:58:40 -07:00
Pavol Rusnak 420124adf8 python: remove isPy33, isPy34 2020-05-04 18:49:45 -07:00
Jonathan Ringer 9d6d4f848b python3Packages.azure: remove, deprecated upstream
https://github.com/Azure/azure-sdk-for-python/issues/10646
2020-05-01 18:21:02 -07:00