Commit graph

9211 commits

Author SHA1 Message Date
Enno Lohmeier 2437ecacce pythonPackages.connexion: init at 2.3.0 2019-09-10 17:24:20 +02:00
Enno Lohmeier a4a7243a57 pythonPackages.aiohttp-swagger: init at 1.0.5 2019-09-10 17:24:20 +02:00
Enno Lohmeier 6270f3955e pythonPackages.swagger-ui-bundle: init at 0.0.5 2019-09-10 17:24:20 +02:00
Enno Lohmeier ea70d67235 pythonPackages.clickclick: init at 1.2.2 2019-09-10 17:24:20 +02:00
Okinan 733f3d28c2 pythonPackages: merkletools: init at 1.0.3 2019-09-10 01:30:40 -05:00
Andreas Rammhold e023b3b1d9
google-cloud-sdk: remove from python-modules
It is not a python module just an application using/based on python.
2019-09-09 15:36:26 +02:00
Jörg Thalheim 4a53284bc0
python.pkgs.MySQL_python: remove
Reasons:

- No release since 2014
- deprecated by upstream
- no longer compatible with newer libmysql versions
2019-09-09 13:18:07 +01:00
Frederik Rietdijk 731c82a447
Merge pull request #68244 from NixOS/staging-next
Staging next that includes gcc8
2019-09-09 08:09:36 +02:00
Florian Klink 652448f25b python.pkgs.scikits-odes: init at 2.4.0-9-g93075ae 2019-09-08 16:03:23 -07:00
Frederik Rietdijk e73f871285 Merge master into staging-next 2019-09-08 14:49:25 +02:00
Vladimír Čunát f5cecbbe7b
Merge #67936: python*Packages.rfc6555: init at 0.0.0 2019-09-08 10:02:12 +02:00
Frederik Rietdijk 7e9e5cab45 Merge master into staging-next 2019-09-07 09:53:09 +02:00
Jonathan Ringer 4bd7e963b3 pythonPackages.elpy: drop package 2019-09-06 23:44:09 +02:00
Frederik Rietdijk 4d4545185a Revert "pythonPackages.pyev: drop"
Package is still referred to.

This reverts commit bb5c039fc9.
2019-09-06 23:33:32 +02:00
Frederik Rietdijk 9894a70299 Merge staging into staging-next 2019-09-06 22:47:40 +02:00
Frederik Rietdijk 66bc7fc1b3 Merge master into staging-next 2019-09-06 22:46:05 +02:00
Nikolay Amiantov b667dd981d python3.pkgs.zeroc-ice: init at 3.7.2 2019-09-06 20:21:09 +03:00
Mario Rodas bb5c039fc9 pythonPackages.pyev: drop
pyev is not available in PyPI anymore
2019-09-06 19:06:43 +02:00
Mario Rodas 11900ffe33 pythonPackages.python3pika: drop
Pika already supports Python3, and python3pika wasn't updated since 2014
2019-09-06 19:06:00 +02:00
Mario Rodas 053b9da754 pythonPackages.area53: drop
PyPI package was taken offline.

See https://github.com/bluepines/slick53/issues/5
2019-09-06 19:05:38 +02:00
Jan Tojnar 8563088e69
Merge branch 'staging-next' into staging 2019-09-06 16:55:45 +02:00
Jan Tojnar f9237f3152
Merge branch 'master' into staging-next 2019-09-06 16:55:11 +02:00
Frederik Rietdijk bf4f885471 pythonPackages.editorconfig: remove duplicate EditorConfig 2019-09-06 15:18:45 +02:00
Frederik Rietdijk f7e28bf5d8 Split buildPythonPackage into setup hooks
This commit splits the `buildPythonPackage` into multiple setup hooks.

Generally, Python packages are built from source to wheels using `setuptools`.
The wheels are then installed with `pip`. Tests were often called with
`python setup.py test` but this is less common nowadays. Most projects
now use a different entry point for running tests, typically `pytest`
or `nosetests`.

Since the wheel format was introduced more tools were built to generate these,
e.g. `flit`. Since PEP 517 is provisionally accepted, defining a build-system
independent format (`pyproject.toml`), `pip` can now use that format to
execute the correct build-system.

In the past I've added support for PEP 517 (`pyproject`) to the Python
builder, resulting in a now rather large builder. Furthermore, it was not possible
to reuse components elsewhere. Therefore, the builder is now split into multiple
setup hooks.

The `setuptoolsCheckHook` is included now by default but in time it should
be removed from `buildPythonPackage` to make it easier to use another hook
(curently one has to pass in `dontUseSetuptoolsCheck`).
2019-09-06 15:18:45 +02:00
Marek Mahut 59d3c9618d
Merge pull request #68167 from jonringer/bump-requests-mock
pythonPackages.requests-mock: 1.5.2 -> 1.7.0
2019-09-06 09:12:54 +02:00
Jan Tojnar cdf426488b
Merge branch 'master' into staging-next
Fixed trivial conflicts caused by removing rec.
2019-09-06 03:20:09 +02:00
Aaron Andersen 34a6f75090
Merge pull request #62754 from tbenst/imagecodecs-lite
imagecodecs-lite: init at 2019.4.20
2019-09-05 17:24:07 -04:00
Tyler Benster d0a442f6e5 imagecodecs-lite: init at 2019.4.20 2019-09-05 14:04:24 -07:00
Jonathan Ringer 04c2622d07 pythonPackages.purl: init at 1.5 2019-09-05 12:59:09 -07:00
Aaron Andersen 11de7aa609
Merge pull request #64322 from jbedo/xenomapper
xenomapper: init 1.0.2
2019-09-05 12:08:10 -04:00
Justin Bedo 3f83cbf538
xenomapper: init 1.0.2 2019-09-05 20:50:22 +10:00
Aaron Andersen a4ac265039 pythonPackages.pyvmomi: init at 6.7.1.2018.12 2019-09-04 11:42:47 -04:00
Vladimír Čunát 4aad2947f8
Merge branch 'master' into staging-next 2019-09-04 11:00:56 +02:00
Silvan Mosberger ce944b4bde
Merge pull request #64552 from evanjs/feature/openrazer-2.3.1
openrazer: init at 2.6.0
2019-09-03 19:14:58 +02:00
Vladyslav Burzakovskyy 0a7905ce74 pythonPackages.python-pipedrive: init at 0.4.0 2019-09-03 10:41:47 +02:00
Vladimír Čunát f21211ebfe
Merge branch 'master' into staging 2019-09-02 23:25:24 +02:00
Danielle Lancashire 4f2a3aabff
rfc6555: init at 0.0.0 2019-09-02 15:44:54 +02:00
Marek Mahut 0a8e54d1c6
Merge pull request #67871 from prusnak/pytest-random-order
pythonPackages.pytest-random-order: init at 1.0.4
2019-09-02 08:14:09 +02:00
Dima a88976d222 pythonPackages.uvloop: 0.12.2 -> 0.13.0 (#67735)
* As mentioned in https://github.com/NixOS/nixpkgs/issues/67492
the build was broken after an update of openssl versions.

* Fixes a flake8 unit-test case that requires a flake8 config
which is not shipped with the distribution.

* Fixes build on darwin.
2019-09-01 22:53:50 -04:00
Emily 5eb237659c pythonPackages.gcutil: remove per TODO
Pretty sure 19.03 has been branched off by now.
2019-09-01 14:22:49 -05:00
Emily cb5b674b58 {glasgow,libfx2}: init at 2018-{09-01,08-27} 2019-09-01 14:22:49 -05:00
Emily 321efae699 python3Packages.nmigen{,-boards}: init at unstable-2019-08-{31,30} 2019-09-01 14:22:49 -05:00
Pavol Rusnak c27dcde85a
pythonPackages.pytest-random-order: init at 1.0.4 2019-09-01 10:09:19 +02:00
Frederik Rietdijk 98ef78326d Merge staging-next into staging 2019-08-31 18:07:33 +02:00
Frederik Rietdijk 96e5474329 Merge master into staging-next 2019-08-31 18:04:31 +02:00
Peter Simons 107af97c90 python-mailman-hyperkitty: initial version 1.1.0 2019-08-31 14:47:19 +02:00
Frederik Rietdijk ad1d58c622 Merge staging-next into staging 2019-08-31 10:04:20 +02:00
Frederik Rietdijk fc74ba8291 Merge master into staging-next 2019-08-31 09:50:38 +02:00
averelld 5a581c420c python.pkgs.handout: init at 1.0.0 (#66263) 2019-08-31 00:19:16 -04:00
Evan Stoll d2c4d4d6b6 openrazer-daemon: init at 2.6.0 2019-08-30 17:22:46 -04:00
Evan Stoll 50eba5b688 pythonPackages.openrazer: init at 2.6.0 2019-08-30 17:20:44 -04:00
Peter Simons 131910992b python-HyperKitty: initial version 1.2.2
Package the mail archiver for GNU Mailman. I liberally borrowed code
from @globin's repository [1].

[1] https://github.com/mayflower/nixexprs/tree/master/pkgs/python
2019-08-30 14:25:13 +02:00
volth 08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
Frederik Rietdijk 5061fe0c2c Merge staging-next into staging 2019-08-28 08:26:42 +02:00
Frederik Rietdijk a2538606e3 python2Packages.numpy: 1.16.4 -> 1.16.5 2019-08-28 08:12:41 +02:00
Frederik Rietdijk 98640fd482 Merge master into staging-next 2019-08-27 16:36:47 +02:00
Peter Simons 630e25ba5c
Merge pull request #67525 from peti/t/postorious
mailman: add the Postorious web UI
2019-08-27 12:24:51 +02:00
Vincent Laporte ef15478313
qarte: use pyqt5_with_qtmultimedia
Otherwise, qarte fails at run-time with:

>     from PyQt5.QtMultimedia import QMediaPlayer
> ModuleNotFoundError: No module named 'PyQt5.QtMultimedia'
2019-08-27 06:00:08 +00:00
Nikolay Amiantov 71095460b9 tensorflow: fix build
You know, Tensorflow.
2019-08-27 02:43:48 +03:00
Peter Simons 22af3829a4 mailman: add the Postorious web UI 2019-08-26 21:12:56 +02:00
Peter Simons 842942baaa mailman: update from 2.1.29 to version 3.2.2 2019-08-25 21:47:03 +02:00
Vladimír Čunát 985d1ac425
Merge branch 'master' into staging-next
There were several more conflicts from name -> pname+version;
all auto-solved by kdiff3, hopefully OK.

Hydra nixpkgs: ?compare=1538611
2019-08-25 14:57:11 +02:00
Marek Mahut b585bba65c
Merge pull request #66356 from jonringer/add-python-xapian
pythonPackage.xapian: init at 1.4.12
2019-08-24 12:27:38 +02:00
Vladimír Čunát 2e6bf42a22
Merge branch 'master' into staging-next
There ver very many conflicts, basically all due to
name -> pname+version.  Fortunately, almost everything was auto-resolved
by kdiff3, and for now I just fixed up a couple evaluation problems,
as verified by the tarball job.  There might be some fallback to these
conflicts, but I believe it should be minimal.

Hydra nixpkgs: ?compare=1538299
2019-08-24 08:55:37 +02:00
Linus Heckemann d1d602f559 Merge remote-tracking branch 'origin/master' into openssl-1.1 2019-08-23 17:27:39 +02:00
Marek Mahut 611fbf7206
Merge pull request #66966 from jonringer/bump-pydot-ng
pythonPackages.pydot_ng: fix build
2019-08-23 08:21:59 +02:00
Robin Gloster 2cc05be907
treewide: openssl_1_1 pinning is unnecessary 2019-08-23 02:02:50 +02:00
Lancelot SIX 1e2497720f
Merge pull request #67303 from jonringer/bump-wsproto
python3Packages.wsproto: 0.14.1 -> 0.15.0
2019-08-23 00:56:02 +02:00
Jonathan Ringer 0372567397 python2Packages.wsproto: freeze at 0.14.1 2019-08-22 15:20:07 -07:00
Vladyslav Burzakovskyy 32905843ab python37Packages.foxdot: init at 0.8.1 2019-08-22 16:06:42 +02:00
Nikolay Amiantov 7498f0971b python3.pkgs.crc16: init at 0.1.1 2019-08-21 19:38:42 +03:00
Michael Raskin aafdf8b7f4
Merge pull request #66351 from jonringer/bump-python-mpv
python3Packages.mpv: 0.1 -> 0.3.9
2019-08-20 08:16:43 +00:00
Jonathan Ringer b452b6efad pythonPackages.pydot_ng: fix build 2019-08-19 12:26:49 -07:00
Nikolay Amiantov a92f71964f
python.pkgs.python-unshare: init at 0.2 (#66893)
* python.pkgs.python-unshare: init at 0.2

* Update pkgs/development/python-modules/python-unshare/default.nix

Co-Authored-By: Jon <jonringer@users.noreply.github.com>
2019-08-19 13:34:49 +03:00
tbenst fd7ca9faec python: wxPython: init at 4.0.6 2019-08-18 13:42:46 +02:00
Frederik Rietdijk f65aa21bb2 Merge master into staging-next 2019-08-18 12:53:44 +02:00
Frederik Rietdijk a97728543c python2Packages.scipy: 1.2.1 -> 1.2.2 2019-08-18 11:48:40 +02:00
Frederik Rietdijk 18a3973448 pythonPackages.pathpy: 11.5.2 -> 12.0.1 in case of Python 3 2019-08-18 11:48:40 +02:00
Frederik Rietdijk b3ddab852a pythonPackages.pytest: 4.6.5 -> 5.1.0 in case of Python 3 2019-08-18 11:48:40 +02:00
Jonathan Ringer 70127bd216 pythonPackages.pybids: init at 0.9.2 2019-08-18 11:48:40 +02:00
Jonathan Ringer 00a4b9d339 pythonPackages.bid-validator: init at 1.2.4 2019-08-18 11:48:40 +02:00
Jonathan Ringer d5d628f35c pythonPackages.num2words: init at 0.5.10 2019-08-18 11:48:39 +02:00
Jonathan Ringer fcd2858063 pythonPackages.delegator-py: init at 0.1.1 2019-08-18 11:48:39 +02:00
Matthieu Coudron de8c33e705 python3Packages.Kconfiglib: init at 10.36.0
python library to deal with kernel Kconfig system.
2019-08-18 10:58:28 +02:00
Frederik Rietdijk 316a0e9382
Merge pull request #65775 from Kiwi/ocrmypdf
ocrmypdf: init
2019-08-18 08:16:59 +02:00
Jörg Thalheim 40e86556d0
Merge pull request #66712 from SFrijters/pyprof2calltree-as-package
pyprof2calltree: move to python-packages
2019-08-17 13:55:17 +01:00
Stefan Frijters 7d38a6281e pyprof2calltree: move to python-packages
pyprof2calltree is hard-coded to pythonPackages and fails for Python 3 profile results. See #66511.
Since it can also be used as a library it makes sense to move it into pythonPackages.
2019-08-17 13:05:09 +02:00
Jonathan Ringer 51f401f04e unittest-data-providers: init at 1.0.1 2019-08-17 12:38:55 +02:00
Jonathan Ringer 2b2d8919e8 pythonPackage.pre-commit: move to python-modules
Add pkgs.gitAndTools.pre-commit alias
  Add pkgs.pre-commit alias
2019-08-17 12:29:39 +02:00
tilpner a4cc672ace python3Packages.deprecated: init at 1.2.6 2019-08-17 12:28:58 +02:00
Dmitry Kalinkin 8f8da32d04
Merge pull request #64321 from jbedo/cnvkit
CNVkit: init 0.9.6
2019-08-16 10:14:52 -04:00
worldofpeace 3553c9948c
Merge pull request #64576 from MrMebelMan/init/django-csp-nonce
pythonPackages.django-csp: init at 3.5
2019-08-15 13:58:18 -04:00
Vladyslav Burzakovskyy b5939353eb pythonPackages.django-csp: init at 3.5 2019-08-15 13:54:55 -04:00
Emily 527684b1e2 pythonPackages.jsonmerge: init at 1.6.1 2019-08-14 21:10:05 -05:00
worldofpeace 80396cf18a pythonPackages.wikipedia: remove
as lollypop no longer depends on this library that is
essentially abandoned we should remove it from
nixpkgs.
2019-08-14 19:59:02 -04:00
Joachim F 8f156698bf
Merge pull request #54425 from eadwu/init/srhtPackages
sourcehut: init
2019-08-14 14:50:59 +00:00
Robert Djubek a141544cb5
pythonPackages.ruffus: init at 2.8.1 2019-08-14 04:45:09 +00:00
Robert Djubek 33aced023e
pythonPackages.hocr-tools: init at 1.3.0 2019-08-14 04:45:08 +00:00
Robert Djubek 6fcb265e63
pythonPackages.pikepdf: init at 1.1.0 2019-08-14 04:45:08 +00:00
Robert Djubek d69040e9c4
pythonPackages.python-xmp-toolkit: init at 2.0.2 2019-08-14 04:45:08 +00:00
Robert Djubek 05f549e857
pythonPackages.pytest-helpers-namespace: init at 2019.1.8 2019-08-14 04:45:08 +00:00
worldofpeace a5b77b8cae
Merge pull request #65724 from doronbehar/improve-sequoia
Improve sequoia package expression
2019-08-13 14:44:35 -04:00
Doron Behar 701c788c3f sequoia: improve expression, rename from sequoia-tool
- Add the package to the pythonPackages' attribute set.

- Make the python support overrideable
  We use the pythonSupport argument.

- Rename sequoia-tool -> sequoia
  We provide the whole ecosystem which includes:
    * ffi bindings to Python and C
    * zsh and bash completion for `sq` and `sqv` executables.

- Meta:
  * Use a string as the homepage URL (plain URLs are deprecated).
  * Change description of package to fit upstream and the files we
    actually install.
  * Add @doronbehar as maintainer.
2019-08-13 14:42:27 -04:00
worldofpeace 36e567fc08
Merge pull request #66395 from catern/simpfix
pythonPackages.simplefix: init at 1.0.12
2019-08-13 12:48:13 -04:00
Edmund Wu f006c88d82
python3Packages.emailthreads: init at 0.1.0 2019-08-13 11:25:52 -04:00
Edmund Wu b45ecd0f70
python3Packages.aiosmtpd: init at 1.2 2019-08-13 11:25:51 -04:00
Edmund Wu 4adaa3c313
python3Packages.atpublic: init at 1.0 2019-08-13 11:25:51 -04:00
Edmund Wu ee2161c5e8
python3Packages.asyncpg: init at 0.18.3 2019-08-13 11:25:51 -04:00
Edmund Wu eaa81a4cce
pythonPackages.sqlalchemy-utils: init at 0.34.0 2019-08-13 11:25:51 -04:00
Edmund Wu cd878d09d9
pythonPackages.pgpy: init at 0.5.2 2019-08-13 11:25:50 -04:00
Edmund Wu 15eb9f95ab
pythonPackages.pytest-ordering: init at 0.6 2019-08-13 11:25:50 -04:00
Edmund Wu beb547a1c6
pythonPackages.pep8-naming: init at 0.8.2 2019-08-13 11:25:50 -04:00
Edmund Wu e73473f424
pythonPackages.flake8-polyfill: init at 1.0.2 2019-08-13 11:25:49 -04:00
Justin Bedo f889214bc1
pythonPackages.cnvkit: init at 0.9.6 2019-08-13 10:14:10 -04:00
Justin Bedo 4bb197f4b2
pythonPackages.pyfaidx: init at 0.5.5.2 2019-08-13 10:14:06 -04:00
Marek Mahut 1d37178f94
Merge pull request #64579 from MrMebelMan/init/django-logentry-admin
pythonPackages.django-logentry-admin: init at 1.0.4
2019-08-13 10:21:43 +02:00
Mario Rodas c0dc032e42 pythonPackages.pytest_3: drop
pluggy>=0.9 introduced a breaking change to pytest_3, and is not
feasible to keep pytest_3 around in nixpkgs.
See: https://github.com/NixOS/nixpkgs/pull/64445
2019-08-13 09:18:25 +02:00
Spencer Baugh 4756d3958b pythonPackages.simplefix: init at 1.0.12 2019-08-13 00:54:16 +00:00
Marek Mahut 984851a9bf
Merge pull request #66509 from emilazy/add-git-revise
git-revise: init at 0.4.2
2019-08-12 15:25:42 +02:00
Marek Mahut 11bbc69354
Merge pull request #66372 from kirelagin/fsfe-reuse-0.4.1
reuse: 0.3.4 -> 0.4.1
2019-08-12 13:24:34 +02:00
Emily a010a7b665 git-revise: init at 0.4.2
A flexible and fast alternative to `git commit --amend`/`git rebase`.

See also:

* https://mystor.github.io/git-revise.html
* https://lobste.rs/s/5gdnrt/introducing_git_revise
* https://git-revise.readthedocs.io/en/latest/
2019-08-11 22:58:39 -07:00
Emily 42e55dbe9a stm32loader: init at 0.5.0 2019-08-11 18:46:33 -07:00
Jonathan Ringer 0f85491892 python3Packages.mpv: 0.1 -> 0.3.9 2019-08-11 10:15:09 -07:00
Kirill Elagin a5180b1017 pythonPackages.license-expression: init at 0.999 2019-08-10 13:18:25 +03:00
Kirill Elagin 6ba379d604 pythonPackages.boolean-py: init at 3.6 2019-08-10 13:17:48 +03:00
Jonathan Ringer f07fd4bb20 pythonPackage.xapian: init at 1.4.12 2019-08-08 18:18:03 -07:00
Wael M. Nasreddine cfb84a0ee6
pythonPackages.fsspec: init at 0.4.1 2019-08-08 17:46:57 -07:00
Marek Mahut a0d54b2e5f
Merge pull request #66038 from jonringer/bump-ase
python3Packages.ase: 3.17.0 -> 3.18.0
2019-08-08 16:24:23 +02:00
Marek Mahut b9d100b539
Merge pull request #65696 from prusnak/runwayml
pythonPackages.runway-python: init at 0.3.2
2019-08-08 09:22:39 +02:00
Daniel Schaefer ccaaef1963 codespell: init at 1.15.0 (#63673) 2019-08-07 23:04:48 +02:00
Pavol Rusnak 166a5e0405
pythonPackages.runway-python: init at 0.3.2 2019-08-07 14:54:48 +02:00
Pavol Rusnak 509bf5d1cc
pythonPackages.wget: init at 3.2 2019-08-07 14:51:25 +02:00
Marek Mahut 9c6fbbd9aa
Merge pull request #65984 from prusnak/webrtcvad
pythonPackages.webrtcvad: init at 2.0.10
2019-08-07 13:31:39 +02:00
Ryan Mulligan 12c33c1fae
Merge pull request #65750 from jonringer/update-python-sepaxml
pythonPackages.sepaxml: 2.0.0 -> 2.1.0
2019-08-06 21:41:50 -07:00
Sarah Brofeldt 2b49f9cc8a
Merge pull request #66069 from mmahut/pytrends
pythonPackages.pytrends: init at 4.6.0
2019-08-06 05:56:46 +02:00
Andreas Wiese 11fb28f305 pythonPackages.python-vipaccess: init at 0.10.3 2019-08-05 21:10:16 +02:00
Andreas Wiese 7dfa1f842e pythonPackages.oath: init at 1.4.3 2019-08-05 21:10:16 +02:00
Marek Mahut fd4545f35b pythonPackages.pytrends: init at 4.6.0 2019-08-05 20:05:08 +02:00
worldofpeace 66d33844bd
Merge pull request #66028 from r-ryantm/auto-update/python3.7-asyncssh
python37Packages.asyncssh: 1.17.0 -> 1.17.1
2019-08-05 12:07:52 -04:00
worldofpeace 8095440806 pythonPackages.gssapi: 1.5.1 -> 1.6.0
* fetchFromGitHub
  it's probably best to use source to avoid cython issues.

* correct Inputs declaration

* enable tests

* don't set LD_LIBRARY_PATH
  that was needed for k5test. we hardcode in that package
2019-08-05 11:31:03 -04:00
worldofpeace 9d973b3dc1 pythonPackages.k5test: init at 0.9.2
This was split out gssapi a while ago.
Needs an extensive fix-paths.patch since
it's reliant upon many shell tools.
2019-08-05 11:31:03 -04:00
Jonathan Ringer 016cc8e790 python2Packages.ase: freeze at 3.17 2019-08-05 01:38:16 -07:00
Pavol Rusnak 12a22535e8
pythonPackages.webrtcvad: init at 2.0.10 2019-08-04 23:29:34 +02:00
Robert Schütz 497f1a00f1 python.pkgs.pyqtwebengine: init at 5.12.1
5.13.0 is available, however, it assumes qt 5.13 is used and fails
to build due to a missing QWebEngineNotification class.
2019-08-03 16:04:34 +02:00
Jörg Thalheim d02ead41f8
Merge pull request #65407 from alunduil/add-zfs-replication
Add zfs replication
2019-08-03 09:14:08 +01:00
Jonathan Ringer a7279ea9dc pythonPackages.xmlschema: init at 1.0.13 2019-08-02 14:21:04 -07:00
Alex Brandt 2e7355ff13 pythonPackages.stringcase: init at version 1.2.0
Needed by zfs-replicate.
2019-08-02 08:04:21 -07:00
Frederik Rietdijk 6f723b9bad Merge master into staging-next 2019-08-02 09:18:37 +02:00
Wael Nasreddine 7d16cd787d
pythonPackages.pynamodb: init at 3.4.1 (#65759) 2019-08-01 17:55:34 -07:00
Jonathan Ringer 53e1df4e30 pythonPackages.elementpath: init at 1.1.8 2019-08-01 13:22:09 -07:00
Jon b1f0e2ace1 python3Packages.datatable: fix the Darwin build (#65613) 2019-08-01 10:54:41 -07:00
Frederik Rietdijk 55e4555b77 Merge master into staging-next 2019-08-01 09:42:54 +02:00
Jan Hrnko 68b647a3b6 pythonPackages.shamir-mnemonic: init at 0.1.0 2019-07-31 21:00:44 +02:00
Nikolay Amiantov cd0e461f93 tensorflow: expose binary builds 2019-07-31 13:33:26 +03:00
Nikolay Amiantov 019c13616b tensorflow: cleanup and merge with libtensorflow
This merges work done by yorickvP and timokau in #63208 and #63616 respectively.
Now the derivation builds both libtensorflow and the Python package and puts them into
different outputs.

Quite a bit of improvements were done on the top, including:

* Use official tag revision as source, not a branch;
* Use all system libraries possible (before only one was actually used);
* Move various environment variables to the derivation itself from hooks;
* Use source Python build instead of wheel build to ensure fixup hooks do their important jobs on libraries;
* And more that I forgot!
2019-07-31 13:28:44 +03:00
Timo Kaufmann 3df4e2df95 tensorflow: re-enable build from source [WIP] 2019-07-31 13:28:15 +03:00
Jonathan Ringer 35b622f0da python2Packages.imbalanced-learn: freeze at 0.4.3 2019-07-30 13:00:01 +02:00
worldofpeace 22d000f062
Merge pull request #65234 from suhr/diofant
pythonPackages.diofant: init at 0.10.0
2019-07-29 03:30:22 -04:00
Сухарик c32c6d8ec9 pythonPackages.diofant: init at 0.10.0 2019-07-29 03:29:27 -04:00
worldofpeace ff2a72bc7b
Merge pull request #65244 from rvl/openapi-spec-validator
pythonPackages.openapi-spec-validator: init at 0.2.7
2019-07-29 02:22:52 -04:00
Rodney Lorrimar 2e53959303 pythonPackages.openapi-spec-validator: init at 0.2.7 2019-07-29 02:22:16 -04:00
Frederik Rietdijk cb3ce5d26d Merge master into staging-next 2019-07-28 12:11:37 +02:00
Chris Ostrouchov 92e1376cc3 pythonPackages.fipy: init at 3.3 2019-07-28 11:34:44 +02:00
Chris Ostrouchov ad5c48a094 pythonPackages.pyamg: init at 4.0.0 2019-07-28 11:34:44 +02:00
Chris Ostrouchov 2c396d9f07 pythonPackages.pysparse: init at 1.1.1-dev 2019-07-28 11:34:44 +02:00
Chris Ostrouchov babeb7361e pythonPackages.scikit-fmm: init at 2019.1.30 2019-07-28 11:34:44 +02:00
Frederik Rietdijk cca5ee9c07 Merge staging-next into staging 2019-07-28 09:10:03 +02:00
Benjamin Hipple b0fd855015 pythonPackages.myfitnesspal: init at 1.13.3 2019-07-27 14:35:12 -04:00
Benjamin Hipple 34f31030b1 pythonPackages.measurement: init at 2.0.1 2019-07-27 14:35:07 -04:00
Frederik Rietdijk 55d82d5430 python: numpy: 1.16.4 -> 1.17.0 2019-07-27 12:19:17 +02:00
Daniel Wheeler 124fb417fc pythonPackages.fastapi: init at 0.33.0 2019-07-27 11:50:48 +02:00
Daniel Wheeler f878d34e5f pythonPackages.pydantic: init at 0.31 2019-07-27 11:50:48 +02:00
Daniel Wheeler 1c3c07394a pythonPackages.starlette: init at 0.12.4 2019-07-27 11:50:48 +02:00
Daniel Wheeler 266d0bbf2c pythonPackages.uvicorn: init at 0.8.4 2019-07-27 11:50:48 +02:00
Chris Ostrouchov 4c85595ada pythonPackages.simple-salesforce: init at 0.74.3 2019-07-27 11:49:37 +02:00
worldofpeace b36bed3c06
Merge pull request #64525 from MrMebelMan/init/rq
pythonPackages.rq: init at 1.1.0
2019-07-26 19:10:10 -04:00
Frederik Rietdijk 0f6bda38fe Merge staging-next into staging 2019-07-26 14:45:31 +02:00
Vladyslav Burzakovskyy 3188402aab pythonPackages.rq: init at 1.1.0 2019-07-26 13:18:24 +02:00
worldofpeace 3047bf3fa9
Merge pull request #64989 from eyJhb/rotate-backups
pythonPackages.rotate-backups: init at 6.0
2019-07-25 16:28:52 -04:00
Frederik Rietdijk dcea5637d8
Merge pull request #64982 from NixOS/staging-next
Staging next
2019-07-25 15:48:30 +02:00
markuskowa 88d9f77609
Merge pull request #64932 from bhpdt/add/mkl-service
pythonPackages.mkl-service: init at 2.1.0
2019-07-25 12:04:17 +02:00
Frederik Rietdijk 34eebf6844 Merge master into staging-next 2019-07-25 11:52:18 +02:00
Frederik Rietdijk 3d00d8e4ee pythonPackages.pyyaml_3: init , instead of multiple pyyaml overrides
Temporary attribute until we can get rid of it everywhere.

This was triggered due to the libyaml 0.2.2 incompatibilty requiring
patches and still not building.
2019-07-25 11:51:55 +02:00
Orivej Desh 32fbbc6f9b Merge master into staging 2019-07-25 09:23:21 +00:00
eyjhbb@gmail.com 3d91e7fde0 pythonPackages.capturer: init at 2.4 2019-07-24 21:49:25 +02:00
eyjhbb@gmail.com 1de0c3275a pythonPackages.coloredlogs: init at 10.0 2019-07-24 21:49:25 +02:00
eyjhbb@gmail.com b7eb5b6f79 pythonPackages.executor: init at 21.3 2019-07-24 21:49:23 +02:00
eyjhbb@gmail.com 531422ab4a pythonPackages.naturalsort: init at 1.5.1 2019-07-24 10:21:57 +02:00
eyjhbb@gmail.com d774370939 pythonPackages.rotate-backups: init at 6.0 2019-07-24 10:21:57 +02:00
eyjhbb@gmail.com adfa7bd59f pythonPackages.property-manager: init at 2.3.1 2019-07-24 10:21:56 +02:00
eyjhbb@gmail.com b0b81b0c18 pythonPackages.update-dotdee: init at 5.0 2019-07-24 10:21:56 +02:00
eyjhbb@gmail.com 8238ddfbf8 pythonPackages.verboselogs: init at 1.7 2019-07-24 10:21:56 +02:00
Jonathan Ringer 03d3ed3eb0 pythonPackages.sshpubkeys: init at 3.1.0 2019-07-24 08:14:45 +02:00
Mario Rodas c248435ee3
Merge pull request #65217 from marsam/fix-cherrypy-build
pythonPackages.cherrypy: fix build
2019-07-22 20:03:54 -05:00
Frederik Rietdijk b11049d562 Merge staging-next into staging 2019-07-22 14:16:15 +02:00
Frederik Rietdijk db6c38a075 Merge master into staging-next 2019-07-22 14:15:32 +02:00
Chris Ostrouchov 62cb4f7228 pythonPackages.zarr: init at 2.3.2 2019-07-22 14:07:32 +02:00
Chris Ostrouchov d383eade73 pythonPackages.numcodecs: init at 0.6.3 2019-07-22 14:07:32 +02:00
Mario Rodas 2b4495246a
pythonPackages.setuptools-scm-git-archive: init at 1.1 2019-07-21 12:35:50 -05:00
Frederik Rietdijk 32b76da844 pythonPackages.cmd_2_9: remove alias 2019-07-21 08:38:23 +02:00
Frederik Rietdijk 536341c91b python3Packages.pandas: 0.24.2 -> 0.25.0 2019-07-21 08:38:23 +02:00
Lassi Haasio a8c79e9ab9 pyditz: init at 0.10.3 2019-07-20 13:38:22 +02:00
Peter Romfeld f5bad02ac7 pythonPackages.django-webpack-loader: init at 0.2.4 2019-07-20 13:27:49 +02:00
Chris Ostrouchov e5f77fb6ba pythonPackages.glob2: init at 0.7
needed for poetry python 2.7 support
2019-07-20 09:23:01 +02:00
Aaron Andersen 1af592d65f
Merge pull request #64705 from MetaDark/protontricks
protontricks: init at 1.2.3
2019-07-19 20:45:27 -04:00
Frederik Rietdijk 0ce55a10d2 Merge master into staging-next 2019-07-19 16:33:38 +02:00
Chris Ostrouchov 2d5769884d pythonPackages.ibis-framework: init at 1.20 2019-07-19 09:43:35 +02:00
Chris Ostrouchov 784e957c74 python3Packages.ibis: init at 1.6.0 2019-07-19 09:43:35 +02:00
MetaDark a3f452ed0c pythonPackages.vdf: init at 3.1 2019-07-18 17:58:32 -04:00
Joachim F be0fab1022
Merge pull request #64386 from mogorman/greatfet
greatfet: init at 2019.05.01.dev0
2019-07-18 13:10:52 +00:00
Ben Hipple 08d10e04db pythonPackages.mkl-service: init at 2.1.0 2019-07-17 20:49:17 +00:00
Robert Scott 5c85b24edc pythonPackages.jpylyzer: init at 1.18.0
include as application too
2019-07-17 10:34:41 +02:00
Vladyslav Burzakovskyy 0f5e19cc2b pythonPackages.isoweek: init at 1.3.3 2019-07-17 10:06:12 +02:00
Chris Ostrouchov 28f1c7765d pythonPackages.modeled: init at 0.1.8 2019-07-17 10:02:03 +02:00
Chris Ostrouchov 52840a2557 pythonPackages.sunpy: init at 1.0.2 2019-07-17 10:02:03 +02:00
Chris Ostrouchov daf811fa6d pythonPackages.drms: init at 0.5.6 2019-07-17 10:02:03 +02:00
Chris Ostrouchov ccdd093064 pythonPackages.glymur: init at 0.8.18 2019-07-17 10:02:03 +02:00
Chris Ostrouchov 504134a4a0 pythonPackages.asdf: init at 2.3.3 2019-07-17 10:02:03 +02:00
Chris Ostrouchov bd82932de3 pythonPackages.parfive: init at 1.0.0 2019-07-17 10:02:03 +02:00
Chris Ostrouchov ad4bbe8684 pythonPackages.aioftp: init at 0.13.0 2019-07-17 10:02:03 +02:00
Chris Ostrouchov 7e929898d7 pythonPackages.pytest-socket: init at 0.3.3 2019-07-17 10:02:03 +02:00
Chris Ostrouchov 1832c1c52e pythonPackages.pytest-astropy: init at 0.5.0 2019-07-17 10:02:03 +02:00
Chris Ostrouchov 45ee5f6d28 pythonPackages.pytest-arraydiff: init at 0.3 2019-07-17 10:02:03 +02:00
Chris Ostrouchov 3291b8dadf pythonPackages.pytest-openfiles: init at 0.3.2 2019-07-17 10:02:03 +02:00
Chris Ostrouchov e175b841f8 pythonPackages.pytest-remotedata: init at 0.3.1 2019-07-17 10:02:03 +02:00
Chris Ostrouchov 5bf65feaaa pythonPackages.pytest-doctestplus: init at 0.3.0 2019-07-17 10:02:03 +02:00
Chris Ostrouchov eceb53f082 pythonPackages.pydy: init at 0.5.0 2019-07-17 10:02:03 +02:00
Chris Ostrouchov b965b4b7ae pythonPackages.yt: init at 3.5.1 2019-07-17 10:02:03 +02:00
Chris Ostrouchov ceaf12fd6e pythonPackages.pygbm: init at 0.1.0 2019-07-17 10:02:03 +02:00
Chris Ostrouchov 1765a678fb pythonPackages.clifford: init at 1.0.4 2019-07-17 10:02:03 +02:00
Chris Ostrouchov 99f7b14981 pythonPackages.stumpy: init at 1.0 2019-07-17 10:02:03 +02:00
Chris Ostrouchov 36dc1d4fe6 pythonPackages.colorcet: init at 0.10 2019-07-17 10:02:03 +02:00
Chris Ostrouchov 029ef744a8 pythonPackages.colorcet: init at 2.0.1 2019-07-17 10:02:03 +02:00
Chris Ostrouchov 30169d9493 pythonPackages.datashader: init at 0.7.0 2019-07-17 10:02:03 +02:00
Matt Melling 6c9d4bc846 pythonPackages.mwparserfromhell: init at 0.5.4 2019-07-17 10:00:21 +02:00
Wael Nasreddine 6c2b929f7e
Merge pull request #60435 from mwilsoninsight/azure-sdk-update
Azure sdk update
2019-07-16 15:43:09 -07:00
worldofpeace 568395c28f
Merge pull request #64692 from costrouc/python-starfish-init
pythonPackages.starfish: init at 0.1.3
2019-07-16 18:00:49 -04:00
Wael M. Nasreddine 736f645da1
pythonPackages.uamqp: fix the build on Darwin 2019-07-16 14:54:50 -07:00
Max Wilson b2c1505132
pythonPackages.azure-mgmt-web: init at 0.41.0 2019-07-16 14:54:44 -07:00
Max Wilson af56054c8e
pythonPackages.azure-mgmt-trafficmanager: init at 0.51.0 2019-07-16 14:54:43 -07:00
Max Wilson a85b7c99db
pythonPackages.azure-mgmt-subscription: init at 0.3.0 2019-07-16 14:54:42 -07:00
Max Wilson 7ff677c231
pythonPackages.azure-mgmt-sql: init at 0.12.0 2019-07-16 14:54:41 -07:00
Max Wilson f71c40a4b1
pythonPackages.azure-mgmt-signalr: init at 0.1.1 2019-07-16 14:54:40 -07:00
Max Wilson abb0852c86
pythonPackages.azure-mgmt-servicefabric: init at 0.2.0 2019-07-16 14:54:38 -07:00
Max Wilson 0795e4b362
pythonPackages.azure-mgmt-servicebus: init at 0.6.0 2019-07-16 14:54:37 -07:00
Max Wilson d98b22b174
pythonPackages.azure-mgmt-search: init at 2.0.0 2019-07-16 14:54:36 -07:00
Max Wilson e70d8d9802
pythonPackages.azure-mgmt-scheduler: init at 2.0.0 2019-07-16 14:54:35 -07:00
Max Wilson e1f894b0de
pythonPackages.azure-mgmt-reservations: init at 0.3.2 2019-07-16 14:54:34 -07:00
Max Wilson b7a690c164
pythonPackages.azure-mgmt-relay: init at 0.2.0 2019-07-16 14:54:33 -07:00
Max Wilson 6730fb4fcb
pythonPackages.azure-mgmt-redis: init at 6.0.0 2019-07-16 14:54:32 -07:00