Commit Graph

10393 Commits

Author SHA1 Message Date
Profpatsch
f000c741a3 pythonPackages.b2sdk: init at 1.1.4 2020-09-21 13:39:37 +02:00
Doron Behar
d07100d89f python3Packages.crate: init at 0.24.0 2020-09-20 08:29:18 -07:00
Robert Scott
e61102d5c2 pythonPackages.acebinf: init at 1.0.2 2020-09-20 12:23:18 +01:00
Robert Scott
4543e54991 pythonPackages.pytabix: init at 0.1 2020-09-20 12:23:18 +01:00
Robert Scott
ccf4645500 pythonPackages.bwapy: init at 0.1.4 2020-09-20 12:23:18 +01:00
Gabriel Ebner
efa2089077
Merge pull request #89731 from doronbehar/jdk_rename 2020-09-20 11:07:55 +02:00
Ben Darwin
5315ce0e40 python3Packages.hyppo: init at 0.1.3 2020-09-19 20:38:05 -07:00
Martin Weinelt
d956ed6ac8 pythonPackages.yamlordereddictloader: init at 0.4.0 2020-09-19 20:27:11 -07:00
Martin Weinelt
278d069304 python3Packages.ntc-templates: init at 1.5.0 2020-09-19 20:27:11 -07:00
Martin Weinelt
6898bcff08 pythonPackages.textfsm: init at 1.1.1 2020-09-19 20:27:11 -07:00
Gabriel Ebner
a89d5a14af python3Packages.skein: use jre8 2020-09-19 14:16:58 +02:00
Frederik Rietdijk
c88f3adb17 pythonPackages: set qt version by overriding pkgs 2020-09-16 20:55:36 +02:00
Frederik Rietdijk
a4e50bb197 Revert "qutebrowser: use qt515 (#97586)"
We are not going to add parameters to `python-packages.nix`.
The proper way to do this is override Python, and pass in a
custom `pkgs`.

This reverts commit c1a0dfadea.
2020-09-16 20:29:23 +02:00
Keshav Kini
eabba0daf0 python36Packages.ipython: 7.17 -> 7.16.1 (downgrade)
IPython versions 7.17 and higher don't support Python 3.6 anymore, so
this commit adds back the old expression for 7.16.1 from before
ba1038a98b for use in python36Packages
only.

    nix-repl> :b python36.withPackages (ps: [ ps.ipython ])
    builder for '/nix/store/q8v4f89xwv35a3idb9z345z6n3nzfycb-python3.6-ipython-7.17.0.drv' failed with exit code 1; last 10 log lines:
      Python 3.5 was supported with IPython 7.0 to 7.9.
      Python 3.6 was supported with IPython up to 7.16.

      See IPython `README.rst` file for more information:

          https://github.com/ipython/ipython/blob/master/README.rst

      Python sys.version_info(major=3, minor=6, micro=12, releaselevel='final', serial=0) detected.
    cannot build derivation '/nix/store/mhpdarp18z6skzswrl7sbgzv8hr4gwih-python3-3.6.12-env.drv': 1 dependencies couldn't be built
    [0 built (1 failed)]
    error: build of '/nix/store/mhpdarp18z6skzswrl7sbgzv8hr4gwih-python3-3.6.12-env.drv' failed
2020-09-16 09:22:38 +02:00
Matt Votava
0051c0a4a5 pythonPackages.bcrypt: use 3.1.x for python older than 3.6 2020-09-15 11:48:41 -07:00
Robert Scott
58802bec5f
Merge pull request #97845 from risicle/ris-holidays-fix
pythonPackages.holidays: fix build by adding korean-lunar-calendar dependency
2020-09-14 22:28:14 +01:00
freezeboy
7849d11478 python3Packages.python-snap7: init 0.11 2020-09-13 10:28:12 -07:00
Robert Scott
c305f3fac3 pythonPackages.amply: init at 0.1.2 2020-09-13 13:22:53 +01:00
Matthieu Coudron
8d25f838d0
Merge pull request #97817 from dotlambda/zulip-terminal
zulip-term: init at 0.5.2
2020-09-12 17:00:02 +02:00
Robert Scott
cf5a892a24 pythonPackages.korean-lunar-calendar: init at 0.2.1 2020-09-12 14:44:16 +01:00
Robert Schütz
bc402f3e4d python.pkgs.urwid-readline: init at 0.11 2020-09-12 01:37:15 +02:00
Robert Schütz
c9c5be8a1e python.pkgs.zulip: init at 0.7.0 2020-09-12 01:37:06 +02:00
Matthew Bauer
59eecacd2d python3Packages.tensorflow: use cudatoolkit 11 2020-09-10 23:36:23 -05:00
Arnout Engelen
1e19d446bf python3Packages.tensorflow_2: 2.1.0 -> 2.3.0
Also:
- patch to remove scipy requirement
- add cuda to RPATH
- don’t include nvidia_x11 (This isn’t needed, we can get it from
/run/opengl-driver being in the RPATH.)

Co-authored-by: Arnout Engelen <arnout@bzzt.net>
Co-authored-by: Daniël de Kok <me@github.danieldk.eu>
2020-09-10 23:34:10 -05:00
Daniël de Kok
1839c5cd7b python3Packages.datasets: init at 1.0.0
This library provides open-access datasets an evaluation metrics for
natural language processing using PyTorch, TensorFlow, NumPy, and
Pandas.
2020-09-10 16:06:40 -07:00
Milan
c1a0dfadea
qutebrowser: use qt515 (#97586) 2020-09-10 09:28:30 +02:00
Edmund Wu
0f5c7d2bfb python3Packages.mistletoe: init at 0.7.2 2020-09-08 17:43:57 -07:00
Vincent Haupert
0e5657498d mitmproxy: convert to python3Packages 2020-09-08 10:40:22 -07:00
symphorien
5fc8ce0041
paperwork: use tesseract 4 (#97395)
it gives empirically better results
https://www.willus.com/k2pdfopt/help/ocr/eng_chi_tess4.png
2020-09-08 13:19:29 +02:00
Frederik Rietdijk
945fdbe1b9 pythonPackages.python-pam: remove duplicate package, fixes #97355 2020-09-08 08:13:04 +02:00
Thomas Tuegel
0b3cc29f09
Merge pull request #97242 from ttuegel/qt-5.15
Qt 5.15.0
2020-09-07 20:18:57 -05:00
Thomas Tuegel
e2585d78a9
shiboken2: pin to qt514 2020-09-07 14:07:42 -05:00
Thomas Tuegel
5a9ecfbeef
pyside2: pin to qt514 2020-09-07 14:04:35 -05:00
laikq
d4b6ea979a python: pyopengl-accelerate: init at 3.1.5 2020-09-07 10:49:24 -07:00
laikq
1f8f476ca2 python: rtmixer: init at 0.1.1 2020-09-07 10:49:24 -07:00
laikq
ec1f9624da python: pa_ringbuffer: init at 0.1.3 2020-09-07 10:49:24 -07:00
James ‘Twey’ Kay
0aa340b2fc imgsize: init at 2.1 2020-09-07 10:19:37 -07:00
Thomas Tuegel
8c3cef55c5
pivy: import soqt properly 2020-09-07 10:55:46 -05:00
Thomas Tuegel
e865c6ffcc
pivy: pin to qt514 2020-09-07 10:53:37 -05:00
Thomas Tuegel
a811e37d1c
roboschool: pin to qt514 2020-09-07 10:50:10 -05:00
Thomas Tuegel
3cbcc14eef pythonPackages: synchronize Qt 5 version 2020-09-07 08:06:47 -05:00
Thomas Tuegel
65b0805f8f pyqt5: Use Qt 5.14 2020-09-07 08:06:39 -05:00
Martin Weinelt
bf72d1bc7d
Merge pull request #97151 from jonringer/home_assistant_plugins
Home assistant plugins: pysqueezebox and yeelight
2020-09-06 02:20:43 +02:00
Jonathan Ringer
e3c26f8c0d python3Packages.zope_i18n: remove due to prolonged breakage 2020-09-04 12:38:45 -07:00
Jonathan Ringer
bd0b0d653c python3Packages.maildir-deduplicate: remove due to prolonged breakage 2020-09-04 12:38:38 -07:00
Jonathan Ringer
8833467efc python3Packages.libarchive: remove due to prolonged breakage 2020-09-04 12:38:38 -07:00
Jonathan Ringer
bbeab7d50e python3Packages.qutip: remove due to prolonged breakage 2020-09-04 12:38:38 -07:00
Jonathan Ringer
95996a837d python3Packages.pip2nix: remove 2020-09-04 12:38:38 -07:00
nyanloutre
ca7b509dff
pythonPackages.yeelight: init at 0.5.3 2020-09-04 12:26:28 -07:00
nyanloutre
14de1392aa
pythonPackages.pysqueezebox: init at 0.4.0 2020-09-04 12:25:43 -07:00
Vladyslav Burzakovskyy
a24cac67bd django-maintenance-mode: init at 0.14.0 2020-09-04 09:44:54 -07:00
Jonathan Ringer
fd45756014 python3Packages.azure-synapse-spark: init at 0.2.0 2020-09-03 23:35:08 -07:00
Jonathan Ringer
23ebed860a python3Packages.azure-synapse-accesscontrol: init at 0.2.0 2020-09-03 23:35:08 -07:00
Jonathan Ringer
e8306e3be9 python3Packages.azure-mgmt-synapse: init at 0.3.0 2020-09-03 23:35:08 -07:00
Joël Perras
653d9258f5 black-macchiato: init at 1.3.0
Adds the Python package `black-macchiato`, which allows the usage of
`black` for subsets of an entire file.
2020-09-03 12:32:43 -07:00
Frederik Rietdijk
30f07d1657 pythonPackages.dnspython: use 1.x for Python 2 2020-09-03 19:10:16 +02:00
Robert Scott
4e94600604 pythonPackages.mergedeep: init at 1.3.0 2020-09-02 15:07:05 -07:00
Robert Scott
ce47cdbeaf pythonPackages.asgi-csrf: init at 0.7 2020-09-02 15:07:05 -07:00
Robert Scott
e98facbda3 pythonPackages.httpcore: init at 0.10.2 2020-09-02 15:07:05 -07:00
kfollesdal
bf74036952 pythonPackages.databricks-connect: init at 7.1.0 2020-08-31 13:05:09 -07:00
Robert Scott
6bdad12b56 pythonPackages.keep: init at 2.9 2020-08-31 11:44:51 -07:00
Jonathan Ringer
5af6febf48 python3Packages.tornado_: restore pinned versions 2020-08-31 10:54:29 -07:00
Jonathan Ringer
2c0f6e554c python3Packages.pywbem: restore 2020-08-31 10:54:29 -07:00
Jonathan Ringer
3dcbac45ef python3Packages.pyqt5_with_qtwebkit: restore 2020-08-31 10:43:57 -07:00
Jonathan Ringer
d33f721ffa pythonPackages.boost: restore 2020-08-31 10:43:57 -07:00
Jonathan Ringer
6b23dc8f96 python-packages.nix: sort 2020-08-31 19:25:51 +02:00
Daniël de Kok
33b21aec60 pytorch-bin: init at 1.6.0 2020-08-30 11:12:16 -07:00
sternenseemann
65130398eb pythonPackages.afdko: init at 3.5.0 2020-08-30 10:17:23 -07:00
sternenseemann
e871d7ad35 pythonPackages.psautohint: init at 2.1.0 2020-08-30 10:17:23 -07:00
sternenseemann
40c0cde72e pythonPackages.ufoprocessor: init at 1.9.0 2020-08-30 10:17:23 -07:00
sternenseemann
34f05cf02f pythonPackages.mutatormath: init at 3.0.1 2020-08-30 10:17:23 -07:00
sternenseemann
03ac35ddf7 pythonPackages.ufonormalizer: init at 0.4.1 2020-08-30 10:17:23 -07:00
sternenseemann
5db55e5106 pythonPackages.fontparts: init at 0.9.2 2020-08-30 10:17:23 -07:00
sternenseemann
e591c63a4f pythonPackages.booleanoperations: init at 0.9.0 2020-08-30 10:17:23 -07:00
sternenseemann
fb67ae709f pythonPackages.defcon: init at 0.7.2 2020-08-30 10:17:23 -07:00
sternenseemann
61b57f0781 pythonPackages.fontmath: init at 0.6.0 2020-08-30 10:17:23 -07:00
sternenseemann
47addc60d5 pythonPackages.fontpens: init at 0.2.4 2020-08-30 10:17:23 -07:00
sternenseemann
5c000c1a03 pythonPackages.unicodedata2: init at 13.0.0-2 2020-08-30 10:17:23 -07:00
sternenseemann
c83ebad684 pythonPackages.zopfli: init at 0.1.6 2020-08-30 10:17:23 -07:00
sternenseemann
9388762bf7 pythonPackages.pytest-randomly: init at 3.4.1 2020-08-30 10:17:23 -07:00
Martin Weinelt
f31f620200 python3Packages.samsungtvws: init at 1.5.3 2020-08-29 17:37:55 -07:00
Martin Weinelt
60cb1123b2 pythonPackages.samsungctl: init at 0.7.1 2020-08-29 17:37:55 -07:00
Daniël de Kok
1beb19e39d python3Packages.mmh3: init at 2.5.1 2020-08-29 11:56:16 -07:00
Jan Tojnar
48413581b1 python3.pkgs.pyexcel-ods: init at 0.5.6 2020-08-29 10:20:47 -07:00
Jan Tojnar
9357dfc299 python3.pkgs.pyexcel-xsl: init at 0.5.8 2020-08-29 10:20:47 -07:00
Jan Tojnar
cadb4676c6 python3.pkgs.pyexcel: init at 0.6.4 2020-08-29 10:20:47 -07:00
Jan Tojnar
4bfca7c751 python3.pkgs.pyexcel-io: init at 0.5.20 2020-08-29 10:20:47 -07:00
Jan Tojnar
7e14da6138 python3.pkgs.lml: init at 0.9.0 2020-08-29 10:20:47 -07:00
Gabriel Ebner
e8482d86ff
Merge pull request #96608 from gebner/leanproject
mathlibtools: init at 0.0.10
2020-08-29 17:58:17 +02:00
Gabriel Ebner
c9bc95d613 python3Packages.pure-eval: init at 0.1.0 2020-08-29 16:41:44 +02:00
Gabriel Ebner
67a280c90b mathlibtools: init at 0.0.10 2020-08-29 15:49:43 +02:00
Frederik Rietdijk
54568a1bea pythonPackages.django_1_11: no longer supported 2020-08-29 14:46:45 +02:00
Frederik Rietdijk
42fa7a9108 pythonPackages: introduce top-level tornado_5 2020-08-29 14:34:54 +02:00
Daiderd Jordan
80dfc6dc3c python2.pkgs.ujson: use compatible version 2020-08-29 13:26:54 +02:00
Barry Moore
c4330a0ca0 pythonPackages.jupyterhub-tmpauthenticator: init at 0.6 2020-08-28 13:19:38 -07:00
Guillaume Desforges
0aaa78ad49 pythonPackages.pooch: init at 1.0.0 2020-08-27 13:37:49 -07:00
Frederik Rietdijk
52095e171f Merge master into staging-next 2020-08-27 08:36:41 +02:00
Barry Moore
a68011ec05 pythonPackages.jupyterlab-git: init at 0.20.0 2020-08-26 14:02:45 -07:00
Pamplemousse
b6fc6b38b7 python3Packages.pwntools: Allow to use any debugger
Signed-off-by: Pamplemousse <xav.maso@gmail.com>
2020-08-26 09:48:15 -07:00
Yevhen Shymotyuk
4a19316bfd python3Packages.pipx: init at 0.15.5.0 2020-08-26 01:20:19 -07:00
Frederik Rietdijk
b61ad0afc2 Merge master into staging-next 2020-08-26 08:42:36 +02:00
Drew Risinger
886a9bced5 python3Packages.yfinance: init at 0.1.54 2020-08-25 16:13:41 -07:00
Drew Risinger
9e8218bb25 python3Packages.multitasking: init at 0.0.9
Dependency for python3Packages.yfinance
2020-08-25 16:13:41 -07:00
Drew Risinger
5c60872dfb python3Packages.retworkx: 0.3.4 -> 0.4.0
Also compile from source using Rust. Now possible b/c pyo3/maturin
work on Rust stable.
2020-08-25 16:13:41 -07:00
Frederik Rietdijk
101501ec10 Merge staging-next into staging 2020-08-24 11:56:04 +02:00
Yevhen Shymotyuk
7becd9b2ef python3Packages.userpath: init at 1.4.1 2020-08-23 23:47:21 -07:00
Ben Darwin
6fdfeda8b1 python3Packages.test-tube: init at 0.7.5 2020-08-23 16:45:26 -07:00
Jan Tojnar
58377555ed
Merge branch 'staging-next' into staging 2020-08-23 02:18:27 +02:00
Jason O'Conal
88537e0c22 sabnzbd: 2.3.9 -> 3.0.1 2020-08-22 11:50:28 +09:30
Maxim Krivchikov
c8384cc8a5 pythonPackages.django-widget-tweaks: init at 1.4.8 2020-08-21 10:48:43 -07:00
Ben Darwin
7ab4ee9613 python3Packages.pytorch-lightning: init at 0.8.5 2020-08-21 10:43:35 -07:00
Maxim Krivchikov
2126015ad4 python3Packages.cucumber-tag-expressions: init at 3.0.0 2020-08-21 10:36:53 -07:00
worldofpeace
ab77cf8930
Merge pull request #93298 from alyssais/git-remote-hg
git-remote-hg: fix; refactor
2020-08-19 19:08:47 -04:00
Konstantinos Lambrou-Latreille
512825466d added rdflib-jsonld python package 2020-08-19 13:48:30 -07:00
Artturin
655ace454c xpybutil: init at 0.0.6 2020-08-19 12:34:35 -07:00
Martin Weinelt
e157891bc7 pythonPackages.mocket: init at 3.8.7 2020-08-18 14:17:37 -07:00
Roger Qiu
670c094af1 pythonPackages.aiojobs: init at 0.2.2 2020-08-17 20:18:51 -07:00
Florian Klink
d45c287d9a
Merge pull request #95580 from flokli/binwalk-visual-entropy-graphing
binwalk-full: enable visual entropy graphing (needs matplotlib)
2020-08-17 22:18:52 +02:00
Daniël de Kok
a470a23a77 python3Packages.finalfusion: init at 0.7.1 2020-08-17 12:29:16 -07:00
Frederik Rietdijk
7dba683656 Merge staging-next into staging 2020-08-17 17:51:54 +02:00
Frederik Rietdijk
f924dd2a64 pythonPackages.scipy_1_3: only for python 3 2020-08-17 14:50:54 +02:00
Tom Repetti
1b9acad10b python3Packages.svglib: init at 1.0.0 2020-08-17 00:10:58 -07:00
Jonathan Ringer
a704c777f9
python3Packages.pytest_xdist_2: init at 2.0.0, pin xdist_1 2020-08-16 18:02:06 -07:00
Jonathan Ringer
2b9faf7def
python3Packages.pytest_5: init at 5.4.3 2020-08-16 17:44:59 -07:00
Jonathan Ringer
1d62f35d58
python3Packages.hypothesis-auto: init at 1.1.4 2020-08-16 13:34:19 -07:00
Jonathan Ringer
a563ed4270
python3Packages.iniconfig: init at 1.0.1 2020-08-16 12:35:39 -07:00
Florian Klink
4cfcd2f9be binwalk-full: add matplotlib module
This is used for visual entropy graphing (`-E` argument)
2020-08-16 13:21:44 +02:00
Florian Klink
9489dcb7ba mathics: remove package definiton 2020-08-15 20:16:14 +02:00
Matías Lang
d00a690499 pythonPackages.nplusone: init at 1.0.0 2020-08-15 01:00:30 -07:00
Matías Lang
cf86eb8a2b pythonPackages.pytest-pythonpath: init at 0.7.3 2020-08-15 01:00:30 -07:00
Frederik Rietdijk
02b6ff65d2
Merge pull request #95477 from marsam/update-flexget
flexget: 3.1.59 -> 3.1.67
2020-08-15 09:09:59 +02:00
Frederik Rietdijk
49f4475307
Merge pull request #95305 from jonringer/remove-py35
python35: remove
2020-08-15 09:08:47 +02:00
freezeboy
ff8e1825ab librealsense,python3Packages.pyrealsense2: refactor to add cudaSupport and python bindings 2020-08-14 15:47:17 -07:00
Mario Rodas
294e42e595
python38Packages.flask-restx: init at 0.2.0 2020-08-13 23:22:00 -05:00
Jonathan Ringer
104cd996e1 python3Packages.caldavclientlibrary-asynk: remove due to prolonged breakage 2020-08-13 11:57:48 -07:00
Jonathan Ringer
a52e98a218 python3Packages.pybfd: remove due to prolonged breakage 2020-08-13 09:40:41 -07:00
Jonathan Ringer
91bec61635
python35: remove 2020-08-12 21:57:18 -07:00
Frederik Rietdijk
9c50cabc65 python.pkgs.poetry-core: init at 1.0.0a9 2020-08-11 20:41:35 +02:00
Frederik Rietdijk
f707715136 Merge master into staging-next 2020-08-11 10:26:35 +02:00
Matt Huszagh
2c71cf337a python3Packages.kinparse: init at unstable-2019-12-18 2020-08-10 22:45:54 -07:00
Arnout Engelen
481e804309 python3Packages.qreactor: init at 2018-09-29 2020-08-10 12:10:47 -07:00
Arnout Engelen
002077c0a6 pythonPackages.enamlx: init at 0.4.1 2020-08-10 12:10:47 -07:00
Arnout Engelen
8aa47c15cc pythonPackages.enaml: init at 0.11.2 2020-08-10 12:10:47 -07:00
Arnout Engelen
cb62bb38b2 python3Packages.bytecode: init at 0.11.0 2020-08-10 12:10:47 -07:00
Chris Ostrouchov
b1934ec6e9 pythonPackages.bash_kernel: refactor pinning bash package 2020-08-10 10:03:43 -07:00
Chris Ostrouchov
eacff247fd python3Packages.jupyter-c-kernel: init at 1.2.2 2020-08-10 10:03:43 -07:00
Chris Ostrouchov
2147589c7a pythonPackages.systemdspawner: init at 0.14 2020-08-10 10:03:43 -07:00
Jonathan Ringer
6f17a51e72 python2Packages.cryptography-vectors: pin at 2.9.2 2020-08-09 11:08:33 -07:00
Jonathan Ringer
22cc69ca01 python2Packages.cryptography: pin to 2.9.2 2020-08-09 11:08:33 -07:00
Elliott Villars
e449d07a26 pythonPackages.hdlparse: init at 1.0.4
Signed-off-by: Elliott Villars <elliottvillars@gmail.com>
2020-08-08 18:34:41 -07:00
Chris Ostrouchov
3f19239ee0 python3Packages.nix-kernel: init at 0.1 2020-08-08 18:16:36 -07:00
Martin Weinelt
069d28d326 pythonPackages.uvcclient: init at 0.11.0 2020-08-08 13:39:41 -07:00
Chris Ostrouchov
7b04c0ff13 pythonPackages.dask-gateway-server: init at 0.8.0 2020-08-08 13:33:03 -07:00
Chris Ostrouchov
050ab81b07 pythonPackages.dask-gateway: init at 0.8.0 2020-08-08 13:33:03 -07:00
Benjamin Hipple
aed5964378
Merge pull request #94920 from andersk/python-protobuf-default
pythonPackages.protobuf: Use default version of protobuf
2020-08-08 14:03:15 -04:00
Anders Kaseorg
3c375e0eb2 pythonPackages.protobuf: Use default version of protobuf
This has no current effect because pkgs.protobuf is pkgs.protobuf3_12,
but since we always want this to upgrade consistently with the default
version of protobuf, we might as well say so.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2020-08-07 23:12:29 -07:00
Chris Ostrouchov
dcde340519 pythonPackages.dockerspawner: init at 0.11.1 2020-08-08 08:06:11 +02:00
Chris Ostrouchov
99f6fe1548 pythonPackages.batchspawer: init at 1.0.0 2020-08-08 08:06:11 +02:00
Barry Moore
b794182cb2 pythonPackages.jupyter-telemetry: init at 0.1.0 2020-08-07 19:59:39 -07:00
Frederik Rietdijk
6a201763b4 Merge master into staging-next 2020-08-07 23:01:57 +02:00
Evan Stoll
2b09ecd168 pythonPackages.cot: init at 2.2.1 2020-08-07 10:10:03 -07:00
Mario Rodas
4b5bae260a python3Packages.itemloaders: init at 1.0.1 2020-08-06 23:03:45 -07:00
Vladimír Čunát
4fee273dda
Merge branch 'master' into staging-next 2020-08-06 11:41:44 +02:00
Christian Kauhaus
3d20d83dbf
Merge pull request #89271 from dpausp/eliot-tree
eliot-tree: init at 19.0.1
2020-08-05 15:09:48 +02:00
Frederik Rietdijk
834e04c474 Merge master into staging-next 2020-08-05 12:06:07 +02:00
Moritz Scheuren
ba61b43921 pythonPackage.liblarch: init at 3.0.1 2020-08-04 18:08:22 -07:00
Jonathan Ringer
0a2bebf78d python3Packages.towncrier: init at 19.2.0 2020-08-04 14:11:54 -07:00
Martin Weinelt
bee771f70d python3Packages.brother: init at 0.1.14 2020-08-04 13:11:19 -07:00
Martin Weinelt
786d9a39ac python3Packages.pytest-tornasync: init at 0.6.0.post2 2020-08-04 13:11:19 -07:00
Martin Weinelt
2ae6d1fed6 python3Packages.pytest-trio: init at 0.6.0 2020-08-04 13:11:19 -07:00
Vladimír Čunát
01c2ba8575
Merge branch 'staging-next' into staging 2020-08-04 21:38:08 +02:00
Frederik Rietdijk
26c481b435 Merge master into staging-next 2020-08-04 12:48:50 +02:00
Jan Tojnar
5b543ef214
Merge pull request #93011 from jtojnar/meson-0.55.0 2020-08-04 04:04:50 +02:00
Robert Scott
56f2d53f26 pythonPackages.bsdiff4: init at 1.2.0 2020-08-03 14:39:36 -07:00
Pavol Rusnak
64a8d0115b python3Packages.hwi: init at 1.1.2 2020-08-03 14:13:18 -07:00
Martin Weinelt
cd8dcb546a python3Packages.pyHS100: init at 0.3.5.1 2020-08-03 13:52:39 -07:00
Martin Weinelt
2db9d13de4 pythonPackages.click-datetime: init at 0.2 2020-08-03 13:52:39 -07:00
dpausp
37ee089855 eliot-tree: init at 19.0.1
dependencies:

* eliot: init at 1.12.0
2020-08-03 15:32:36 +00:00
Matt Wittmann
00501bd134 pythonPackages.vulture: init at 1.6 2020-08-01 21:05:55 -07:00
Martin Weinelt
929e79e6aa python3Packages.openwebifpy: init at 3.1.1 2020-08-01 18:55:53 -07:00
Martin Weinelt
806d2f3f1c python3Packages.async-upnp-client: init at 0.14.14 2020-08-01 18:50:04 -07:00
Martin Weinelt
32a3c9a220 python3Packages.python-didl-lite: init at 1.2.4 2020-08-01 18:50:04 -07:00
Martin Weinelt
1930604312 python3Packages.pyipp: init at 0.10.1
Also regenerate home-assistant component packages.
2020-08-01 18:01:14 -07:00
Martin Weinelt
25ac3f0f08 python3Packages.deepmerge: init at 0.1.0 2020-08-01 18:01:14 -07:00
Martin Weinelt
6c13b76481 pythonPackages.vcver: init at 0.2.10 2020-08-01 18:01:14 -07:00
Martin Weinelt
93540e9c34
Merge pull request #93821 from mweinelt/pyfritzhome
python3Packages.pyfritzhome: init at 0.4.2
2020-08-01 22:09:12 +02:00
Frederik Rietdijk
50c060d13d Merge master into staging-next 2020-08-01 19:37:20 +02:00
Sirio Balmelli
b14be7257a python3Packages.west: init at 0.7.2
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
Co-authored-by: Joh <jonringer@users.noreply.github.com>
2020-07-31 14:25:42 -07:00
Alexander Bantyev
6fb6633c47
Merge pull request #93792 from cab404/photon-utils
SL1ToPhoton: init at 0.1.3
2020-07-31 20:30:29 +03:00
Scott Worley
2f2954ccb1 pythonPackages.backoff: init at 1.10.0 2020-07-31 00:35:12 -07:00
Vladimír Čunát
60d89e5793
Merge branch 'master' into staging 2020-07-29 18:40:28 +02:00
Dominik Michael Rauh
5a680ef6d7 pythonPackages.webdavclient3: init at 3.14.5 2020-07-28 15:16:07 +02:00
Vladimir Serov
8a2175ba29
python3Packages.pyphotonfile: init at 0.2.1 2020-07-27 16:26:40 +03:00
Pavol Rusnak
331b6429d4
python3Packages.cirq: 0.8.0 -> 0.8.2 2020-07-26 15:45:48 +02:00
Pavol Rusnak
5aa7c0c825
protobuf: make 3.12.x default 2020-07-26 15:19:03 +02:00
Jan Tojnar
8935ddf8ca
Merge pull request #93817 from albakham/pkg/sublime-music 2020-07-25 23:40:15 +02:00
albakham
3dd951c50e
python3Packages.dataclasses-json: init at 0.5.1 2020-07-26 01:34:42 +04:00
albakham
d3fdd46b26
python3Packages.typing-inspect: init at 0.6.0 2020-07-25 19:30:24 +04:00
Martin Weinelt
d447d49b9f
python3Packages.pyfritzhome: init at 0.4.2 2020-07-25 15:59:29 +02:00
Jaka Hudoklin
fea9351d81
Merge pull request #92719 from pjjw/update/mongodb-42
mongodb: 4.0.12 -> 4.2.8
2020-07-24 20:15:29 +02:00
Peter Woodman
dbd0f3e957
mongodb: 4.0.12 -> 4.2.8
Not strictly an upgrade, but adds a new mongodb-4_2 target with the
current mongodb from that branch.

Use matching client and server versions in mongodb tests- tests were
using the mongo 3.4 client to connect, and this finally doesn't work
with server 4.2.

Per reviewer suggestion, adding myself as cheetah3 maintainer.

Additionally, reestore comments describing the purpose of the
build-dependencies patch
2020-07-24 11:44:16 -04:00
Wael Nasreddine
b30286c415
Merge pull request #85322 from Charg/add-terraform-compliance-pkg 2020-07-23 09:08:13 -07:00
Jan Tojnar
ce55b09ad5 python.pkgs.fontforge: disable with Python 2
Since the latest update, fontforge no longer supports building with Python 2. Let's prevent failing builds.
2020-07-23 08:14:28 +02:00
Ben Darwin
14feaae6fb python3Packages.ci-py: init at 1.0.0 2020-07-22 21:05:39 -04:00
Ben Darwin
87479d7d2a python3Packages.ci-info: init at 0.2.0 2020-07-22 20:29:00 -04:00
Florian Klink
3d50d643f9
Merge pull request #92786 from flokli/certbot-with-plugins
certbot: add certbot.withPlugins
2020-07-22 12:53:07 +02:00
Florian Klink
8ad62167e8 certbot: move to python package set, cleanup 2020-07-22 12:06:03 +02:00
Florian Klink
391a5fdc5b python-packages: fix trailing whitespaces 2020-07-22 12:04:26 +02:00
Mario Rodas
8329184680
Merge pull request #92389 from marsam/update-scrapy
pythonPackages.scrapy: 2.1.0 -> 2.2.0
2020-07-21 22:05:24 -05:00
Wael Nasreddine
a1556613bc
pythonPackages.radish-bdd: init at 0.13.2
Co-Authored-By: Chris <grkcharge@gmail.com>
2020-07-21 16:10:38 -07:00
Wael Nasreddine
d4dae82872
pythonPackages.tag-expressions: init at 1.1.0
Co-Authored-By: Chris <grkcharge@gmail.com>
2020-07-21 16:10:37 -07:00
Wael Nasreddine
86f9646cb8
pythonPackages.pysingleton: init at 0.2.1
Co-Authored-By: Chris <grkcharge@gmail.com>
2020-07-21 16:10:36 -07:00
Wael Nasreddine
7c4a19b2ee
pythonPackages.colorful: init at 0.5.4
Co-Authored-By: Chris <grkcharge@gmail.com>
2020-07-21 16:10:35 -07:00
worldofpeace
156ce0c302
Merge pull request #93595 from costrouc/python-pq-init
python3Packages.pq: init at 1.8.1
2020-07-21 17:24:55 -04:00
adisbladis
1be9aa3a83
Merge pull request #79235 from goertzenator/add_vispy
vispy: init at 0.6.4
2020-07-21 21:37:29 +02:00
Chris Ostrouchov
6916342acb
python3Packages.pq: init at 1.8.1 2020-07-21 11:09:04 -04:00
Symphorien Gibol
293d7c3933 img2pdf: make a python package 2020-07-18 12:04:18 -04:00
Ben Darwin
ea8f8bcc54 python3Packages.torchgpipe: init at 0.0.5 2020-07-16 17:49:23 -07:00
Alyssa Ross
8deb97c210
python3Packages.mercurial: init
This exposes mercurial as a Python library.  Packages that call into
Mercurial from Python can now do so in a less hacky way.
2020-07-16 19:52:45 +00:00
Pavol Rusnak
bcdb9a427d
python3Packages.bip_utils: init at 1.0.5 2020-07-15 11:40:59 +02:00
Florian Klink
b6c53e3ac5
Merge pull request #92791 from johanot/ceph-15
ceph: 14.2.10 -> 15.2.4
2020-07-14 20:10:23 +02:00
Ryan Mulligan
6faba433b2
Merge pull request #84973 from glittershark/init-aadict
pythonPackages.{aadict,,globre,pxml}: init at 0.2.3, 0.1.5, 0.2.13 respectively
2020-07-13 20:35:48 -07:00
Sirio Balmelli
1666b03bf7 python3Packages.biplist: init at 1.0.3
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-07-13 12:04:45 -07:00
Sirio Balmelli
1e529449e8 python3Packages.mac_alias: init at 2.0.7
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-07-13 12:03:17 -07:00
Drew Risinger
7e8d919787 python3Packages.pygogo: init at 0.13.2 2020-07-13 11:13:03 -07:00
Drew Risinger
c8e496ecc5 pythonPackages.pkutils: init at 1.1.1 2020-07-13 11:13:03 -07:00
Sarah Brofeldt
7994b94057 pythonPackages.scipy_1_3: re-init for ceph 2020-07-13 10:55:45 +02:00
Vladimír Čunát
377324ca6d
Merge branch 'staging-next' (PR #91090) 2020-07-13 07:13:56 +02:00
Dmitry Kalinkin
1e4290b78c
python2Packages.numpy: fix build on darwin
By applying the old patch (compatible with 1.18.x and older). Also
refactor expression to make presence of the "old" version more
explicit.
2020-07-12 21:49:31 -04:00
Jan Tojnar
c19222143e
meson: clean up 2020-07-12 19:56:24 +02:00
Frederik Rietdijk
ae8eee9c3f Merge master into staging-next 2020-07-11 08:59:54 +02:00
Elis Hirwing
2b04280575 python3Packages.zigpy-zigate: init at 0.6.1 2020-07-09 22:10:26 -07:00
Elis Hirwing
f10f300f01 python3Packages.zigpy-xbee: init at 0.12.1 2020-07-09 22:10:26 -07:00
Elis Hirwing
29b377db27 python3Packages.zigpy-cc: init at 0.4.4 2020-07-09 22:10:26 -07:00
Elis Hirwing
2c004e0c53 python3Packages.bellows: init at 0.17.0 2020-07-09 22:10:26 -07:00
Elis Hirwing
63e59c6d10 python3Packages.pure-pcapy3: init at 1.0.1 2020-07-09 22:10:14 -07:00
Griffin Smith
e1024031bb pythonPackages.pxml: init at 0.2.13 2020-07-09 12:01:33 -04:00
Florian Klink
ee9123ddb9 python3.pkgs.certbot-dns-rfc2136: init at 1.6.0 2020-07-09 11:21:50 +02:00
Florian Klink
b9d97f313b python3.pkgs.certbot-dns-route53: init at 1.6.0 2020-07-09 11:21:50 +02:00
Florian Klink
9b4364d703 python3.pkgs.certbot-dns-cloudflare: init at 1.6.0 2020-07-09 11:21:50 +02:00
Sirio Balmelli
20e6d74a60 python3Packages.pykwalify: init at 1.7.0
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-07-07 22:59:30 -07:00
Thiago Franco de Moraes
cfd78fd638 python3Packages.pypubsub: init at 4.0.3 2020-07-07 22:12:25 -07:00
Thorsten Weber
869dfc09c9 libredwg: init at 0.10.1 2020-07-08 00:45:18 +02:00
Patrick Winter
2d61c4c8fe pygrok: init at 1.0.0 2020-07-07 09:40:37 -07:00
Martin Weinelt
8e1bae55ee pythonPackages.PyRMVtransport: init at v0.2.9 2020-07-07 09:32:42 -07:00
Jörg Thalheim
47eb4aca59
python3.pkgs.influxdb-client: init at 1.8.0 2020-07-07 01:43:44 +02:00
Timo Kaufmann
ed72058658
Merge pull request #85023 from symphorien/update-ihatemony
python3Packages.ihatemoney: 4.1 -> 4.2
2020-07-06 19:24:01 +02:00
Symphorien Gibol
ed5b736ace python3Packages.sqlalchemy-continuum: init a 1.3.9 2020-07-06 18:35:22 +02:00
Symphorien Gibol
7918f8c47a python3Packages.sqlalchemy-i18n: init at 1.0.3 2020-07-06 18:35:21 +02:00
Symphorien Gibol
a71acfeb0b python3Packages.debts: init at 0.5 2020-07-06 18:35:21 +02:00
Thiago Franco de Moraes
956d7b8169 python3Package.gdcm: 3.0.6 -> 3.0.7 2020-07-06 09:26:55 -07:00
Benjamin Hipple
38b527043c
Merge pull request #91278 from lsix/improve-qscintilla-qt5
pythonPackages.qscintilla-qt5: Do not copy pyqt5 tree
2020-07-05 22:24:25 -04:00
Benjamin Hipple
f02c41e3ff
Merge pull request #90000 from mweinelt/python-spidev
pythonPackages.spidev: init at 3.5
2020-07-05 20:28:01 -04:00
Martin Weinelt
cace0f76e4 pythonPackages.spidev: init at 3.5 2020-07-06 02:14:15 +02:00
Benjamin Hipple
a35803f331
Merge pull request #89735 from wucke13/pyuavcan
Pyuavcan
2020-07-05 19:55:20 -04:00
Mario Rodas
962fa0207e pythonPackages.tubeup: init at 0.0.19 2020-07-05 04:20:00 +00:00
Dennis Gosnell
f233572fdc
Merge pull request #92147 from cdepillabout/add-kaggle
kaggle: init at 1.5.6
2020-07-05 10:49:16 +09:00
Jan Tojnar
4bca7dfb27
Merge branch 'master' into staging-next 2020-07-04 23:59:32 +02:00
Jonathan Ringer
ba5559fd7a
pythonPackages.detox: remove 2020-07-04 08:53:59 -07:00
Vladimír Čunát
e1206a2129
Merge master into staging-next
This brings thousands of rebuilds.
Hydra nixpkgs: ?compare=1597944
2020-07-04 09:15:27 +02:00
Evils
b75f75cd5b python.pkgs.btrfs: init at v11 2020-07-04 00:21:57 +02:00
Renato Florentino Garcia
b19523ba23 pythonPackages.icecream: init at 2.0.0 2020-07-03 12:34:06 -07:00
Renato Florentino Garcia
d0269a3b97 pythonPackages.executing: init at 0.4.3 2020-07-03 12:34:06 -07:00
MetaDark
a408cd9e7c pythonPackages.debugpy: init at 1.0.0b12 2020-07-03 12:15:09 -07:00
(cdep)illabout
935090ec23
kaggle: init at 1.5.6 2020-07-03 17:57:49 +09:00
Daniël de Kok
66d0b2a0d0 python3Packages.tokenizers: init at 0.8.0 2020-07-02 21:53:51 +02:00
Frederik Rietdijk
0091e0358b python.pkgs.zstandard: it vendors a copy of zstd...
so we don't even need to give zstd at all.
Related discussion https://github.com/NixOS/nixpkgs/issues/92075.

Follow-up to 3b4df94aeb
2020-07-02 21:49:26 +02:00
Frederik Rietdijk
3b4df94aeb python.pkgs.zstandard: use libzstd instead of python zstd 2020-07-02 21:34:20 +02:00
Frederik Rietdijk
c33ca7c5ce Merge staging-next into staging 2020-07-02 17:14:53 +02:00
Cole Mickens
85c5636938 pythonPackages.html-sanitizer init at 1.9.1 2020-07-01 11:03:40 -07:00
Mario Rodas
eb19c37b70
pythonPackages.itemadapter: init at 0.1.0 2020-07-01 04:20:00 -05:00
Frederik Rietdijk
7f190b0ff9 python: llvmlite: 0.32.1 -> 0.33.0 2020-06-30 17:35:29 +02:00
Mario Rodas
234239b57f python3Packages.tornado: 5.1 -> 6.0.4 2020-06-30 17:35:29 +02:00
Dmitry Vyal
9c86c74cd6 pythonPackages.tensorboardx: init at 2.0 2020-06-28 16:01:31 +03:00
Daniël de Kok
9c06da093f python3Packages.pkuseg: init at 0.0.25 2020-06-27 23:03:39 -07:00
Break Yang
929d7dd492 pythonPackages.gdown: init at 3.11.1 2020-06-26 11:19:42 -07:00
Lancelot SIX
a16a655811 pythonPackages.nbclient: init at 0.4.0 2020-06-26 08:36:51 -07:00
Niklas Hambüchen
28ea6a7ec2
Merge pull request #91523 from nh2/cloudcompare-2.11.0
CloudCompare, pdal, libe57format, MeshLabXML
2020-06-26 15:19:10 +02:00
Niklas Hambüchen
75c7f58507 pythonPackages.meshlabxml: init at 2018.3 2020-06-26 15:06:50 +02:00
Gabriel Ebner
c041d53ba0
Merge pull request #91417 from elohmeier/octoprint-werkzeug 2020-06-26 13:07:29 +02:00
Enno Lohmeier
63bcf4f4ec trytond: convert to python package 2020-06-26 12:25:08 +02:00
Martin Weinelt
8eb5780cc7 pythonPackages.mido: init at 1.2.9 2020-06-25 20:08:35 -07:00
Martin Weinelt
75f5c4381c pythonPackages.rtmidi-python: init at 0.2.2 2020-06-25 20:08:35 -07:00
Martin Weinelt
ec71e489c8 pythonPackages.python-rtmidi: init at 1.4.1 2020-06-25 20:08:35 -07:00
Sirio Balmelli
8c74f97c15 google-cloud-secret-manager: init at 1.0.0
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-06-25 14:32:57 -07:00
Jörg Thalheim
73e514993a
pytest-freezgun: init at 0.4.1 2020-06-25 11:35:16 +01:00
nyanloutre
2b11dcd789 pythonPackages.pycoin: init at 0.90.20200322 2020-06-24 14:15:59 -07:00
Manuel Mendez
58a35beb35 pythonPackages.srvlookup: init at 2.0.0 2020-06-24 14:08:18 -07:00
Sirio Balmelli
d3d039c4cb beancount_docverif: init at 1.0.0
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
Co-Authored-By: Jon <jonringer@users.noreply.github.com>
2020-06-24 13:57:58 -07:00
Stefan Frijters
f1235e43c2 maestral: 0.6.4 -> 1.1.0 2020-06-22 13:36:52 -07:00
Martin Weinelt
48faedc336 python3Packages.diceware: expose as library 2020-06-22 11:44:53 -07:00
Vladimír Čunát
e896ebc920
Merge #89034: sslyze: init at 3.0.7 2020-06-22 18:27:50 +02:00
Lancelot SIX
b10b50d433
pythonPackages.qscintilla-qt5: Do not copy pyqt5 tree
This commit ensures the entire PyQt5 tree is not included inside
qscintilla as pointed out by
https://github.com/NixOS/nixpkgs/issues/73975#issuecomment-639178216
2020-06-22 11:30:56 +01:00
Martin Weinelt
b8d1c67679 pythonPackages.crashtest: init at 0.3.0 2020-06-21 21:59:07 -07:00
Jonathan Ringer
b5453127da python3Packages.extension-helpers: init at 0.1 2020-06-21 21:57:32 -07:00
Jonathan Ringer
19b96a1969 python3Packages.pytest-filter-subpackage: init at 0.1.1 2020-06-21 21:57:32 -07:00
Jonathan Ringer
26126db757 python3Packages.pytest-astropy-header: init at 0.1.2 2020-06-21 21:57:32 -07:00
Frederik Rietdijk
71ace42e12
Merge pull request #91152 from danieldk/spacy-fixes
python3Packages.spacy: fix build
2020-06-21 09:34:10 +02:00
Jonathan Ringer
49f5b51ee3 python3Packages.pylibgen: remove, upstream unmaintained 2020-06-20 12:29:56 -07:00
Daniël de Kok
be79367b25 python2Packages.catalogue: remove 2020-06-20 20:47:59 +02:00