Adam Washington
392def733b
Remove lint from Sasview package
2018-03-22 17:44:27 +00: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
Adam Washington
01c1385dec
Make xhtml2pdf its own package in python-packages
...
xhtml2pdf now uses the main package html5lib with just an override to
pull the correct version number.
2018-03-21 13:46:17 +00:00
Adam Washington
609374523c
Remove explicit licenses import from python package sasmodels
...
The licenses variable was being required by sasmoels, but licenses was
already a child of the lib parameter and was redundant.
2018-03-21 13:32:30 +00: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
Matthew Pickering
2c6cd5b69c
Build qscintilla on darwin
2018-03-21 08:28:01 +00:00
Matthieu Coudron
a8403b64f8
gpgme: add withPython ? false to enable bindings
...
Useful for MUAs mostly, like alot
2018-03-21 10:21:39 +09: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
9f54b031fd
pythonPackages.WSME: move expression
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
a1b9cc7938
pythonPackages.deform: move expression
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
fbff08f2f2
pythonPackages.{reviewboard,djblets}: uninit
...
Djblets is unmaintained: has not been updated since 2015, but had many releases.
Dependency django_pipeline_1_3 is broken and should anyway be removed from pythonPackages because we want to have a consistent package set.
Because the reviewboard package also hasn't been updated since 2015 and depends on djblets, it is removed as well.
2018-03-20 17:32:47 +01:00
Robert Schütz
127045d8e0
pythonPackages.slimit: init at 0.8.1
2018-03-20 10:59:37 +01:00
Robert Schütz
ba74cf4d5c
pythonPackages.django_pipeline: move expression
2018-03-20 09:58:15 +01:00
Lancelot SIX
de63ff83a7
pythonPackages.svg-path: 2.0b1 -> 2.2
2018-03-19 22:39:56 +01: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
Matthew Justin Bauer
afe69ded54
Merge pull request #36414 from erikarvstedt/opentimestamps
...
Add opentimestamps
2018-03-19 03:57:11 -05:00
Josef Kemetmüller
af0f9fa26b
pythonPackages.tkinter: fix darwin build
2018-03-18 22:28:46 +01:00
Spencer Baugh
04c3713755
pythonPackages.requests-unixsocket: init at 0.1.5
2018-03-18 17:47:37 +00: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
4779989c4e
pythonPackages.dlib: fix build
2018-03-18 16:04:52 +01:00
Robert Schütz
a6cbdeaef3
pythonPackages.colander: move expression
2018-03-18 15:52:18 +01:00
Robert Schütz
bd7a7bd817
pythonPackages.allpairspy: init at 2.4.0
2018-03-18 13:19:06 +01:00
Robert Schütz
097dd635fa
pythonPackages.pyshphere: uninit
...
Build is broken and project is unmaintained since 2013.
2018-03-18 13:03:29 +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
19797d8464
klaus: move out of pythonPackages and 0.9.1 -> 1.2.2
2018-03-18 12:25:09 +01:00
Robert Schütz
bd3280fbae
pythonPackages.python-ctags3: init at 1.2.4
2018-03-18 11:46:37 +01: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
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
3394feaeef
pythonPackages.hvac: move expression
2018-03-17 18:54:57 +01:00
Robert Schütz
ba5d1bb28b
pythonPackages.paypalrestsdk: move expression
2018-03-17 17:05:38 +01:00
Robert Schütz
127f99e22e
pythonPackages.pushbullet: move expression
2018-03-17 16:46:30 +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
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
adisbladis
a2a7037937
Merge pull request #37038 from dtzWill/update/pycurl-7.43.0.1
...
pycurl: 7.19.5.1 -> 7.43.0.1
2018-03-16 01:08:04 +08:00
Timo Kaufmann
488835ec6e
conan: Locally pin deps, enable tests
2018-03-15 13:48:58 +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
John Ericson
2e87550ace
Merge pull request #36985 from obsidiansystems/no-allBut
...
treewide: get rid of platforms.allBut
2018-03-14 18:57:28 -04:00
Will Dietz
99131b4fc2
pycurl: 7.19.5.1 -> 7.43.0.1
2018-03-14 17:50:25 -05:00
John Ericson
f79f80dbf2
treewide: get rid of platforms.allBut
...
Negative reasoning like `allBut` is a bad idea with an open world of
platforms. Concretely, if we add a new, quite different sort of
platform, existing packages with `allBut` will claim they work on it
even though they probably won't.
2018-03-14 18:44:42 -04:00
Robert Schütz
d78a411d98
Merge pull request #36899 from aborsu/spacy
...
Spacy
2018-03-14 23:36:46 +01:00
Daiderd Jordan
f18a23acf3
Merge pull request #37008 from knedlsepp/fix-pycurl-on-darwin
...
pythonPackages.pycurl: Fix darwin build
2018-03-14 20:43:01 +01:00
Augustin Borsu
5568e25fa0
python.msgpack-numpy: init 0.4.1
2018-03-14 20:29:07 +01:00
Josef Kemetmüller
42555f6c7d
pythonPackages.pycurl: Fix darwin build
2018-03-14 19:58:02 +01:00
Daiderd Jordan
9b044a1dba
python-tkinter: mark linux only
...
/cc ZHF #36454
2018-03-14 19:52:34 +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
Robert Schütz
c8a7aa1e1b
Merge pull request #36944 from xeji/nevow
...
python27Packages.nevow: fix build, 0.14.2->0.14.3
2018-03-14 19:04:49 +01:00
Nikolay Amiantov
dc2104d132
sleekxmpp: 1.3.1 -> 1.3.3
2018-03-14 20:45:31 +03: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
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
Maxime Dénès
669cbb63d0
pythonPackages.sphinx_rtd_theme: 0.1.9 -> 0.2.5b2
2018-03-12 13:33:55 +01:00
Adam Washington
27f14b5e7d
pythonPackages.sasmodels: init at 0.96
...
Sasmodels provides a library of small angle scattering calculations
that are needed by Sasview, which will be added in my next commit.
2018-03-12 09:21:52 +00: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
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
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
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
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
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
Frederik Rietdijk
00e50c217c
Merge pull request #36252 from FRidh/toPythonApplication
...
Python: introduce toPythonApplication function
2018-03-10 12:04:25 +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
Adam Washington
242e37800b
pythonPackage.bumps: init at 0.7.6
...
This package is required by SasView, which will be added in a later commit.
2018-03-09 11:57:28 +00:00
Adam Washington
db2e6b6e9a
pythonPackages.unittest-xml-reporting: init at 2.1.1
...
This package is used by Sasview, which will be added in a later commit.
2018-03-09 11:54:42 +00:00
Adam Washington
e1edb55792
pythonPackages.periodictable: init at 1.5.0
...
This package is a required dependency of SasView, which will be added
in a later commit.
2018-03-09 11:53:12 +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
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
Robert Helgesson
4134e62650
pythonPackages.pycdio: clean up patching
...
The BSDI driver is not used by platforms supported by Nixpkgs.
2018-03-06 18:19:38 +01: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
Moritz Ulrich
5b66c2b421
pythonPackages.mt-940: init at 4.10.0.
2018-03-05 12:25:57 +01:00
Jörg Thalheim
a6d9548428
pythonPackages.python-ptrace: init at 0.9.3
2018-03-05 11:08:25 +00:00
Nikolay Amiantov
eaed0ec08e
xgboost: 0.60 -> 0.7
...
Fixes build error.
2018-03-05 04:55:26 +03: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
Robert Schütz
33e16997b9
pythonPackages.async: uninit because deprecated
...
Citing from PyPI:
DEPRECATION NOTE: Please do not use this library ! It’s not working correctly in python 3, and besides that might be called a failed experiment.
2018-03-04 23:43:06 +01: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
Robert Helgesson
f500771911
pythonPackages.pycdio: 0.21 -> 2.0.0
2018-03-04 21:50:18 +01:00
Peter Hoeg
2ca4e73fba
pythonPackages.aiohttp-jinja2: init at 0.16.0
2018-03-04 11:51:59 +01:00
Tuomas Tynkkynen
1e107443ad
Merge commit '618ac29687a650d854c8bea7efd4490387589ce2' into staging
2018-03-03 22:40:32 +02:00
Jörg Thalheim
fe2acc2b2c
Merge pull request #36215 from xnaveira/py-junos-eznc
...
Py junos eznc
2018-03-03 17:35:58 +00:00
Xavier Naveira
1689c3c53f
pythonPackages.junos-eznc: init at 2.1.7
...
pythonPackages.junos-eznc: init at 2.1.7
pythonPackages.junos-eznc: init at 2.1.7
2018-03-03 17:52:48 +01:00
Frederik Rietdijk
03e54c5e88
Python: introduce toPythonApplication function
...
This commit introduces the `toPythonApplication` function. Certain
Python packages are considered both a library and an application, that
is, they expose importable modules, but typically executables that are
part of the package are used instead.
In this case, the package needs to be added to `python-packages.nix` in
order for it to be available as a library. An alias with this function
can then be added in `all-packages.nix`, e.g.:
```
ansible = with pythonPackages; toPythonApplication ansible;
```
2018-03-03 17:14:09 +01:00
Jörg Thalheim
ce6adf6dcf
Merge pull request #34868 from teto/protocol
...
[RDY] protocol: module to application
2018-03-03 15:41:41 +00:00
Robert Schütz
75c20548bf
Merge pull request #36199 from dotlambda/python-unstable
...
python fixes
2018-03-02 20:57:13 +01:00
Jörg Thalheim
22b4349b3a
Merge pull request #36224 from erosennin/pymetar-0.21
...
pythonPackages.pymetar: 0.20 -> 0.21
2018-03-02 16:13:51 +00:00
Jörg Thalheim
e2f7ef7bf5
python.pkgs.pymetar: modernize
2018-03-02 16:12:08 +00:00
Andrey Golovizin
a862a0e559
pythonPackages.pymetar: 0.20 -> 0.21
2018-03-02 16:47:28 +01:00
Andrey Golovizin
cc2aa6f358
pythonPackages.pymetar: add myself as maintainer
2018-03-02 16:46:36 +01:00
Xavier Naveira
22c5082aed
pythonPackages.ncclient: init a 0.5.3
2018-03-02 15:33:07 +01:00
Xavier Naveira
284c6a5990
pythonPackages.scp: init at 0.10.2
2018-03-02 15:24:00 +01:00
Robert Schütz
92896e2739
pythonPackages.ftputil: move expression
2018-03-02 03:45:34 +01:00
Robert Schütz
7b525acee2
pythonPackages.dj-database-url: init at 0.5.0
2018-03-02 03:45:24 +01:00
Robert Schütz
150d0b7428
pythonPackages.pycups: move expression
2018-03-02 02:37:58 +01:00
Robert Schütz
f14c9ae883
pythonPackages.ldappool: move expression
2018-03-02 02:06:57 +01:00
Matthew Maurer
a9409104a0
bap: 1.2 -> 1.4
2018-03-01 17:22:43 -05:00
Frederik Rietdijk
810dd0f984
Merge remote-tracking branch 'upstream/master' into HEAD
2018-03-01 20:00:42 +01:00
Adam Ruzicka
020e80104a
hg-git: 0.8.10 -> 0.8.11
...
0.8.10 is not compatible with mercurial-4.5
2018-03-01 17:04:52 +01:00
Robert Schütz
455dbc4668
pythonPackages.flake8-import-order: init at 0.17
2018-03-01 14:43:12 +01:00
Robert Schütz
2937f81e61
pythonPackages.pylama: init at 7.4.3
2018-03-01 14:43:12 +01:00
Tuomas Tynkkynen
34f95d92a2
Merge remote-tracking branch 'upstream/master' into staging
...
Conflicts:
pkgs/applications/misc/pytrainer/default.nix
pkgs/development/tools/pew/default.nix
pkgs/tools/misc/you-get/default.nix
2018-02-28 20:52:49 +02:00
Matthieu Coudron
0a672f7984
[RDY] pythonPackages.cmd2: 0.7.7 -> 0.8.0 ( #35162 )
...
Some cool stuff like history saving to transcripts, support for argparse
based parsers etc:
https://github.com/python-cmd2/cmd2/blob/master/CHANGELOG.md
It is now possible to run tests though many fails.
2018-02-28 13:55:02 +00:00
Robert Schütz
04dd1987a3
Merge pull request #35842 from makefu/pkgs/python-packages/move
...
move python packages owned by makefu into separate folders in python-modules
2018-02-28 10:38:13 +01:00
makefu
b4eee22b6f
pythonPackages.xstatic-pygments: move to python-modules
2018-02-28 08:32:53 +01:00
makefu
0b5af0399d
pythonPackages.xstatic-jquery-ui: move to python-modules
2018-02-28 08:32:53 +01:00
makefu
2fb4fafdfb
pythonPackages.xstatic-jquery-file-upload: move to python-modules
2018-02-28 08:32:52 +01:00
makefu
9fe410fd49
pythonPackages.xstatic-jquery: move to python-modules
2018-02-28 08:32:51 +01:00
makefu
0a57241733
pythonPackages.xstatic-bootstrap: move to python-modules
2018-02-28 08:32:50 +01:00
makefu
ce8fbda108
pythonPackages.xstatic-bootbox: move to python-modules
2018-02-28 08:32:47 +01:00
makefu
fa23628f04
pythonPackages.xstatic: move to python-modules
2018-02-28 08:32:18 +01:00
Robert Schütz
3836f7939b
pythonPackages.pythondaemon: move expression
2018-02-28 01:17:26 +01:00
Robert Schütz
94baae5e6b
pythonPackages.wp_export_parser: uninit
...
Package is broken and umnaintained.
Upstream has not been updated since 2013.
2018-02-27 23:55:50 +01:00
Jörg Thalheim
1beee1cfc8
Merge pull request #34167 from rasendubi/screenkey
...
screenkey: init at 0.9
2018-02-27 22:50:46 +00:00
Robert Schütz
9e29b4b269
pythonPackages.tmdb3: move expression
2018-02-27 23:28:00 +01:00
Robert Schütz
cf5b06f9ce
pythonPackages.tunigo: move expression
2018-02-27 23:04:16 +01:00
Robert Schütz
7076991eec
pythonPackages.virtual-display: move expression
2018-02-27 23:04:15 +01:00
Robert Schütz
250aa352c4
pythonPackages.BlinkStick: move expression
2018-02-27 22:57:40 +01:00
Jan Tojnar
cd35a39b11
pythonPackages.cairocffi: move out of python-modules.nix
2018-02-27 19:29:56 +01:00
Frederik Rietdijk
62f0942b6e
Merge pull request #35668 from lsix/add_pythonPackages_kubernetes
...
pythonPackages.kubernetes: init at 5.0.0
2018-02-27 15:51:26 +00:00
makefu
eb6ae2d8fb
pythonPackages.d2to1: move to python-modules
2018-02-27 16:40:00 +01:00
Frederik Rietdijk
15beb89da6
python: wrapt: 1.10.5 -> 1.10.11
2018-02-27 16:35:57 +01:00
Frederik Rietdijk
405407fcf5
Merge pull request #35680 from NixOS/python-unstable
...
Python: last major updates package set
2018-02-27 09:16:47 +00:00
Frederik Rietdijk
ad5127c417
Merge remote-tracking branch 'upstream/master' into HEAD
2018-02-27 09:18:49 +01:00
Robert Schütz
f9cb9cac76
Merge pull request #35175 from dotlambda/magic-wormhole
...
pythonPackages.magic-wormhole: 0.10.4 -> 0.10.5
2018-02-27 08:58:36 +01:00
Robert Schütz
283002461b
pythonPackages.mozterm: init at 0.1.0
2018-02-26 23:56:36 +01:00
Vladimír Čunát
e2243a5ac9
Revert "Revert "Merge staging at '8d490ca9934d0' into master""
...
This reverts commit f5ce8f86df
.
2018-02-26 22:54:48 +01:00
Vladimír Čunát
f5ce8f86df
Revert "Merge staging at '8d490ca9934d0' into master"
...
This reverts commit fc23242220
, reversing
changes made to 754816b84b
.
We don't have many binaries yet. Comment on the original merge commit.
2018-02-26 22:53:18 +01:00
Peter Hoeg
88b7830b82
wakeonlan: init at 1.0.0
2018-02-27 01:16:05 +08:00
Peter Hoeg
ab6c9143c2
jsonrpc-websocket: init at 0.5
2018-02-26 23:46:42 +08:00
Peter Hoeg
48a792d707
jsonrpc-async: init at 0.6
2018-02-26 23:46:42 +08:00
Peter Hoeg
afd191adba
jsonrpc-base: init at 1.0
2018-02-26 23:46:42 +08:00
Peter Hoeg
b619c9b76c
pyunifi: init at 2.13
2018-02-26 23:46:42 +08:00
Lancelot SIX
95d59d4233
pythonPackages.kubernetes: init at 5.0.0
2018-02-26 16:27:06 +01:00
Lancelot SIX
eaa94b29ee
pythonPackages.websocket_client: 0.40.0 -> 0.47.0
2018-02-26 16:27:06 +01:00
Frederik Rietdijk
fc23242220
Merge staging at '8d490ca9934d0c01e1e9ade455657e54e2e843c0' into master
2018-02-26 13:05:32 +01:00
Peter Hoeg
8eabd76432
onkyo-eiscp: init at 1.2.4
2018-02-26 18:15:49 +08:00
Frederik Rietdijk
4f08b0fbac
Merge remote-tracking branch 'upstream/master' into HEAD
2018-02-26 10:50:18 +01:00
Frederik Rietdijk
afd364a0ad
Merge pull request #35471 from ixxie/py_stringmatching
...
pythonPackages.py_stringmatching: init at 0.4.0
2018-02-26 07:05:23 +00:00
Frederik Rietdijk
e6cc9a7688
Merge pull request #35467 from ixxie/ldapauth
...
pythonPackages.jupyterhub-ldapauthenticator: init at 1.1
2018-02-26 07:00:00 +00:00
Nikolay Amiantov
9c14e99e71
python.pkgs.webassets: move to a separate file
2018-02-25 22:24:10 +03:00
Nikolay Amiantov
c17b05e94e
python.pkgs.virtkey: move to a separate file
2018-02-25 22:24:10 +03:00
Nikolay Amiantov
2cad4e61db
python.pkgs.sockjs-tornado: move to a separate file
2018-02-25 22:24:10 +03:00
Nikolay Amiantov
67487427e9
python.pkgs.pylru: move to a separate file
2018-02-25 22:24:10 +03:00
Nikolay Amiantov
1f9a7ec651
python.pkgs.flask_script: move to a separate file
2018-02-25 22:24:10 +03:00
Nikolay Amiantov
91840c30bd
python.pkgs.flask_principal: move to a separate file
2018-02-25 22:24:10 +03:00
Nikolay Amiantov
48db371328
python.pkgs.flask_assets: move to a separate file
2018-02-25 22:24:10 +03:00
Nikolay Amiantov
2a32c8a1ed
python.pkgs.enum-compat: move to a separate file
2018-02-25 22:24:10 +03:00
Nikolay Amiantov
a299bf6692
python.pkgs.scandir: move to a separate file
2018-02-25 22:24:10 +03:00
Nikolay Amiantov
cc6dff3be4
python.pkgs.sarge: move to a separate file
2018-02-25 22:24:10 +03:00
Nikolay Amiantov
674c3d20fc
python.pkgs.pyspf: move to a separate file
2018-02-25 22:24:09 +03:00
Nikolay Amiantov
22c37db7f2
python.pkgs.python-axolotl-curve25519: move to a separate file
2018-02-25 22:24:09 +03:00
Nikolay Amiantov
22f5d7e8a9
python.pkgs.python-axolotl: move to a separate file
2018-02-25 22:24:09 +03:00
Nikolay Amiantov
370f5b4c57
pypolicyd-spf: move to all-packages
...
It's not a library.
2018-02-25 22:24:09 +03:00
Nikolay Amiantov
c336e5c872
scfbuild: move to all-packages
...
It's not a library.
2018-02-25 22:24:09 +03:00
Nikolay Amiantov
1bfca90bf7
cntk: 2.2 -> 2.4
...
Comment for `broken` indicates that it never worked at all, which is strange
since on my machine it did. Anyway it works now for me.
2018-02-25 22:24:09 +03:00
Matan Shenhav
23b6f5e229
pythonPackages.jupyterhub-ldapauthenticator: init at 1.1
2018-02-25 18:05:23 +00:00
Matan Shenhav
0eb46505c3
pythonPackages.py_stringmatching: init at 0.4.0
2018-02-25 17:49:30 +00:00
Jan Tojnar
a31d98f312
tree-wide: autorename gnome packages to use dashes
2018-02-25 17:41:16 +01:00
Alexander V. Nikolaev
33daafd4c5
python-packages: libGL/libGLU transition
2018-02-24 17:06:49 +02:00
Robert Schütz
ab544717bb
pythonPackages.magic-wormhole-transit-relay: init at 0.1.1
2018-02-24 10:53:13 +01:00
Frederik Rietdijk
3002880b66
Merge pull request #35345 from dtzWill/update/grip-4.4.0
...
grip: 4.3.2 -> 4.4.0, patch to handle front matter
2018-02-24 07:49:30 +00:00
Nikolay Amiantov
a984be41ab
Merge branch 'master' into staging
2018-02-23 18:51:08 +03:00
Robert Schütz
d95b811f31
pythonPackages.spake2: 0.7 -> 0.8
2018-02-23 14:56:25 +01:00
Will Dietz
4d2a0cb605
grip: move to separate file, pname
...
(review feedback, thanks!)
2018-02-23 01:28:30 -06:00
Frederik Rietdijk
383da0ff9e
Merge pull request #35252 from nico202/master
...
papis: 0.5.2 -> 0.5.3
2018-02-22 16:36:27 +00:00
Will Dietz
630574ebb1
grip: Add patch to render the 'front matter' like github does
2018-02-22 09:57:39 -06:00
Will Dietz
c3e076b2f2
pythonPackages: grip 4.3.2 -> 4.4.0
2018-02-22 09:54:28 -06:00
Robert Schütz
198bdf39b6
pythonPackages.mysql_connector_repackaged: uninit
...
Package has last been updated in 2012.
There is now also pythonPackages.mysql-connector.
2018-02-22 01:52:01 +01:00
Robert Schütz
c7a6483309
pythonPackages.konfig: move expression
2018-02-22 01:46:11 +01:00
Robert Schütz
35ee24f966
pythonPackages.text-unidecode: init at 1.1
2018-02-22 01:46:11 +01:00
Robert Schütz
2bdee9b0c3
pythonPackages.green: 2.3.0 -> 2.12.0
2018-02-22 01:46:10 +01:00
Robert Schütz
fac32de1db
pythonPackages.xdot: move expression
2018-02-22 01:46:10 +01:00
Robert Schütz
276fb96532
pythonPackages.rednose: 1.2.1 -> 1.3.0
2018-02-22 01:46:10 +01:00
Robert Schütz
09ae15ea50
pythonPackages.termstyle: 0.1.10 -> 0.1.11
2018-02-22 01:46:10 +01:00
Robert Schütz
4a9a7d3036
pythonPackages.binaryornot: 0.4.0 -> 0.4.4
2018-02-22 01:46:10 +01:00
Frederik Rietdijk
b5391b2451
Merge remote-tracking branch 'upstream/master' into HEAD
2018-02-21 20:43:10 +01:00
Michael Weiss
09ee3770dd
pythonPackages.mysql-connector: init at 8.0.6
2018-02-21 18:54:26 +01:00
Jörg Thalheim
a65221e56b
Merge pull request #35245 from mogorman/pulseaudio-dlna
...
pulseaudio-dlna
2018-02-21 14:36:41 +00:00
Matthias Beyer
9d0e4c0e5d
pythonPackages.ruamel_yaml: 0.13.7 -> 0.15.35
2018-02-21 14:08:38 +01:00
Matthew O'Gorman
583ce2b1a9
python-notify2: init at 0.3.1
2018-02-21 04:14:08 -05:00
Frederik Rietdijk
75df207068
Merge pull request #31507 from abbradar/tensorflow-new
...
Fixes for CUDA and Tensorflow update
2018-02-21 08:39:44 +00:00
Nicolò Balzarotti
7c14e8ba04
dmenu-python: init at 0.2.1
2018-02-21 00:42:36 +01:00
Nikolay Amiantov
8aeea493a5
python.pkgs.tensorflow: 1.3 -> 1.5
2018-02-21 00:50:24 +03:00
Robert Schütz
80f84ceda2
ddar: move out of pythonPackages
2018-02-20 17:42:34 +01:00
Matthieu Coudron
88dae1a1c8
protocol: module to application
...
protocol really is a "buildPythonApplication" rather than a
buildPythonPackage".
2018-02-19 07:04:16 +09:00
Frederik Rietdijk
8cf59a3e14
python.pkgs.numpydoc: 0.6.0 -> 0.7.0
2018-02-18 20:07:43 +01:00
Robert Schütz
49dbb87536
pythonPackages.pymacaroons-pynacl: move expression
...
Tests are now explicitly disabled to fix the build for Python 3.
2018-02-18 19:19:04 +01:00
Frederik Rietdijk
b234fa4310
Merge pull request #34948 from davidak/micawber
...
micawber: init at 0.3.5
2018-02-18 15:58:09 +00:00
Nikolay Amiantov
3957b6b379
moinmoin: refactor and fix build
2018-02-18 12:53:36 +03:00
Vladimír Čunát
b5aaaf87a7
Merge staging and PR #35021
...
It's the last staging commit (mostly) built on Hydra,
and a minimal fix for Darwin regression in pysqlite.
2018-02-16 09:13:12 +01:00
Daiderd Jordan
2b851d14d9
python-pysqlite: fix darwin build
2018-02-16 00:02:04 +01:00
Shea Levy
5812195f81
pythonPackages.JayDeBeApi: Init at 1.1.1.
2018-02-15 13:12:54 -05:00
Shea Levy
2dbf5dd599
pythonPackages.JPype1: Init at 0.6.2
2018-02-15 13:07:32 -05:00
Frederik Rietdijk
050810e526
Revert "Add JayDeBeApi and JPype1 python packages"
...
This reverts commit 77c4e4696d
.
Not conforming general guidelines and Python-specific guidelines.
2018-02-15 18:33:16 +01:00
Shea Levy
77c4e4696d
Add JayDeBeApi and JPype1 python packages
2018-02-15 12:15:42 -05:00
Rob Vermaas
9342b56eed
imbalanced-learn: init at 0.3.2
2018-02-15 17:19:20 +01:00
davidak
8ab1db0ff5
micawber: init at 0.3.5
2018-02-14 17:07:37 +01:00
Will Dietz
d6b5ee8b5a
pysqlite: quickfix for cross
2018-02-13 09:44:31 -06:00
Tuomas Tynkkynen
1a06373c0a
Merge remote-tracking branch 'upstream/master' into staging
...
Conflicts:
pkgs/development/libraries/libclc/default.nix
pkgs/top-level/all-packages.nix
2018-02-13 16:42:55 +02:00
Alexey Shmalko
40389db4a2
pythonPackages.screenkey: remove
2018-02-12 20:33:24 +02:00
Robert Schütz
804bf3c22a
pythonPackages.pytest-mock: 1.6.0 -> 1.6.3
2018-02-12 12:46:21 +01:00
Profpatsch
2922bee722
remove profpatsch from maintainer list of a few packages
2018-02-12 06:24:38 +01:00
Alain Lehmann
a842f0e905
graph-tool: 2.16 -> 2.26
...
- add ncurses: configure links against ncurses and fails otherwise
configure: error: Could not link test program to Python.
https://travis-ci.org/NixOS/nixpkgs/builds/48759067
The given hint (Maybe the main Python library has been installed
in some non-standard library path) is misleading.
The config.log reveals that the failure is due to missing ncurses link option
- with-boost-libdir is need to find Boost::IOStreams/regex/etc.
- expat/cgal are detected in /usr/lib when not specified explicitly
- boost > boost159 is needed to have -lboost_python3 (and -lboost_python)
- set pythonModule = Python;
=> inorder to be used in python.buildEnv { extraLibs = [..]; }
tested on MacOSX and in a linux Docker container with:
> nix-shell -I nixpkgs=. -p python2.pkgs.graph-tool
> nix-shell -I nixpkgs=. -p python3.pkgs.graph-tool
2018-02-11 21:34:01 +01:00
Daiderd Jordan
69779a5f7e
Merge pull request #33374 from dtzWill/update/llvm-5-default
...
Update LLVM default 4 -> 5
2018-02-11 18:29:26 +01:00
Spencer Baugh
600d0afc4f
pythonPackages.aioconsole: init at 0.1.7
2018-02-11 17:23:52 +00:00
Ivan Solyankin
eb3611a8f3
pythonPackages.i3ipc: init at 1.4.0
...
closes #34828
2018-02-11 16:34:31 +03:00
Frederik Rietdijk
27217271e1
Merge pull request #34826 from va1entin/pynacl
...
pythonPackages.pynacl: 0.3.0 -> 1.2.1
2018-02-11 08:48:56 +00:00
Nadrieril
ad7ab43448
pythonPackages.weboob: 1.1 -> 1.3
2018-02-11 09:14:42 +01:00
Frederik Rietdijk
89467cf144
python.pkgs.pytest_32: init at 3.2.5
...
Bring it back as it is needed.
2018-02-11 09:06:31 +01:00
Lancelot SIX
45b9cf2659
pythonPackages.celery: 4.0.2 -> 4.1.0
2018-02-11 09:00:18 +01:00
Valentin Heidelberger
97982f264a
pythonPackages.pynacl: 0.3.0 -> 1.2.1
2018-02-11 01:52:38 +01:00
Jörg Thalheim
e2d2503515
Merge pull request #34015 from veprbl/pytgbot
...
python-telegram-bot: init at 9.0.0
2018-02-10 14:41:14 +00:00
Eric Wolf
230b640ea6
pythonPackages.neovim: 0.2.0 -> 0.2.1
...
changed dependency msgpack-python to msgpack to make
it build
2018-02-10 15:10:55 +01:00
Eric Wolf
41937749ce
pythonPackages.msgpack-python: 0.4.7 -> 0.5.4
...
and refactored to reuse the nix expression of
pythonPackages.msgpack
2018-02-10 15:10:55 +01:00
Eric Wolf
b020aef13a
pythonPackages.msgpack: init at 0.5.4
2018-02-10 15:10:55 +01:00
Eric Wolf
e2859068b1
pythonPackages.msgpack: renamed to msgpack-python
2018-02-10 14:47:19 +01:00
Nicolò Balzarotti
3c3bc83c39
python-magic: move to own file, 0.4.10 -> 0.4.13
...
move python_magic
2018-02-10 09:23:02 +01:00
Nicolò Balzarotti
c00d76cc29
pylibgen: init at 1.3.1
2018-02-10 09:23:02 +01:00
Nicolò Balzarotti
78ab516964
papis-python-rofi: init at 1.0.2
2018-02-10 09:23:01 +01:00
Nicolò Balzarotti
1e5216751e
pyparser: init at 1.0
2018-02-10 09:23:01 +01:00
Nicolò Balzarotti
e6a42f8252
habanero: init at 0.6.0
2018-02-10 09:23:01 +01:00
Nicolò Balzarotti
4422a70922
arxiv2bib: init at 1.0.8
2018-02-10 09:23:01 +01:00
Raymond Gauthier
1d1209381a
pythonnet: Init at 2.3.0
2018-02-08 21:29:36 -05:00
Dan Peebles
dfd300c81d
treewide: s/pkgs.fedoraproject.org/src.fedoraproject.org/
...
Upstream killed the pkgs server but src continues to serve up the exact
same content, so we can just point there and all hashes should be unchanged.
2018-02-08 16:38:08 -05:00
Frederik Rietdijk
28e0126876
Merge pull request #34733 from geistesk/fpdf
...
fpdf: init at 1.7.2
2018-02-08 12:43:08 +00:00
geistesk
266292a4bc
fpdf: init at 1.7.2
2018-02-08 13:39:10 +01:00
Frederik Rietdijk
50a9d51a09
Merge commit '30d031b5d8d05422586043c3f105f4d9110e4f59' into HEAD
2018-02-08 12:14:07 +01:00
Frederik Rietdijk
712c322122
Merge pull request #34532 from unode/pysam
...
pysam: init at 0.13
2018-02-08 11:02:32 +00:00
Frederik Rietdijk
c0c366c8af
Merge pull request #34533 from unode/dendropy
...
dendropy: init at 4.3.0
2018-02-08 11:00:32 +00:00
Tuomas Tynkkynen
4c6c919a31
Merge remote-tracking branch 'upstream/master' into HEAD
...
Conflicts:
pkgs/os-specific/linux/kernel/generic.nix
2018-02-07 03:41:24 +02:00
Daiderd Jordan
db7e0aeb42
llvm-packages: cleanup
2018-02-06 23:38:46 +01:00
Robert Schütz
029fa375c8
pythonPackages.nose-parameterized: uninit because deprecated
2018-02-06 13:16:30 +01:00
Renato Alves
a6ee80aa18
dendropy: init at 4.3.0
2018-02-06 10:06:12 +01:00
Tuomas Tynkkynen
9548028a22
Merge remote-tracking branch 'upstream/master' into staging
...
Conflicts:
pkgs/os-specific/linux/cpupower/default.nix
2018-02-06 04:11:23 +02:00
Renato Alves
37680b046c
pysam: init at 0.13.0
...
A python library to interact with SAM/BAM/CRAM files
2018-02-06 00:53:32 +01:00
Frederik Rietdijk
422f99b9a6
Merge pull request #34589 from Ma27/package-pybase64
...
pythonPackages.pybase64: init at 0.2.1
2018-02-05 13:13:12 +00:00
Maximilian Bosch
14da2e22b4
pythonPackages.pybase64: init at 0.2.1
...
`pybase64` is a tiny wrapper for `libbase64` written in python.
/cc @ironpinguin
2018-02-05 13:55:53 +01:00
Maximilian Bosch
9d188f908c
pythonPackages.nose-parameterized: create parameterized
alias
...
`pythonPackages.parameterized` is the successor of `nose-parameterized`
as the authors of the module decided to support more testing frameworks
and stopped focusing on `noes` only. `nose-parameterized` is still
available in `pypi` with version `0.6.0`, but is officially deprecated.
However the renaming happened quite recently so it is possible that
there are still folks relying on `nose-parameterized`. Therefore I moved
the expression to provide a `pythonPackages.parameterized` derivation
and added a package override which builds `nose-parameterized` after
yielding a deprecation warning.
2018-02-05 13:55:52 +01:00
Frederik Rietdijk
030badc427
Merge pull request #34596 from dotlambda/aioimaplib
...
python3Packages.aioimaplib: init at 0.7.13
2018-02-05 09:08:05 +00:00
Andreas Rammhold
b51454eb54
pythonPackages.github-cli: removed since upstream declared project non-functional
...
also does not work on python3 even thought we provide it there…
Note on the upstream repo [1]:
> IMPORTANT: github-cli does not function anymore since API v2 has been
> replaced by API v3 A possible alternative for github-cli that addresses
> API v3 is Stephen Celis' [ghi](https://github.com/stephencelis/ghi )
[1] https://github.com/jsmits/github-cli
2018-02-05 01:49:42 +01:00
Robert Schütz
58e467c850
python3Packages.aioimaplib: init at 0.7.13
2018-02-04 22:47:01 +01:00
Robert Schütz
0cef410c08
pythonPackages.imaplib2: init at 2.45.0
2018-02-04 22:28:33 +01:00
Robert Schütz
988bec8774
python3Packages.asynctest: init at 0.11.1
2018-02-04 22:13:11 +01:00
Frederik Rietdijk
9ba4b1621d
Merge pull request #34473 from sorki/python-can-support
...
Python CAN support
2018-02-04 12:36:38 +00:00
Robert Schütz
411cd15e59
python3Packages.luftdaten: init at 0.1.4
2018-02-03 23:22:26 +01:00
Robert Schütz
66dc266530
python: typing: 3.5.3.0 -> 3.6.4
2018-02-03 17:43:31 +01:00
Frederik Rietdijk
4bd9faf288
python.pkgs.quantities: 0.10.1 -> 0.12.1
2018-02-03 17:43:31 +01:00
Frederik Rietdijk
7765bd928a
python.pkgs.pygments_2_0: remove unused expression
2018-02-03 17:43:31 +01:00
Frederik Rietdijk
6a87242aeb
python.pkgs.pybrain: remove broken and unmaintained package
2018-02-03 17:43:31 +01:00
Frederik Rietdijk
0821a22eba
python.pkgs.ovh: 0.4.5 -> 0.4.8
2018-02-03 17:43:31 +01:00
Frederik Rietdijk
f875b1083a
python.pkgs.dicttoxml: 1.6.4 -> 1.7.4
2018-02-03 17:43:31 +01:00
Frederik Rietdijk
6fee9079aa
python.pkgs.webcolors: 1.4 -> 1.7
2018-02-03 17:43:31 +01:00
Frederik Rietdijk
29e8365d2f
python.pkgs.packet-python: move expression
2018-02-03 17:43:31 +01:00
Frederik Rietdijk
8e0a2b7a21
python.pkgs.sympy: move expression
2018-02-03 17:43:31 +01:00
Frederik Rietdijk
b18a0f416d
python.pkgs.simplegeneric: move expression
2018-02-03 17:43:31 +01:00
Robert Schütz
330cad0d36
python: pytz: 2017.2 -> 2017.3
2018-02-03 17:43:31 +01:00
Robert Schütz
7953e05672
pythonPackages.pyyaml: move derivation
2018-02-03 17:43:31 +01:00
Frederik Rietdijk
bba1393361
python.pkgs.cryptography: move expression
2018-02-03 17:43:30 +01:00
Frederik Rietdijk
40aff3b912
python.pkgs.cryptography_vectors: move expression
2018-02-03 17:43:30 +01:00
Frederik Rietdijk
20d883917a
python: pytest: 3.3.2 -> 3.4.0
2018-02-03 17:43:30 +01:00
Frederik Rietdijk
ef93322407
python.pkgs.pyopenssl: move expression
2018-02-03 17:43:29 +01:00
Frederik Rietdijk
fa71b1ab2f
Merge pull request #34079 from ixxie/oauthenticator
...
pythonPackages.oauthenticator & dependencies
2018-02-03 12:02:56 +00:00
Matan Shenhav
ab4cd34077
pythonPackages.pytest-tornado: init at 0.4.5
2018-02-03 11:55:04 +00:00
Matan Shenhav
e4718a81bf
pythonPackages.oauthenticator: init at 0.7.2
2018-02-03 11:55:04 +00:00
Matan Shenhav
e2487ba88d
pythonPackages.mwoauth: init at 0.3.2
2018-02-03 11:55:04 +00:00
Matan Shenhav
a67f4753ea
pythonPackages.globus-sdk: init at 1.4.1
2018-02-03 11:55:04 +00:00
Vladimír Čunát
dd57c63793
Merge branch 'staging'
...
There are some Darwin regressions and a mysterious Lisp issue,
but also a security update of curl...
2018-02-03 10:56:07 +01:00
Richard Marko
305ed7e50b
python-canopen: init at 0.5.1
2018-02-03 09:55:08 +01:00
Richard Marko
6c52f36468
python-canmatrix: init at 0.6
2018-02-03 09:55:08 +01:00
Nadrieril
d1e2159638
serversyncstorage: move to python-modules
2018-02-03 09:52:15 +01:00
Nadrieril
5b2484ab86
syncserver: move to python-modules
2018-02-03 09:51:42 +01:00
Nadrieril
0c139e2186
tokenserver: move to python-modules
2018-02-03 09:51:42 +01:00
Nadrieril
c8b6e1fa3c
serversyncstorage: 1.5.13 -> 1.6.11
2018-02-03 09:51:42 +01:00
Nadrieril
757ec05d3b
syncserver: 1.5.2 -> 1.6.0
2018-02-03 09:51:42 +01:00
Nadrieril
6f58503c1f
tokenserver: 1.2.11 -> 1.2.27
2018-02-03 09:51:42 +01:00
Frederik Rietdijk
55e0f12761
Merge remote-tracking branch 'upstream/master' into HEAD
2018-02-03 09:48:42 +01:00
Matthias Beyer
b99c86fde8
pythonPackages.vobject: 0.9.3 -> 0.9.5
2018-02-03 09:42:46 +01:00
Frederik Rietdijk
54abfdc667
python.pkgs.rdflib: move expression
2018-02-03 09:35:36 +01:00
Frederik Rietdijk
c2b84b27ec
Merge pull request #34528 from dotlambda/aiohttp
...
pythonPackages.aiohttp: 2.3.9 -> 2.3.10
2018-02-03 07:58:35 +00:00
Richard Marko
096a07f5e2
python-can: init at 2.0.0
2018-02-03 07:31:53 +01:00
Tuomas Tynkkynen
10c8e6d0c5
Merge remote-tracking branch 'upstream/master' into staging
2018-02-03 02:50:21 +02:00
Robert Schütz
b403a17db8
pythonPackages.idna-ssl: init at 1.0.0
2018-02-02 15:42:08 +01:00
Shea Levy
43f647e5b4
Merge branch 'dynamic-function-args'
2018-02-02 09:41:16 -05:00
Frederik Rietdijk
6aee1a81d2
python.pkgs.ptyprocess: move expression
2018-02-01 10:55:17 +01:00
adisbladis
fab26c6c72
Merge pull request #34465 from steveeJ/steveej-attempt-qtile-bump-0.10.7
...
qtile: 0.10.4 -> 0.10.7
2018-02-01 17:35:39 +08:00
Frederik Rietdijk
d30735f889
Merge pull request #34188 from dotlambda/home-assistant
...
home-assistant: init at 0.62.1
2018-02-01 08:44:48 +00:00
adisbladis
1b0f730a73
pythonPackages.xcffib: 0.3.2 -> 0.5.1
2018-02-01 09:04:13 +01:00
Shea Levy
943592f698
Add setFunctionArgs lib function.
...
Among other things, this will allow *2nix tools to output plain data
while still being composable with the traditional
callPackage/.override interfaces.
2018-01-31 14:02:19 -05:00
Vladimír Čunát
c9171e5a4c
Merge branch 'master' into staging
...
Hydra: ?compare=1430035
2018-01-30 19:51:33 +01:00
Gabriel Ebner
89d66b8419
pythonPackages.xdot: 0.7 -> 0.9
2018-01-30 14:20:55 +01:00
Robert Schütz
9d392684c2
pythonPackages.pytest-aiohttp: init at 0.3.0
2018-01-30 11:01:05 +01:00
Florian Klink
ab02f5400e
astral: init at 1.4
2018-01-30 11:01:05 +01:00
Frederik Rietdijk
4d9b5ede18
Merge pull request #33862 from dotlambda/pyhomematic
...
python3Packages.pyhomematic: init at 0.1.38
2018-01-29 16:52:32 +00:00
Frederik Rietdijk
1716bf7498
Merge pull request #34382 from teto/pulp
...
pulp: init at 1.6.0
2018-01-29 16:51:27 +00:00
Matthieu Coudron
04b45828c6
pulp: init at 1.6.0
...
A python Linear Programming API.
2018-01-30 08:56:09 +09:00
Robert Schütz
762b1bbcbd
python3Packages.pyhomematic: init at 0.1.38
2018-01-29 15:47:57 +01:00
Frederik Rietdijk
79575ee9e1
Merge pull request #34278 from dotlambda/colorlog
...
pythonPackages.colorlog: 2.6.1 -> 3.1.0
2018-01-29 14:11:27 +00:00
Andreas Rammhold
bc59ebd30e
Merge pull request #34322 from dotlambda/hbmqtt
...
pythonPackages.hbmqtt: init at 0.9.1
2018-01-29 11:51:06 +00:00
Jan Tojnar
47d0a11a60
Merge pull request #32016 from jtojnar/syncthing-gtk
...
syncthing-gtk: 0.9.2.3 → 0.9.2.7
2018-01-29 01:33:19 +01:00
Robert Schütz
f2a5b2fd65
pythonPackages.hbmqtt: init at 0.9.1
2018-01-27 11:42:20 +01:00
Robert Schütz
2474e6e212
pythonPackages.transitions: init at 0.6.4
2018-01-27 11:42:13 +01:00
Vladimír Čunát
2d2dbe083f
Merge branch 'master' into staging
...
Hydra: ?compare=1429281
2018-01-27 09:14:22 +01:00
Robert Schütz
9d196ef641
pythonPackages.colorlog: 2.6.1 -> 3.1.2
2018-01-26 13:27:59 +01:00
Jan Tojnar
0bbde0f026
pythonPackages.syncthing-gtk: move to pkgs/applications/networking
2018-01-26 06:13:44 +01:00
Robert Schütz
1aa3efba39
you-get: 0.4.390 -> 0.4.1011
2018-01-26 04:05:32 +01:00
Frederik Rietdijk
e9794d5a38
python.pkgs.backports_ssl_match_hostname: set to null conditionally
2018-01-24 14:18:19 +01:00
Thane Gill
df43f58dc6
pythonPackages.rx: init at 1.6.0
2018-01-23 10:03:17 -08:00
Frederik Rietdijk
4c88132d25
Merge commit 'a0f8e3a' into HEAD
2018-01-22 16:08:37 +01:00
Raphael Das Gupta
d2541c42ba
tablib: 0.10.0 -> 0.12.1
...
needs some additional build- and runtime dependencies that are also being added to the derivation with this commit
(cherry picked from commit c323025140
)
2018-01-21 21:54:20 +01:00
Frederik Rietdijk
75d8096108
Merge remote-tracking branch 'upstream/master' into HEAD
2018-01-20 21:04:17 +01:00
Frederik Rietdijk
fc1c0fe0c4
Merge pull request #31871 from ixxie/jupyterhub
...
Jupyterhub
2018-01-20 20:49:28 +01:00
Matan Shenhav
e8ff1e079f
pythonPackages.jupyterhub: init at 0.8.1
2018-01-20 19:39:06 +00:00
Charles Strahan
850799e607
pythonPackages.pamela: fix resolution of libpam.so
2018-01-20 14:07:14 +00:00
Peter Simons
c6678c5688
pycurl: don't pollute $out/lib with system libraries
...
As far as I can tell, pycurl works just fine without that symlink.
2018-01-20 14:56:32 +01:00
Matan Shenhav
c8300a0596
pythonPackage.python-oauth2: init at 1.0.1
2018-01-20 13:54:05 +00:00
Frederik Rietdijk
ee91c45f89
python.pkgs.pytest_32: remove old version
2018-01-20 14:12:39 +01:00
Frederik Rietdijk
7f77cce9ed
python.pkgs.pytest_29: remove old version
2018-01-20 14:11:56 +01:00
Florian Klink
5f03d6bf4d
afew: rewrite expression
...
it's an application, not a python module
Also, remove name attribute.
Build with python 3 by default.
afew: make setuptools_scm a buildInput
afew: don't set SETUPTOOLS_SCM_PRETEND_VERSION anymore
we fetch from pypi, with version info properly set, so this shouldn't be
an issue.
afew: set license
afew: add notmuch binary to PATH
it seems afew calls "notmuch new" in MailMover.py
afew: don't set LD_LIBRARY_PATH
the library is already hardcoded pythonPackages.notmuch's globals.py
2018-01-20 13:48:24 +01:00
Robert Schütz
ee8f15ec7c
pythonPackages.pytestrunner: 2.6.2 -> 3.0
...
Also add missing dependency to progressbar2
2018-01-20 13:37:43 +01:00
Frederik Rietdijk
1623c8371c
buildPythonPackage: rename nix_run_setup.py to nix_run_setup
...
If the extension is .py it tends to be picked up by tools, breaking for
example tests.
2018-01-20 13:31:14 +01:00
idontgetoutmuch
e38b122f26
pythonPackages.us: init at 1.0.0 ( #34076 )
2018-01-20 12:19:13 +00:00
Frederik Rietdijk
217626a3e9
python.pkgs.click-threading: move and fix expression
2018-01-20 13:01:53 +01:00
Frederik Rietdijk
56c3535d06
python.pkgs.pytest_28: remove old version
2018-01-20 12:55:44 +01:00
Frederik Rietdijk
e3581626ef
python.pkgs.secp256k1: move expression
2018-01-20 12:53:46 +01:00
Frederik Rietdijk
3fa9702958
python.pkgs.pytest_27: remove old version
2018-01-20 12:48:04 +01:00
Frederik Rietdijk
29e9608949
python.pkgs.PyLTI: move expression
2018-01-20 12:42:24 +01:00
Frederik Rietdijk
c0c616b81f
python.pkgs.pytest_30: remove unused version
2018-01-20 12:27:13 +01:00
Frederik Rietdijk
f1c7f024f3
python.pkgs.bleach: move expression
2018-01-20 12:05:22 +01:00
Frederik Rietdijk
e2e2cb4961
python.pkgs.whitenoise: init at 4.0b4
2018-01-20 12:05:21 +01:00
Frederik Rietdijk
851f05ef69
python.pkgs.pytzdata: init at 2017.3.1
2018-01-20 12:05:21 +01:00
Frederik Rietdijk
18e10a1e52
python.pkgs.pendulum: init at 1.3.2
2018-01-20 12:05:21 +01:00
Frederik Rietdijk
04fe5bc440
python.pkgs.meinheld: init at 0.6.1
2018-01-20 12:05:21 +01:00
Frederik Rietdijk
642788bd85
python.pkgs.maya: init at 0.3.3
2018-01-20 12:05:21 +01:00
Frederik Rietdijk
12ff860380
python.pkgs.limits: init at 1.2.1
2018-01-20 12:05:21 +01:00
Frederik Rietdijk
92e535d3f1
python.pkgs.flask-limiter: init at 1.0.1
2018-01-20 12:05:20 +01:00
Frederik Rietdijk
efb915e020
python.pkgs.flask-common: init at 0.2.0
2018-01-20 12:05:20 +01:00
Frederik Rietdijk
6c5149f51a
python.pkgs.crayons: init at 0.1.2
2018-01-20 12:05:20 +01:00
Ashley Gillman
655c9450f6
pythonPackages.nibabel: Move to separate file.
2018-01-20 11:32:55 +01:00
Ashley Gillman
c1eeedaf4a
pythonPackages.nipype: To separate file.
2018-01-20 11:32:54 +01:00
Ashley Gillman
1832571dc6
pythonPackages.nipype: 0.10.0 -> 0.14.0
2018-01-20 11:32:54 +01:00
Ashley Gillman
15138ba1f6
pythonPackages.prov: init at 1.5.0
2018-01-20 11:31:41 +01:00
Ashley Gillman
0a87eee6a0
pythonPackages.pydotplus: init at 2.0.2
2018-01-20 11:31:41 +01:00
Ashley Gillman
0b47691400
pythonPackages.nibabel: 2.0.2 -> 2.2.0
2018-01-20 11:31:41 +01:00
Ashley Gillman
0a4e6ca222
pythonPackages.xvfbwrapper: init at 0.2.9
2018-01-20 11:31:41 +01:00
Ashley Gillman
b370e63bab
pythonPackages.traits: 4.5.0 -> 4.6.0
2018-01-20 11:31:41 +01:00
Ashley Gillman
11396f8735
pythonPackages.rdflib: 4.1.2 -> 4.2.2
2018-01-20 11:31:41 +01:00
Dmitry Kalinkin
5738da94f4
python-telegram-bot: init at 9.0.0
2018-01-19 13:41:19 -05:00
Maxim Dzabraev
16cc4ff070
diff_cover: init at 1.0.2
2018-01-19 19:46:56 +03:00
Maxim Dzabraev
a451f97d2f
pydocstyle: init at 0.3.2
2018-01-19 19:46:56 +03:00
Maxim Dzabraev
87b2e17463
jinja2_pluralize: init at 0.3.0
2018-01-19 19:46:56 +03:00
Rob Vermaas
ca016b63dc
mapsplotlib: disable for python3
2018-01-19 16:20:53 +01:00
Rob Vermaas
26734df1c6
mapsplotlib: init at 1.0.6
2018-01-19 16:12:18 +01:00
Frederik Rietdijk
aee7a0e928
Merge pull request #33878 from dotlambda/fritzconnection
...
pythonPackages.fritzconnection: init at 0.6.5
2018-01-18 12:36:57 +01:00
Robert Schütz
3064015b6d
pythonPackages.fritzconnection: init at 0.6.5
2018-01-18 12:30:53 +01:00
Frederik Rietdijk
27f6f9409b
Merge pull request #33967 from yegortimoshenko/20180117.050213/mornfall
...
maintainers: remove mornfall from packages
2018-01-18 11:27:31 +01:00
Frederik Rietdijk
5ab499d2c7
Merge pull request #33920 from ashgillman/add-progressbar2
...
pythonPackages.progressbar2: init at 3.12.0
2018-01-17 10:05:52 +01:00
Frederik Rietdijk
b8ab87aa13
Merge pull request #33918 from ashgillman/add-nimfa
...
pythonPackages.nimfa: init at 1.3.1
2018-01-17 10:04:51 +01:00
Yegor Timoshenko
506c89c30a
maintainers: remove mornfall from packages
2018-01-17 05:17:33 +00:00