Commit Graph

7598 Commits

Author SHA1 Message Date
Frederik Rietdijk 8db4814e8e
Merge pull request #49476 from Synthetica9/cuda-update
cudatoolkit, cudnn: many updates
2018-10-31 19:26:41 +01:00
Robert Schütz e0772e6ef8
Merge pull request #48183 from costrouc/costrouc/python-atomman
pythonPackages.atomman: init at 1.2.3
2018-10-31 17:23:30 +01:00
Patrick Hilhorst 43f6d9ada4
pytorch: remove pre-cuda92 hack 2018-10-31 10:43:00 +01:00
Benjamin Hipple baf0703010 pythonPackages.pythondaemon: rename to pythonPackages.python-daemon
This commit renames the pythondaemon module to match its module name, github
name, and pypi name, which makes it easier to find and reference. In order to
avoid breaking any external users, I've left an alias with a deprecated warning.
2018-10-30 21:09:34 +01:00
Chris Ostrouchov 1ac9d8ea40
pythonPackages.atomman: init at 1.2.3 2018-10-30 13:38:59 -04:00
Chris Ostrouchov 7dd7190a57
pythonPackages.DataModelDict: init at 0.9.4 2018-10-30 13:38:59 -04:00
Chris Ostrouchov 0cf2c6fcfe
pythonPackages.numericalunits: init at 1.16 2018-10-30 13:38:59 -04:00
Frederik Rietdijk e6c0b6ff6f
Merge pull request #49070 from r-ryantm/auto-update/python3.6-dlib
python36Packages.dlib: 19.13 -> 19.16
2018-10-29 19:27:07 +01:00
Maximilian Bosch b7bc6e7f6c
pythonPackages.dlib: move expression
Initially the expression was quite small (just inherited properties from
`pkgs.dlib`), but the more it grows the better it is to store it into
its own file.
2018-10-29 18:57:19 +01:00
Maximilian Bosch ac499a345a
pythonPackages.dlib: disable AVX instructions during checkPhase 2018-10-29 18:18:39 +01:00
Robert Schütz 8f415fdf80
Merge pull request #48892 from sveitser/update/pythonPackages.sh
pythonPackages.sh: 1.11 -> 1.12.14
2018-10-29 14:21:36 +01:00
Urban Škudnik 5adfcb951a pythonPackages.aioprocessing: init at 1.0.1 (#49170) 2018-10-29 13:24:24 +01:00
Pavol Rusnak b7201c5c69
python.pkgs.Pyro remove package - Pyro4 should be used instead 2018-10-29 11:21:03 +01:00
Pavol Rusnak e212399d44
python.pkgs.Pyro4: new package (at version 4.74)
includes its dependency python.pkgs.serpent (at version 1.27)
2018-10-29 11:20:03 +01:00
lewo 26e471ab30
Merge pull request #48842 from bhipple/add/bitarray
pythonPackages.bitarray: init at 0.8.3
2018-10-26 18:35:36 +02:00
Chris Ostrouchov 923acba10e pythonPackages.django-discover-runner: init at 1.0 2018-10-26 16:37:52 +02:00
Chris Ostrouchov 758f4ce2b8 pythonPackages.dj-email-url: init at 0.1.0 2018-10-26 16:37:52 +02:00
Chris Ostrouchov 012404a858 pythonPackages.django-configurations: init at 2.1 2018-10-26 16:37:52 +02:00
Chris Ostrouchov f575ae13fa pythonPackages.django-cache-url: init at 3.0.0 2018-10-26 16:37:52 +02:00
Chris Ostrouchov 36eee63f36 pythonPAckages.dj-search-url: init at 0.1 2018-10-26 16:37:52 +02:00
Chris Ostrouchov 4182bba9fe pythonPackages.spark_parser: 1.4.0 -> 1.8.7 2018-10-26 16:37:52 +02:00
Chris Ostrouchov e3bf962bb8 python3PAckages.python-rapidjson: init at 0.6.3 2018-10-26 16:37:52 +02:00
Chris Ostrouchov 0a4f70663e pythonPackages.uproot-methods: init at 0.2.5 2018-10-26 16:37:52 +02:00
Chris Ostrouchov a19b12e797 pythonPackages.awkward: init at 0.3.0 2018-10-26 16:37:52 +02:00
Chris Ostrouchov 2854322cb8 pythonPackages.ifaddr: init at 0.1.4 2018-10-26 16:37:52 +02:00
sveitser 5e4fd34cfe
pythonPackages.sh: move to python-modules 2018-10-24 22:10:04 +08:00
sveitser 9f327caa1f
pythonPackages.sh: 1.11 -> 1.12.14
- Enable unit tests.
- Add MIT license.
2018-10-23 23:27:35 +08:00
Benjamin Hipple f65afcb4c3 pythonPackages.bitarray: init at 0.8.3 2018-10-22 17:23:05 -04:00
Chris Ostrouchov 4bb06d7be7 pythonPackages.BoltzTraP2: init at 18.9.1 2018-10-21 14:37:22 +02:00
Frederik Rietdijk a4c0cdd466
Merge pull request #46564 from jluttine/nikola-8.0.0
pythonPackages.Nikola: 7.8.15 -> 8.0.1
2018-10-21 11:01:36 +02:00
Frederik Rietdijk ca6ee8f519 Merge master into staging-next 2018-10-20 09:40:09 +02:00
Michael Weiss 02b5f4ff79
Merge pull request #46304 from teto/gpgme_python3
python3Packages.gpgme: enable python3 support
2018-10-19 22:17:19 +02:00
Matthieu Coudron 3902b3f4e7 python3Packages.gpgme: enable python3 version
when calling python3Packages.gpgme, it was still picking python2.
Changed withPython into pythonSupport since it's the convention.

I had to enable ncurses too because of this error when configuring:

configure:19978: checking python extra libraries
configure:19985: result: -lpthread -ldl -lcrypt -lncurses -lutil -lm
configure:19992: checking python extra linking flags
configure:19999: result: -Xlinker -export-dynamic
configure:20006: checking consistency of all components of python development environment
configure:20032: gcc -o conftest -g -O2  -I/nix/store/hy65mn4wjswqih75gfr6g4q3xgqdm325-python3-3.6.6/include/python3.6m  conftest.c  -L/nix/store/hy65mn4wjswqih75gfr6g4q3xgqdm325-python3-3.6.6/lib -lpython3.6m -Xlinker -export-dynamic -lpthread -ldl -lcrypt -lncurses -lutil -lm >&5
/nix/store/h0lbngpv6ln56hjj59i6l77vxq25flbz-binutils-2.30/bin/ld: cannot find -lncurses
collect2: error: ld returned 1 exit status
configure:20032: $? = 1
2018-10-19 14:20:08 +09:00
Peter Hoeg 8e7dda36a4
Merge pull request #48630 from dotlambda/home-assistant-0.80.1
home-assistant: 0.77.3 -> 0.80.2
2018-10-19 08:00:54 +08:00
Frederik Rietdijk 8d8dc1fa34 Merge master into staging 2018-10-18 11:43:54 +02:00
Chris Ostrouchov b889d7a43f pythonPackages.logutils: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov 976162ed90 pythonPackages.nine: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov 3e1f1f76bb pythonPackages.pycountry: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov abc0996dd0 pythonPackages.kazoo: refactor move to pyhton-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov ee6b3076e4 pythonPackages.zake: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov aecd6aeb11 pythonPackages.Kajiki: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov 08b3dbea20 pythonPackages.warlock: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov 4156569b54 pythonPackages.osc: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov 30296bc49e pythonPackages.plyvel: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov 28542253fa pythonPackages.python-otr: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov 3df4461e21 pythonPackages.ordereddict: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov 1cb8ab267d pythonPackages.offtrac: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov 1ff8adc940 pythonPackages.objgraph: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov da78a13ad1 pythonPackages.obfsproxy: refactor move to python-modules 2018-10-18 11:02:23 +02:00
Chris Ostrouchov c24d25276f pythonPackages.oauthlib: refactor move to python-modules 2018-10-18 11:02:23 +02:00