Commit graph

3345 commits

Author SHA1 Message Date
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
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
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
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