zimbatm
9494fdeeb3
Merge pull request #70327 from abbradar/synapse-plugins
...
Refactor Synapse plugins, add matrix-synapse-pam
2020-06-09 23:54:54 +02:00
Jonathan Ringer
7abf70b244
python2Packages.pillow: freeze at 6.2.2
2020-06-05 20:34:35 -07:00
Frederik Rietdijk
5f0bd4d70f
python3.pkgs.jupyter-sphinx: init at 0.2.4
2020-06-05 18:25:22 +02:00
Frederik Rietdijk
a4ed97daf0
pythonmagick -> python2.pkgs.pythonmagick
...
Python bindings should be in python-packages.nix.
2020-06-05 12:01:02 +02:00
Patrick Winter
259f344ae6
python27Packages.pytest-factoryboy: init at 2.0.3
2020-06-02 12:59:49 -07:00
Nikolay Amiantov
e5e4d387e1
pythonPackages.python-pam: init at 1.8.4
2020-06-01 10:08:02 +02:00
Frederik Rietdijk
c7d25a5db6
Merge master into staging-next
2020-05-29 17:05:38 +02:00
MetaDark
f3ee91d47e
pythonPackages.pytest-datadir: init at 1.3.1
2020-05-28 19:21:43 -07:00
MetaDark
db2ce6413e
python3Packages.pygls: init at 0.8.1
2020-05-28 19:21:43 -07:00
Vincent Haupert
354798437a
pythonPackages.hiyapyco: init at 0.4.16
2020-05-28 15:29:30 -07:00
Frederik Rietdijk
e27e3ae169
Merge master into staging-next
2020-05-28 22:03:48 +02:00
Dmitry Kalinkin
dba97ff6dd
Merge pull request #88015 from alexarice/agda-pkg-init
...
agda-pkg: init at 0.1.50
2020-05-28 12:32:34 -04:00
Martin Weinelt
92a7ae0a62
python3Packages.pygments-better-html: init at 0.1.4
2020-05-27 12:58:39 -07:00
Chris Ostrouchov
d190eca583
pythonPackages.duckdb: init at 0.1.7
2020-05-27 09:24:47 -07:00
Frederik Rietdijk
1b7204ab3c
Merge master into staging-next
2020-05-27 15:26:50 +02:00
Frederik Rietdijk
ef5faff8c6
python3Packages.h5netcdf: init at 0.8.0
2020-05-27 13:58:27 +02:00
Dmitry Kalinkin
5035c65a60
Merge pull request #88476 from veprbl/pr/rivet3
...
rivet: 2.7.2 -> 3.1.1
2020-05-26 15:52:08 -04:00
Benjamin Hipple
d3082a31cd
Merge pull request #87544 from bcdarwin/vtk-8
...
vtk: 7.1.1 -> 8.2.0
2020-05-26 00:24:28 -04:00
Ben Darwin
b20f22d4cd
python3Packages.pytorch-metric-learning: init at 0.9.81
2020-05-25 20:56:03 -04:00
Benjamin Hipple
cd9fb17b75
Merge pull request #76997 from bcdarwin/skorch
...
python3Packages.skorch: init at 0.8.0
2020-05-25 20:51:03 -04:00
Ben Darwin
710a48751a
skorch: init at 0.8.0
2020-05-25 20:31:11 -04:00
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
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
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
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