adisbladis
0fc0f28d39
pythonPackages.linode-api: 4.1.6b0 -> 4.1.8b1
2018-03-30 12:55:49 +08:00
Glenn Searby
2cf5f3cc60
linode-api: 4.1.2b0 -> 4.1.6b0
...
Needed because the underlying HTTP endpoint has also changed.
2018-03-30 12:39:39 +08:00
Alex Brandt
6d78bde7ad
Merge branch 'master' into bump-behave-version
2018-03-29 10:43:36 -05:00
Daiderd Jordan
d33a26b370
python-celery: fix darwin build
2018-03-28 20:55:39 +02:00
Shea Levy
05e375d710
Merge remote-tracking branch 'origin/master' into staging
2018-03-28 09:36:47 -04:00
Jörg Thalheim
8c2dafbccd
Merge pull request #30429 from teto/alot
...
[RDY] init gpg python bindings + Alot: 0.5.1 -> 0.7.0
2018-03-28 01:03:24 +01:00
Matthew Justin Bauer
75616ceb49
Merge pull request #37840 from matthewbauer/unixtools
...
Cross-platform "unixtools"
2018-03-27 18:43:03 -05:00
Michael Weiss
fb1f35424e
pythonPackages.scapy: 2.3.3 -> 2.4.0
2018-03-27 18:27:55 +02:00
Jörg Thalheim
45e4dc0d5d
python.pkgs.gpg: rename to gpgme
...
Let's be honest with what we expose.
2018-03-26 19:25:55 +01:00
James Kay
2e02bcaedc
toml: init at 0.9.4
2018-03-25 01:45:51 -05:00
Matthew Justin Bauer
8f3091939b
Merge pull request #37752 from ryantm/fix-urls
...
treewide: use more HTTPS URLs
2018-03-25 00:40:17 -05:00
Ryan Mulligan
b189247ba0
treewide: use more HTTPS URLs
...
Uses the HTTPS url for cases where the existing URL has a permanent
redirect. For each domain, at least one fixed derivation URL was
downloaded to test the domain is properly serving downloads.
Also fixes jbake source URL, which was broken.
2018-03-24 22:04:25 -07:00
Robin Gloster
c71bcb2744
grpcio: use protobuf3_5
2018-03-24 19:37:03 +01:00
Robert Schütz
46419cab7e
pythonPackages.fonttools: 3.24.0 -> 3.24.1
2018-03-24 19:25:18 +01:00
Shea Levy
f4f76bdf33
Merge branch 'master' into staging
2018-03-24 08:44:40 -04:00
Robin Gloster
2e6aacb056
python.pkgs.logster: 7475c53822 -> 1.0.1
2018-03-24 10:35:37 +01:00
Robin Gloster
6a286fcba7
python.pkgs.pygtail: init at 0.8.0
2018-03-24 10:34:57 +01:00
Shea Levy
0f854cd2d1
Merge branch 'master' into staging
2018-03-24 01:34:53 -04:00
Robert Schütz
1aedde9e34
Merge pull request #37566 from Ma27/init-face-recognition
...
pythonPackages.face_recognition: init at 1.2.1
2018-03-23 09:55:04 +01:00
John Ericson
568b37384a
Merge remote-tracking branch 'upstream/master' into staging
2018-03-22 16:08:22 -04:00
Vaibhav Sagar
cafd433e8c
python2Packages.notebook: fix tests
...
These were accidentally broken by #37615 .
2018-03-22 20:48:09 +08:00
Vaibhav Sagar
01f29bb0c0
pythonPackages.notebook: cleanup
...
As discussed in https://github.com/NixOS/nixpkgs/pull/37607#issuecomment-375226186 .
2018-03-22 17:44:55 +08:00
Tuomas Tynkkynen
809b0d26bd
Merge remote-tracking branch 'upstream/master' into staging
2018-03-22 09:54:10 +02:00
Vaibhav Sagar
765211451d
pythonPackages.notebook: 5.4.0 -> 5.4.1
2018-03-22 11:40:54 +08:00
rardiol
f83cbf2029
Renpy and pygame_sdl2 update - 6.99.14 ( #33943 )
...
* pygame_sdl2: 6.99.10.1227 -> 2.1.0-6.99.14
* renpy: 6.99.12.4 -> 6.99.14
2018-03-21 21:26:29 -05:00
Maximilian Bosch
c26864122d
pythonPackages.face_recognition: init at 1.2.1
...
Adds the python package `face_recognition` and its dependency
`face_recognition_models`.
This package is a wrapper for `dlib` which is able to detect faces in a
given image. I checked the package with the following expression:
```
with import ./. { };
stdenv.mkDerivation {
name = "facetest";
src = null;
buildInputs = with pythonPackages; [ face_recognition ];
}
```
The package works perfectly fine in a `nix-shell`:
```
$ nix-shell
[nix-shell:~]$ python
Python 2.7.14 (default, Sep 16 2017, 17:49:51)
[GCC 7.3.0] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import face_recognition
>>> img = face_recognition.load_image_file("/home/ma27/me.jpg")
>>> print(face_recognition.face_locations(img))
```
2018-03-21 23:22:45 +01:00
Tuomas Tynkkynen
74720a36c7
Merge remote-tracking branch 'upstream/master' into staging
2018-03-21 23:51:55 +02:00
Nikolay Amiantov
b1b4c6c4eb
pyqt5: propagate Qt dependencies
...
This is so that Qt user environment packages are also propagated. Fixes
Electrum environment installations when no other Qt applications are installed.
Added `dev` output so that closure size won't explode.
2018-03-21 23:36:18 +03:00
Robert Schütz
607d8cbfd7
pythonPackages.pyhomematic: 0.1.39 -> 0.1.40
2018-03-21 15:22:09 +01:00
Jörg Thalheim
f2feb99990
Merge pull request #37493 from makefu/pkgs/simp_le/0.8.0
...
simp_le: 0.6.1 -> 0.8.0
2018-03-21 12:03:59 +00:00
Matthieu Coudron
ee482f85bf
service_identity: cosmetic changes
2018-03-21 10:21:38 +09:00
Matthieu Coudron
d9292429e7
alot: 0.5.1 to 0.7.0
...
- added gnupg to checkInputs
- generate manpage (optional)
- move alot.desktop file to $out/share/applications
- disabled tests as they need the network (dependency on twisted)
Thanks to Sarah Brofeldt, Ben Mcginnes for their help (and other) and
to FRidh for the repeated careful reviews.
2018-03-21 10:21:38 +09:00
Nikolay Amiantov
cf981d3e2b
python.pkgs.nbxmpp: 0.6.3 -> 0.6.4
2018-03-21 04:11:22 +03:00
makefu
e9f176a09a
certbot: 0.19.0 -> 0.22.2
2018-03-20 22:25:50 +01:00
makefu
7a0027804c
josepy: init at 1.0.1
2018-03-20 22:25:02 +01:00
Robert Schütz
dceb9ee393
Merge pull request #37439 from dotlambda/python-fixes
...
Python fixes, cc #36453
2018-03-20 18:10:05 +01:00
Robert Schütz
43d822178b
pythonPackages.altair: fix build
2018-03-20 17:32:49 +01:00
Robert Schütz
2773b76f33
pythonPackages.WSME: 0.8.0 -> 0.9.2
2018-03-20 17:32:49 +01:00
Robert Schütz
9f54b031fd
pythonPackages.WSME: move expression
2018-03-20 17:32:48 +01:00
Robert Schütz
3d989e3d7a
pythonPackages.astropy: disable for python 2
2018-03-20 17:32:48 +01:00
Robert Schütz
b34af91889
pythonPackages.klein: 15.3.1 -> 17.10.0
2018-03-20 17:32:48 +01:00
Robert Schütz
86e007bd31
pythonPackages.klein: move expression
2018-03-20 17:32:48 +01:00
Robert Schütz
86f21360ac
pythonPackages.deform: 2.0.a2 -> 2.0.5
2018-03-20 17:32:48 +01:00
Robert Schütz
a1b9cc7938
pythonPackages.deform: move expression
2018-03-20 17:32:47 +01:00
Robert Schütz
12695be641
pythonPackages.zope_copy: 4.0.2 -> 4.1.0
2018-03-20 17:32:47 +01:00
Robert Schütz
685dd8d21d
pythonPackages.stem: run unit tests
2018-03-20 17:32:47 +01:00
Robert Schütz
061e79806e
pythonPackages.stem: move expression
2018-03-20 17:32:47 +01:00
Robert Schütz
6e78005ef1
pythonPackages.django_pipeline: 1.5.1 -> 1.6.14
2018-03-20 17:32:17 +01:00
Shea Levy
4250dd5de4
Merge branch 'master' into staging
2018-03-20 08:38:28 -04:00
Robert Schütz
127045d8e0
pythonPackages.slimit: init at 0.8.1
2018-03-20 10:59:37 +01:00
Robert Schütz
b41c299efc
Merge pull request #37400 from teto/neovim_python
...
neovim-python: 0.2.3 -> 0.2.4
2018-03-20 10:51:52 +01:00
Matthieu Coudron
366c79e17f
pythonPackages.neovim: 0.2.3 -> 0.2.4
...
required to work with latest deoplete for instance
2018-03-20 18:38:44 +09:00
Robert Schütz
ba74cf4d5c
pythonPackages.django_pipeline: move expression
2018-03-20 09:58:15 +01:00
Daiderd Jordan
3539ca2179
Merge pull request #37354 from knedlsepp/fix-pythonPackages.notebook-on-darwin
...
pythonPackages.notebook: fix darwin build
2018-03-20 00:04:58 +01:00
Robert Schütz
4686259904
Merge pull request #37391 from lsix/svg-path-2.2
...
pythonPackages.svg-path: 2.0b1 -> 2.2
2018-03-19 23:28:51 +01:00
Daiderd Jordan
bca15c5331
Merge pull request #37347 from knedlsepp/fix-pycurl-on-darwin
...
python3Packages.pycurl: fix darwin build
2018-03-19 23:16:42 +01:00
Lancelot SIX
de63ff83a7
pythonPackages.svg-path: 2.0b1 -> 2.2
2018-03-19 22:39:56 +01:00
Will Dietz
161253f0e0
Merge pull request #37047 from dtzWill/fix/openblas-numpy-musl
...
openblas, numpy: fix w/musl
2018-03-19 13:39:24 -05:00
Jörg Thalheim
86dd3f854b
Merge pull request #35687 from volth/libvirt-4.1.0
...
libvirt: 3.10.0 -> 4.1.0
2018-03-19 11:42:06 +00:00
Robert Schütz
def2a2567d
Merge pull request #34642 from y0no/add_patator
...
pythonPackages.patator: init at 0.7
2018-03-19 11:59:54 +01:00
y0no
0725d666d6
pythonPackages.patator: init at 0.7
2018-03-19 11:40:57 +01:00
y0no
38719d170d
pythonPackages.mysqlclient: init at 1.3.12
2018-03-19 11:40:57 +01:00
y0no
c9366518fa
pythonPackages.cx_oracle: init at 6.1
2018-03-19 11:40:57 +01:00
y0no
a15544d5f5
pythonPackages.ajpy: init at 0.0.2
2018-03-19 11:40:57 +01:00
y0no
c9bbf071bd
pythonPackages.ipy: 0.74 -> 0.83
2018-03-19 11:40:16 +01:00
Robert Schütz
196b4863de
Merge pull request #35056 from catern/master
...
pythonPackages.requests-unixsocket: init at 0.1.5
2018-03-19 11:26:18 +01:00
Robert Schütz
67f2d3e2bd
Merge pull request #37363 from vaibhavsagar/break-thumbor-python3
...
pythonPackages.thumbor: mark as broken under Python 3
2018-03-19 10:26:57 +01:00
Vaibhav Sagar
d8c26c0db7
pythonPackages.thumbor: mark as broken under Python 3
2018-03-19 17:12:17 +08:00
Matthew Justin Bauer
afe69ded54
Merge pull request #36414 from erikarvstedt/opentimestamps
...
Add opentimestamps
2018-03-19 03:57:11 -05:00
Josef Kemetmüller
8aaa17c52a
pythonPackages.notebook: fix darwin build
...
The send2trash library, which is now included in the notebook doesn't
succeed during build, even though it works.
2018-03-19 01:16:54 +01:00
Josef Kemetmüller
bd836b7761
python3Packages.pycurl: fix darwin build
2018-03-18 23:37:20 +01:00
Spencer Baugh
04c3713755
pythonPackages.requests-unixsocket: init at 0.1.5
2018-03-18 17:47:37 +00:00
Robert Schütz
7a263b9af9
pythonPackages.netdisco: 1.2.4 -> 1.3.1
2018-03-18 17:45:09 +01:00
Robert Schütz
024acca3f4
Merge pull request #37147 from Ma27/fix-thumbor
...
pythonPackages.thumbor: fix build
2018-03-18 17:18:29 +01:00
Robert Schütz
3d183c14d7
Merge pull request #37250 from dotlambda/python-fixes
...
Python fixes, cc #36453
2018-03-18 16:39:04 +01:00
Robert Schütz
5c897bdd59
pythonPackages.flake8-debugger: fix build
2018-03-18 16:12:48 +01:00
Robert Schütz
93b10cd879
pythonPackages.colander: 1.0 -> 1.4
2018-03-18 15:52:24 +01:00
Robert Schütz
a6cbdeaef3
pythonPackages.colander: move expression
2018-03-18 15:52:18 +01:00
Robert Schütz
edc94294c8
pythonPackages.robomachine: fix build
2018-03-18 13:19:44 +01:00
Robert Schütz
bd7a7bd817
pythonPackages.allpairspy: init at 2.4.0
2018-03-18 13:19:06 +01:00
Robert Schütz
97e54c4f75
pythonPackages.pyhomematic: disable tests because of unreliable timimg
2018-03-18 12:55:27 +01:00
Robert Schütz
14ed0f5fe0
pythonPackages.credstash: fix build
...
This applies https://github.com/fugue/credstash/pull/178 .
2018-03-18 12:53:48 +01:00
Gabriel Ebner
9a49811f66
Merge pull request #30263 from tsaeger/tsaeger/ofxhome
...
pythonPackages.ofxhome: 0.3.1 -> 0.3.3
2018-03-18 12:40:52 +01:00
Robert Schütz
0b6a2b2037
pythonPackages.odo: mark as broken
...
Odo is incompatible with Networkx 2.
See https://github.com/blaze/odo/pull/601 .
2018-03-18 12:37:39 +01:00
Robert Schütz
bd3280fbae
pythonPackages.python-ctags3: init at 1.2.4
2018-03-18 11:46:37 +01:00
Jörg Thalheim
c3535901c3
python.pkgs.pushover: tests exists, but require network
2018-03-18 10:05:24 +00:00
Maximilian Bosch
23e6689578
pythonPackages.thumbor: 6.3.2 -> 6.4.2; fix build
...
Origianlly the package was broken as bumping `pythonPackages.pillow` to
5.x broke `thumbor`. The latest upstream version `6.4.2` solved this
issue, so a simple package bump was sufficient.
Furthermore the following changes were made:
- moved the expression into its own file
- added myself as maintainer in case of any further breackage
- re-enabled python3 build: 6.4.2 is fine with python3, however the
`futures` dependency can't be satisfied anymore as it's part of
Python3. Therefore a patch for `setup.py` will be applied for Python3
buildsto drop the dependency
Note: the testsuite is disabled for now as several impure tests are done
and our testing environment seems to be unable to work the with the
natively compiled python modules properly.
Therefore I tested the module using the following expression:
``` nix
with import ./. {};
stdenv.mkDerivation {
name = "thumbor-test";
src = null;
buildInputs = [ python pythonPackages.thumbor ];
}
```
Inside this nix shell `thumbor` works fine and the native modules can be
imported.
See https://hydra.nixos.org/build/71062729/log
See ticket #36453
2018-03-18 10:31:59 +01:00
Jörg Thalheim
a5551103b5
Merge pull request #37298 from veprbl/pyslurm_bump
...
pyslurm: 20171102 -> 20170302 to fix after slurm bump
2018-03-18 09:13:58 +00:00
Jörg Thalheim
3336a7b8ac
python.pkgs.pushover: there are no tests
2018-03-18 09:02:55 +00:00
Dmitry Kalinkin
8b1fba582a
pyslurm: 20171102 -> 20170302 to fix after slurm bump
2018-03-18 01:14:24 -04:00
Peter Hoeg
1b129b0b54
pythonPackages.pushover: init at 0.3
2018-03-18 12:16:27 +08:00
Robert Schütz
6d3232f7aa
Merge pull request #37247 from Ma27/fix-tablib
...
pythonPackages.tablib: fix build
2018-03-17 20:45:15 +01:00
Robert Schütz
cc305174e2
pythonPackages.scikitlearn: disable doctests
...
fixes https://github.com/NixOS/nixpkgs/issues/35436
2018-03-17 19:35:03 +01:00
Robert Schütz
bc9dc2ccf1
pythonPackages.hvac: 0.2.15 -> 0.5.0
2018-03-17 19:19:32 +01:00
Robert Schütz
3394feaeef
pythonPackages.hvac: move expression
2018-03-17 18:54:57 +01:00
Robert Schütz
5ec4b9d819
pythonPackages.paypalrestsdk: 0.7.0 -> 1.13.1
2018-03-17 17:08:11 +01:00
Robert Schütz
ba5d1bb28b
pythonPackages.paypalrestsdk: move expression
2018-03-17 17:05:38 +01:00
Robert Schütz
104f58d6a1
pythonPackages.pyamf: disable for Python 3
2018-03-17 16:57:00 +01:00
Robert Schütz
4e35388878
pythonPackages.pushbullet: 0.10.0 -> 0.11.0 and fix build
2018-03-17 16:53:31 +01:00
Robert Schütz
127f99e22e
pythonPackages.pushbullet: move expression
2018-03-17 16:46:30 +01:00
Robert Schütz
7e8e3807f3
pythonPackages.moinmoin: disable for Python 3
2018-03-17 16:11:59 +01:00
Robert Schütz
922b0cec82
pythonPackages.readme_renderer: 17.2 -> 17.4
2018-03-17 15:42:52 +01:00
Robert Schütz
9f276ccd38
pythonPackages.bleach: 2.1.2 -> 2.1.3
2018-03-17 15:42:09 +01:00
Robert Schütz
d7d4ce735e
pythonPackages.CommonMark: 0.6.3 -> 0.7.5
2018-03-17 15:34:40 +01:00
Maximilian Bosch
4a0c0401b5
pythonPackages.tablib: fix build
...
`openpyxl` v5 breaks `tablib`, the following patch fixes the API
incompatibility: https://github.com/kennethreitz/tablib/pull/296
See https://hydra.nixos.org/build/70694938/log
See ticket #36453
2018-03-17 15:21:59 +01:00
Robert Schütz
b549f18b6c
pythonPackages.CommonMark: move expression
2018-03-17 15:17:31 +01:00
Shea Levy
2963d76ca3
pythonPackages.pyspark: Init at 2.3.0
2018-03-17 09:54:12 -04:00
Shea Levy
4322f2b8c8
pythonPackages.py4j: Init at 0.10.6.
2018-03-17 09:17:48 -04:00
Will Dietz
d01b1f6b1d
numpy: fix on musl
2018-03-15 18:39:59 -05:00
Will Dietz
c292469c6f
numpy: 1.14.1 -> 1.14.2
2018-03-15 18:39:48 -05:00
Tuomas Tynkkynen
ef64208eba
Merge commit '3ab2949' from staging into master
...
Conflicts:
pkgs/development/compilers/llvm/6/llvm.nix
pkgs/servers/home-assistant/component-packages.nix
2018-03-15 22:30:56 +02:00
adisbladis
408f6b2843
pythonPackages.pycurl: Move to separate file
2018-03-16 01:14:12 +08:00
Robert Schütz
7dfbb8c53c
pythonPackages.aiohttp: 3.0.5 -> 3.0.9
2018-03-15 13:56:48 +01:00
Robert Schütz
cdd2593da1
pythonPackages.idna-ssl: 1.0.0 -> 1.0.1
2018-03-15 13:56:48 +01:00
Robert Schütz
81f0cf2cd5
python36Packages.hbmqtt: 0.9.1 -> 0.9.2
2018-03-15 13:56:48 +01:00
Robert Schütz
b239b00c48
Merge pull request #37094 from timokau/conan-improvement
...
conan: Locally pin deps, enable tests
2018-03-15 13:54:43 +01:00
Timo Kaufmann
488835ec6e
conan: Locally pin deps, enable tests
2018-03-15 13:48:58 +01:00
Robert Schütz
95836ab034
Merge pull request #36934 from Ma27/fix-diffcover
...
pythonPackages.diff_cover: fix build
2018-03-15 12:56:36 +01:00
Andrew Dunham
92a77abd31
xgboost: Enable building on Darwin ( #37046 )
...
* xgboost: Enable building on Darwin
* Review feedback: pass `xgboost` to the python package
2018-03-15 04:17:55 +03:00
Robert Schütz
d78a411d98
Merge pull request #36899 from aborsu/spacy
...
Spacy
2018-03-14 23:36:46 +01:00
Daiderd Jordan
b02694dd45
python-selenium: fix darwin build
...
/cc ZHF #36454
2018-03-14 21:00:30 +01:00
Augustin Borsu
22fdb0bd9d
python.spacy: 1.8.2 -> 2.0.9
2018-03-14 20:29:10 +01:00
Augustin Borsu
8187d93da2
python.ftfy: 5.3.0 -> 4.4.3
...
V5 only supports python3. Since at the moment the only packages
that use ftfy are spacy and textacy which both support
python2 and 3, I propose to roll back to v4 until another package
requires v5, at that point we can make a duplicate package.
2018-03-14 20:29:10 +01:00
Augustin Borsu
9478948f4d
python.thinc: 6.5.1 -> 6.10.2
2018-03-14 20:29:10 +01:00
Augustin Borsu
2e67c8e030
python.murmurhash: 0.26.4 -> 0.28.0
2018-03-14 20:29:09 +01:00
Augustin Borsu
5568e25fa0
python.msgpack-numpy: init 0.4.1
2018-03-14 20:29:07 +01:00
Maximilian Bosch
7dd7638cba
pythonPackages.diff_cover: fix build
...
In order to adjust the language with `LC_ALL` properly the
`glibcLocales` is needed as `checkInput`. This was the only thing
preventing the testsuite from passing.
See ticket #36453
See https://hydra.nixos.org/build/70682982/nixlog/3
2018-03-14 19:43:44 +01:00
xeji
b298f4e185
pythonPackages.nevow: fix build, 0.14.2->0.14.3
...
fix tests, minor update, move to development/python-modules/
(cherry picked from commit 9a10c55a8a
)
2018-03-14 19:05:47 +01:00
xeji
9a10c55a8a
pythonPackages.nevow: fix build, 0.14.2->0.14.3
...
fix tests, minor update, move to development/python-modules/
2018-03-14 18:41:45 +01:00
Robert Schütz
4b5b1370a7
pythonPackages.pytest-mock: remove superfluous patch
2018-03-14 17:33:39 +01:00
Tuomas Tynkkynen
2fec9c6e29
Merge remote-tracking branch 'upstream/master' into staging
...
Conflicts:
pkgs/development/tools/build-managers/conan/default.nix
2018-03-13 23:04:18 +02:00
Franz Pletz
4b72196874
Merge pull request #36806 from timokau/conan-fix
...
conan: Fix build
2018-03-13 13:16:21 +00:00
Timo Kaufmann
5fdfe61b35
conan: Fix build
...
conan has very strict requirements on the versions of its dependencies.
This patch adds downgraded versinos of node-semver and distro to
statisfy these requirements.
2018-03-13 11:36:45 +01:00
Franz Pletz
a1af032fcc
Merge pull request #36776 from Ma27/fix-gplaycli
...
pythonPackages.gplaycli: 0.1.2 -> 3.21
2018-03-12 23:27:44 +00:00
Franz Pletz
c94af976fc
Merge pull request #36773 from Ma27/fix-python-asana
...
pythonPackages.asana: fix build
2018-03-12 23:22:19 +00:00
Alex Brandt
0f5e8a360d
add missing propagatedBuildInputs to bibtexparser
2018-03-12 15:19:36 -05:00
Maximilian Bosch
17e1795db0
pythonPackages.asana: fix build
...
Fetching sources from GitHub to have needed files like `LICENSE` and
tests available to provide safer builds.
See https://hydra.nixos.org/build/70676254/log
See ticket #36453
2018-03-12 20:51:15 +01:00
Daiderd Jordan
9055cb8171
Merge pull request #36837 from knedlsepp/fix-pythonPackages.shapely-on-darwin
...
pythonPackages.shapely: fix darwin build
2018-03-12 19:42:57 +01:00
Josef Kemetmüller
74b81ea91c
pythonPackages.shapely: fix darwin build
2018-03-12 01:29:44 +01:00
Maximilian Bosch
b14bd18035
pythonPackages.mt-940: fix build ( #36784 )
...
- added missing `enum34` dependency
- enabled tests
- moved expression into its own file
See ticket #36453
See https://hydra.nixos.org/build/70677609/log
/cc @the-kenny
2018-03-11 15:36:26 +01:00
Daiderd Jordan
8c7a1b4cf5
Merge pull request #36777 from knedlsepp/fix-pythonPackages.discid-on-darwin
...
pythonPackages.discid: fix darwin build
2018-03-11 14:40:28 +01:00
Daiderd Jordan
ce9288cf3b
Merge pull request #36774 from knedlsepp/fix-pythonPackages.construct-on-darwin
...
pythonPackages.construct: Fix darwin build
2018-03-11 14:38:33 +01:00
Daiderd Jordan
beff602e37
Merge pull request #36742 from knedlsepp/fix-pythonPackages.regex-on-darwin
...
pythonPackages.regex: fix darwin build
2018-03-11 14:27:02 +01:00
Josef Kemetmüller
8f9e814132
pythonPackages.robotframework: fix darwin build
2018-03-11 12:33:28 +01:00
Frederik Rietdijk
12a8276649
Merge pull request #36778 from Ma27/fix-htmltreediff
...
pythonPackages.htmltreediff: fix build
2018-03-11 08:35:02 +01:00
Maximilian Bosch
4feaaa7f06
pythonPackages.gplaycli: 0.1.2 -> 3.21
...
Fix the broken package: https://hydra.nixos.org/build/70687256/log
The newer version requires two new dependencies that have been added as
well:
- gpapi (Unofficial Python API for Google Play) at version 0.4.2
- pyaxmlparser (Parser for Android's XML handler) at version 0.3.7
See ticket #36453
See https://hydra.nixos.org/build/70687256/log
2018-03-11 00:24:28 +01:00
Maximilian Bosch
94458721a7
pythonPackages.htmltreediff: fix build
...
- add `pythonPackages.nose` as `checkInput` to make the tests passing
- extract expression into its own file
See https://hydra.nixos.org/build/70680974/log
See ticket #36453
2018-03-11 00:21:47 +01:00
Josef Kemetmüller
57d862fecf
pythonPackages.discid: fix darwin build
2018-03-11 00:15:41 +01:00
Josef Kemetmüller
91a9453496
pythonPackages.construct: Fix darwin build
...
The package runs fine on darwin. Using pytest as a test runner also
resolves the checkPhase issue on Python 3.5+.
2018-03-10 23:36:00 +01:00
Jan Malakhovski
7079e744d4
Merge branch 'master' into staging
...
Resolved the following conflicts (by carefully applying patches from the both
branches since the fork point):
pkgs/development/libraries/epoxy/default.nix
pkgs/development/libraries/gtk+/3.x.nix
pkgs/development/python-modules/asgiref/default.nix
pkgs/development/python-modules/daphne/default.nix
pkgs/os-specific/linux/systemd/default.nix
2018-03-10 20:38:13 +00:00
Josef Kemetmüller
d289736def
pythonPackages.regex: fix darwin build
...
The package works fine on darwin. We run some tests to prove this.
2018-03-10 20:19:42 +01:00
Jörg Thalheim
80fcfbe4cf
Merge pull request #36748 from etu/python-anyjson-fixes
...
anyjson: move to own directory
2018-03-10 16:05:30 +00:00
Jörg Thalheim
0d267c6abe
Merge pull request #36746 from etu/python-alot-fixes
...
alot: move to own module
2018-03-10 16:02:26 +00:00
Ivan Solyankin
34b06b05e3
marisa-python: init at 1.3.40
2018-03-10 17:13:38 +03:00
Lancelot SIX
ddddca5c2f
pythonPackages.daphne: 2.0.3 -> 2.1.0
2018-03-10 14:55:00 +01:00
Lancelot SIX
38753d52bc
pythonPackages.asgiref: 2.1.5 -> 2.2.0
2018-03-10 14:55:00 +01:00
Lancelot SIX
dadba1cce3
pythonPackages.asgi_redis: drop
...
This was part of django-channel-1.x. The current version (2) does not
use it anymore
2018-03-10 14:55:00 +01:00
Lancelot SIX
1347f90953
pythonPackages.asgi_ipc: drop
...
This wath used for django-channels-1.x. The current version (2) does
not use it anymore
2018-03-10 14:55:00 +01:00
Elis Hirwing
282778ccdd
anyjson: move to own directory
2018-03-10 13:17:00 +01:00
Elis Hirwing
43935736f6
alot: move to own module
2018-03-10 12:57:55 +01:00
Robert Schütz
3387115364
pythonPackages.aiohttp: 3.0.1 -> 3.0.5
2018-03-10 12:50:04 +01:00
Frederik Rietdijk
2c406f6329
python.pkgs.odo: disable failing test
2018-03-10 12:36:27 +01:00
Frederik Rietdijk
5c1c6a3071
python.pkgs.datashape: disable several tests
2018-03-10 12:36:27 +01:00
Elis Hirwing
b6fc08795e
polib: move to own file and fix homepage
2018-03-10 12:13:17 +01:00
Frederik Rietdijk
acff736e37
Merge pull request #36735 from etu/python-progressbar-fixes
...
progressbar: move to own file and fix homepage
2018-03-10 12:11:44 +01:00
Frederik Rietdijk
66949d24e4
Merge pull request #36733 from etu/publicsuffix-fixes
...
publicsuffix: move to own file and fix homepage
2018-03-10 12:11:05 +01:00
Elis Hirwing
605a373468
publicsuffix: move to own file and fix homepage
2018-03-10 12:07:11 +01:00
Frederik Rietdijk
82f0b244bc
Merge pull request #36731 from etu/pyjade-fixes
...
pyjade: move to own file and fix homepage
2018-03-10 12:06:11 +01:00
Elis Hirwing
6c55f5479d
progressbar: move to own file and fix homepage
2018-03-10 12:05:33 +01:00
Elis Hirwing
77330e18f4
pyjade: move to own file and fix homepage
2018-03-10 12:03:57 +01:00
Frederik Rietdijk
fbea3ddd0c
Merge pull request #36732 from etu/pychart-fixes
...
pychart: move to own file
2018-03-10 12:02:32 +01:00
Elis Hirwing
f1795e3957
pychart: move to own file
...
Also update website and download of source.
2018-03-10 12:00:12 +01:00
Elis Hirwing
b29348257a
proboscis: move to own file and fix homepage
2018-03-10 09:12:12 +01:00
Alex Brandt
df9148c2aa
behave: 1.2.5 -> 1.2.6
2018-03-08 19:57:35 -06:00
volth
632e9e62c8
libvirt: 3.10.0 -> 4.1.0
2018-03-08 23:45:28 +00:00
Maxime Dénès
073e635f67
pythonPackages.sphinxcontrib-bibtex: init at 0.3.6
2018-03-08 12:14:41 +00:00
Maxime Dénès
4b0717b2fa
pythonPackages.oset: init at 0.1.3
2018-03-08 12:14:40 +00:00
Maxime Dénès
e8a588894e
pythonPackages.pybtex-docutils: init at 0.2.1
2018-03-08 12:14:39 +00:00
Maxime Dénès
5210122969
pythonPackages.pybtex: init at 0.21
2018-03-08 12:14:37 +00:00
Maxime Dénès
0450c596f0
pythonPackages.latexcodec: init at 1.0.5
2018-03-08 12:14:36 +00:00
Maxime Dénès
48608f3e16
pythonPackages.sphinx-navtree: init at 0.3.0 ( #36442 )
2018-03-08 11:13:04 +01:00
Maxime Dénès
50287f8c09
pythonPackages.antlr4-python3-runtime: init at 4.7.1
2018-03-08 08:21:03 +00:00
Michael Weiss
fa051cdd0a
aiohttp-cors: 0.6.0 -> 0.7.0
...
Upstream removed support for Python 3.4 [0][1] (and the build fails).
[0]: https://github.com/aio-libs/aiohttp-cors/releases/tag/v0.7.0
[1]: https://github.com/aio-libs/aiohttp/releases/tag/v3.0.1
2018-03-07 22:53:54 +01:00
Alex Brandt
b8c3a16cd3
parse-type: 0.3.4 -> 0.4.2
2018-03-07 11:03:01 -06:00
Alex Brandt
e39f948cb0
parse: 1.6.6 -> 1.8.2
2018-03-07 11:02:22 -06:00
Erik Arvstedt
7374c5bed9
pythonPackages.opentimestamps: init at 0.2.1
2018-03-07 12:22:16 +01:00
Erik Arvstedt
c9b4dc17f0
pythonPackages.pysha3: init at 1.0.2
2018-03-07 12:22:11 +01:00
Jörg Thalheim
7aad357cad
Merge pull request #36323 from andrew-d/adunham/fix-pillow
...
pillow: Fix build on non-NixOS systems
2018-03-05 23:18:05 +00:00
Andrew Dunham
8ad2cb1d0c
pillow: Fix build on non-NixOS systems
...
The Pillow install script will, by default, add paths like /usr/lib and
/usr/include to the search paths. This can break things when building
on a non-NixOS system that has some libraries installed that are not
installed in Nix (for example, Arch Linux has jpeg2000 but Nix doesn't
build Pillow with this support).
We solve this by telling Pillow to knock it off 😄
Fixes #36317
2018-03-05 15:13:55 -08:00
Franz Pletz
4ff4ef51b7
pythonPackages.wsproto: init at 0.11.0
2018-03-05 18:06:30 +01:00
Franz Pletz
92cbfd8555
pythonPackages.h11: init at 0.7.0
2018-03-05 18:06:29 +01:00
Vladimír Čunát
565bd805e6
Merge branch 'master'
2018-03-05 14:53:27 +01:00
Jörg Thalheim
a6d9548428
pythonPackages.python-ptrace: init at 0.9.3
2018-03-05 11:08:25 +00:00
makefu
579216f4c4
pythonPackages.pytest-mock: 1.7.0 -> 1.7.1
...
1.7.0 fails with ascii error
2018-03-05 09:22:41 +01:00
Peter Hoeg
0b8401c4aa
Merge pull request #36108 from peterhoeg/p/ha-deps
...
home-assistant: add multiple dependencies
2018-03-05 07:22:08 +08:00
Peter Hoeg
b1d7d13e64
pythonPackages.miniupnpc: init at 2.0.2
2018-03-04 23:43:06 +01:00
Peter Hoeg
083ac5add3
pythonPackages.ha-ffmpeg: init at 1.9
2018-03-04 23:43:06 +01:00
Peter Hoeg
4af9a88107
pythonPackages.yahooweather: init at 0.10
2018-03-04 23:43:05 +01:00
Peter Hoeg
0bb55edb3a
pythonPackages.deluge-client: init at 1.2.0
2018-03-04 23:43:05 +01:00
Peter Hoeg
91456c6705
pythonPackages.sseclient: init at 0.0.19
2018-03-04 23:42:52 +01:00