mucaho
fe2ced1ea8
pythonPackages.node-semver: init at 0.1.1
2017-04-13 03:10:57 +02:00
mucaho
acf45e0f9c
pythonPackages.pluginbase: init at 0.5
2017-04-13 03:10:10 +02:00
Fernando J Pando
80c295f50f
pythonPackages.distro: init 1.0.3
...
- tested on darwin
- tested on nixos
2017-04-13 00:01:30 +02:00
Tristan Helmich
cf957fedea
pythonPackages.phonenumbers: init at 8.4.0
2017-04-12 01:58:28 +02:00
aszlig
49cf934642
pyocr: Add patch to support Tesseract 3.05.00
...
This is from the commit message I've written for the upstream pull
request (jflesch/pyocr#62 ):
This is a bit more involved, because Tesseract 3.05.00 comes not
only with improvements but also with a few quirks we need to deal
with.
The first quirk is that the order arguments of the `tesseract'
command now matters and the list of configurations has to be at the
end of the command line. So we add a new attribute tesseract_flags
to the BaseBuilder class that contains a list of all the flags to
pass to `tesseract', the tesseract_configs attribute however remains
pretty much the same but now only really contains a list of configs
instead of being mixed with flag arguments.
Another quirk has to do with Leptonica >= 1.74 which Tesseract
3.05.00 now requires. Leptonica has special handling of files that
reside in /tmp and assumes that it's an internal temporary file of
Leptonica. In order to deal with it, we now run Tesseract in a
temporary directory, which contains the input/output files and use
the relative name of these files because Leptonica only searches for
path names beginning with /tmp.
Fortunately the last item we need to address is not really a quirk,
but an API change. In Tesseract 3.05.00 there is now a new function
called TessBaseAPIDetectOrientationScript(), which doesn't fill the
OSResults object anymore but now allows to pass the values we're
interested in directly by reference. We need to use this new
function because the old function TessBaseAPIDetectOS() now *always*
returns false.
I've tested this specifically on NixOS and in conjunction with Paperwork
(the only package that's using pyocr so far) and all the tests of the
dependency chain are now succeeding. However, I didn't do manual tests
of Paperwork though.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2017-04-11 03:21:39 +02:00
Aneesh Agrawal
669f5819e2
bcrypt: add required dependency on six
2017-04-10 20:04:17 -04:00
Antoine Eiche
6eac5fd13e
pythonPackages.pbr: 1.8.1 -> 2.0.0
2017-04-10 10:00:25 +02:00
Lancelot SIX
af60375392
pythonPackages.django_1_10: 1.10.6 -> 1.10.7
...
This is a security release. See
https://www.djangoproject.com/weblog/2017/apr/04/security-releases/
2017-04-06 14:41:28 +02:00
Matthew Maurer
d022b4419c
bap-python: init at 1.1.0
2017-04-04 13:11:06 -04:00
Vladimír Čunát
40628d9ed8
Merge #22873 : updates of various python packages
2017-04-01 19:26:40 +02:00
Vaibhav Sagar
d9b36c36c5
pycairo: fix build with Python 3.6
...
Apply the same patch as for Python 3.5 so that this builds correctly.
Addresses #24501 .
2017-04-01 09:58:01 +02:00
Frederik Rietdijk
078412521e
pythonPackages.pyudev: fix package
...
- the function loading the udev library was moved to another file
- the test runner did not work correctly, causing it to fail on Python
3.
- the test runner now works correctly, but there's a bunch of tests
failing and therefore tests are disabled. The package does seem to
function (as in, it can load the library again).
2017-03-29 08:33:53 +02:00
Vladimír Čunát
96d41e393d
treewide: purge maintainers.urkud
...
It's sad, but he's been inactive for the last five years.
Keeping such people in meta.maintainers is counter-productive.
2017-03-27 19:52:29 +02:00
Frederik Rietdijk
fffb511607
Merge pull request #24208 from lsix/update_django_1_10
...
pythonPackages.django: 1.10.5 -> 1.10.6
2017-03-26 09:43:41 +02:00
goibhniu
efc457c6e2
Merge pull request #23251 from juliendehos/hieroglyph
...
hieroglyph: init at 0.7.1
2017-03-25 13:00:34 +01:00
Michael Raskin
82adcd6cfb
pythonPackages.BTrees: fix evaluation; builds fine
2017-03-24 22:01:55 +01:00
Vladimír Čunát
455ce3528c
Merge branch 'staging'
2017-03-24 21:07:55 +01:00
Frederik Rietdijk
f4a1eab239
Merge pull request #23863 from plumps/add-vulnix
...
vulnix: init at 1.2.2
2017-03-24 11:12:50 +01:00
Jörg Thalheim
70322d8b87
pythonPackages.BTrees: 4.1.4 -> 4.3.1
2017-03-24 10:44:34 +01:00
Vladimír Čunát
c1a9dc3d37
Merge branch 'master' into staging
2017-03-23 13:31:28 +01:00
Lancelot SIX
d284e37a59
pythonPackages.django: 1.10.5 -> 1.10.6
...
This is a bugfix release.
2017-03-22 15:49:00 +01:00
Frederik Rietdijk
8143413e59
pythonPackages.pygobject2: fixup conversation to buildPythonPackage
2017-03-21 21:58:57 +01:00
Jörg Thalheim
13ede040f1
pythonPackages.podcastparser: correct license
2017-03-21 17:12:48 +01:00
Jörg Thalheim
64218457c4
pythonPackages.podcastparser: init at 0.6.1
2017-03-21 17:06:05 +01:00
Frederik Rietdijk
3760c8c7fd
Python: replace mkPythonDerivation with buildPythonPackage and format="other";
...
This way all Python packages use the same function,
`buildPythonPackage`.
2017-03-21 13:01:49 +01:00
Jörg Thalheim
8490317fef
Merge pull request #24020 from xvapx/add/libnacl-1.5.0
...
pythonPackages.libnacl: init at 1.5.0
2017-03-19 21:02:03 +01:00
Jörg Thalheim
597865725f
pythonPackages.libnacl: enable tests
2017-03-19 20:59:17 +01:00
Marti Serra
c883cefc6f
pythonPackages.libnacl: init at 1.5.0
2017-03-19 20:11:50 +01:00
Frederik Rietdijk
48deda9f36
pythonPackages.pytest-django: fix hash patch setuptools_scm
...
Do the files change over time..?
2017-03-19 10:14:43 +01:00
Michael Raskin
16fff5ebce
pylibmc: init at 1.5.1; patch by @risicle
2017-03-18 23:09:20 +01:00
Michael Raskin
c320267cf8
Merge pull request #23934 from rvl/python-zeep
...
pythonPackages.zeep: init at 1.1.0
2017-03-18 19:59:45 +01:00
Michael Raskin
b9683c2155
Merge pull request #23436 from lsix/update_dateutil
...
pythonPackages.dateutil: 2.5.3 -> 2.6.0
2017-03-18 18:44:40 +01:00
Michael Raskin
3a919cf7da
Merge pull request #23242 from lsix/add_python_libais
...
pythonPackages.libais: init at 0.16
2017-03-18 17:58:50 +01:00
Vladimír Čunát
742b120ddc
Merge branch 'master' into staging
...
Nontrivial rebuilds from master, again :-/
2017-03-18 11:00:31 +01:00
Rodney Lorrimar
0a2ea18e85
pythonPackages.zeep: init at 1.1.0
...
Works with both Python 2.7 and 3.5.
Tests won't work under Python 3.5 due to the testtools dependency.
2017-03-17 18:40:00 +00:00
Linus Heckemann
088a1bc311
pygame: 1.9.1 -> 1.9.3
2017-03-17 07:35:35 +00:00
Vincent Laporte
b13f408d8b
pythonPackages.pycassa: fix evaluation
2017-03-16 19:43:28 +00:00
Antoine Eiche
f28fe4cfae
pythonPackages.pycassa: init at 1.11.2
...
fixes #23920
2017-03-16 19:23:39 +01:00
Frederik Rietdijk
2e72372c05
pythonPackages.django_guardian: fix eval
2017-03-16 17:20:08 +01:00
Frederik Rietdijk
645c2189d1
pythonPackages.pytest-django: unpin setuptools_scm
...
- unpin setuptools_scm
- move to file in folder following guidelines
- use PyPI/upstream name
2017-03-16 12:40:43 +01:00
Jörg Thalheim
09cfbc8cc3
PyGithub: init at 1.32
2017-03-16 00:59:56 +01:00
Jörg Thalheim
00addcb95e
pythonPackages.python-jose: init at 1.3.2
2017-03-16 00:59:56 +01:00
Tom Hunger
5e31a7cca6
pytables: 3.2.2 -> 3.3.0
2017-03-15 12:28:18 +00:00
Frederik Rietdijk
a79c653d5d
Merge pull request #23885 from FRidh/jupyter
...
Jupyter
2017-03-14 17:32:27 +01:00
Frederik Rietdijk
47f7817037
pythonPackages.typed-ast: 1.0.1 -> 1.0.2
2017-03-14 16:52:25 +01:00
Frederik Rietdijk
d7378da028
pythonPackages.configparser: fix with namespace packages
2017-03-14 16:43:46 +01:00
Frederik Rietdijk
33fa4ce2be
Merge pull request #23701 from lsix/update_django-raster
...
pythonPackages.django-raster: 0.3 -> 0.3.1
2017-03-14 13:42:14 +01:00
Frederik Rietdijk
a312abedeb
hypothesis: disabled for Python 3.3
2017-03-14 10:49:39 +01:00
Jörg Thalheim
065c05e849
Merge pull request #23801 from zimbatm/pip-tools
...
Pip tools
2017-03-13 22:32:07 +01:00
zimbatm
a3c03eb11f
pip-tools: init at 1.8.1rc3
2017-03-13 22:21:57 +01:00
zimbatm
5e701625de
pythonPackages.first: init at 2.0.1
2017-03-13 22:08:45 +01:00
Frederik Rietdijk
57e768f58e
hypothesis: 3.6.0 -> 3.6.1
2017-03-13 16:37:25 +01:00
Frederik Rietdijk
6f90badeac
pythonPackages.hypothesis: fix for python 3.3
2017-03-13 16:37:24 +01:00
Joachim Fasting
617d8af325
pythonPackages.pyaes: init at 1.6.0
2017-03-11 19:26:29 +01:00
Joachim Fasting
9cc2083dac
pythonPackages.mnemonic: 0.12 -> 0.17
2017-03-11 19:26:27 +01:00
Joachim Fasting
10a0f1c2af
pythonPackages.trezor: 0.7.4 -> 0.7.12
2017-03-11 19:26:22 +01:00
Joachim Fasting
61edb1cb2e
pythonPackages.pyudev: 0.20.0 -> 0.21.0
...
Also move expression
2017-03-11 15:25:34 +01:00
Marius Bakke
4aaf27bb4d
pythonPackages.ds4drv: 0.5.0 -> 0.5.1
...
Also move expression
2017-03-11 15:25:32 +01:00
Joachim Fasting
ba499aa845
pythonPackages.pep257: meta.lecense -> license
2017-03-10 20:39:03 +01:00
Frederik Rietdijk
262993d2b8
Merge pull request #23452 from bcdarwin/edward
...
edward: init at 1.2.2
2017-03-10 17:23:27 +01:00
Lancelot SIX
9041f0d8d9
pythonPackages.django-raster: 0.3 -> 0.3.1
2017-03-10 12:51:02 +01:00
Ben Darwin
57486f21a3
edward: init at 1.2.2
2017-03-09 21:13:11 -05:00
Jörg Thalheim
3c170e505c
Merge pull request #23659 from lheckemann/nltk
...
nltk: init at 3.2.2
2017-03-09 14:51:09 +01:00
Linus Heckemann
1fa6ecb48d
nltk: init at 3.2.2
2017-03-09 12:46:34 +00:00
Nikolay Amiantov
a0f3590c5b
pyqt4: 4.11.3 -> 4.12
2017-03-09 15:38:10 +03:00
Nikolay Amiantov
6631000bd3
pythonPackages.pyqt5: 5.8 -> 5.8.1
2017-03-09 15:38:10 +03:00
Nick Hu
e7a432db1e
python-PyQt: 5.6 -> 5.8
2017-03-09 15:38:10 +03:00
Nick Hu
0a3b7f994e
python-sip: 4.18.1 -> 4.19.1
2017-03-09 15:38:10 +03:00
Jörg Thalheim
d639498ed9
pythonPackges.pyrax: enable tests
2017-03-09 11:01:58 +01:00
Tom Hunger
a9aeb1039a
pyrax: 1.8.2 -> 1.9.8
2017-03-09 09:22:46 +00:00
Tom Hunger
f2480bdb0a
rackspace-novaclient: init at 2.1
...
Note that I package a number of dependencies that make no sense
outside of rackspace-novaclient. I don't want to pollute the main
namespace with those packages.
2017-03-09 09:22:45 +00:00
Frederik Rietdijk
70160ff208
Merge pull request #23240 from jyp/tf
...
tensorflow: depend on cudatoolkit 8 and cudnn 5.1
2017-03-07 13:22:07 +01:00
Tom Hunger
18f1127f05
typed-ast: init at 1.0.1
2017-03-06 21:29:05 +00:00
Julien Dehos
78ede3ab1f
hieroglyph: init at 0.7.1
2017-03-06 00:10:59 +01:00
Frederik Rietdijk
1039e60027
Merge pull request #23332 from teh/zbf-pandas
...
pandas: Mark broken in i686.See #23253 .
2017-03-03 16:34:48 +01:00
Jörg Thalheim
bcef9f83c0
Merge pull request #23444 from nand0p/pylint-1.6.5
...
Pylint 1.6.5
2017-03-03 15:52:32 +01:00
Fernando J Pando
f40b0f5e37
astroid: 1.4.4 -> 1.4.9
2017-03-03 08:46:46 -05:00
Fernando J Pando
6be140d621
pylint: 1.5.4 -> 1.6.5
...
- tested on nixos
- tested on darwin
2017-03-03 08:37:42 -05:00
Lancelot SIX
a25c93994b
Merge pull request #23094 from veprbl/for_upstream
...
pythonPackages: add pyhepmc, graphviz; bump rootpy
2017-03-03 09:42:55 +01:00
Dmitry Kalinkin
e60805061b
pythonPackages.pyhepmc: init at 0.5.0
2017-03-01 22:53:40 -05:00
Lancelot SIX
247408d26f
pythonPackages.dateutil: 2.5.3 -> 2.6.0
2017-03-01 21:54:34 +01:00
Tom Hunger
59036096b7
pandas: Mark broken in i686.See #23253 .
2017-03-01 13:02:08 +00:00
Nikolay Amiantov
868794010f
python.pkgs.uranium: init at 2.4.0
2017-03-01 02:23:18 +03:00
Nikolay Amiantov
e3a6a1fc0e
python.pkgs.libarcus: init at 2.4.0
2017-03-01 02:23:18 +03:00
Lancelot SIX
a9d404c616
pythonPackages.libais: init at 0.16
2017-02-28 16:41:54 +01:00
Lancelot SIX
5c8a8c888a
Merge pull request #23044 from lsix/channels_updates
...
updates pythonPackages.channels and dependencies
2017-02-28 14:22:16 +01:00
Lancelot SIX
bc935b0d16
Merge pull request #23234 from lsix/update_django_rest_framework
...
pythonPackages.djangorestframework: 3.2.3 -> 3.5.4
2017-02-28 14:21:45 +01:00
Jean-Philippe Bernardy
f37b34fe7c
tensorflow: depend on cudatoolkit 8 and cudnn 5.1
2017-02-27 15:23:23 +01:00
Lancelot SIX
60b9948229
pythonPackages.djangorestframework: 3.2.3 -> 3.5.4
2017-02-27 11:07:17 +01:00
Edward Tjörnhammar
7864782d71
pythonPackages.tensorflow: 0.10.0 -> 1.0.0
2017-02-27 10:52:21 +01:00
Edward Tjörnhammar
a331662930
pythonPackages.protobuf: add pyext dependency
2017-02-27 10:52:21 +01:00
Edward Tjörnhammar
421db29915
pythonPackages.pyext: init at 0.7
2017-02-27 10:52:21 +01:00
Frederik Rietdijk
0dee2a1bcc
Merge pull request #22981 from davidak/PyZufall
...
PyZufall: init at 0.13.2
2017-02-26 22:49:08 +01:00
Franz Pletz
5670d96bbc
pythonPackages.libasyncns: fix build with glibc-2.25
2017-02-26 21:28:07 +01:00
Frederik Rietdijk
6ad3d089f1
Merge pull request #23038 from johbo/add-trytond-dependencies
...
Add trytond module dependencies
2017-02-26 19:30:47 +01:00
Lancelot SIX
4d5093f5e1
pythonPackages.daphne: 1.0.1 -> 1.0.3
2017-02-23 11:00:19 +01:00
Lancelot SIX
8103499e9d
pythonPackages.channels: 1.0.2 -> 1.0.3
2017-02-23 11:00:07 +01:00
davidak
45588a7a7c
PyZufall: init at 0.13.2
2017-02-22 22:59:42 +01:00
Frederik Rietdijk
3bcd3d2c34
Merge pull request #23061 from nixy/pythonPackages.snakeviz
...
pythonPackages.snakeviz: init at 0.4.1
2017-02-22 14:31:26 +01:00
Andrew R. M
99754b2527
pythonPackages.snakeviz: init at 0.4.1
2017-02-22 08:14:53 -05:00
Tom Hunger
bae3d0e49f
vowpalwabbit: init at 8.3.2
2017-02-22 07:28:52 +01:00
Johannes Bornhold
87b9ee7680
flake8-blind-except: init at 0.1.1
2017-02-21 10:05:16 +01:00
Johannes Bornhold
c55649ce07
flake8-debugger: init at 1.4.0
2017-02-21 10:05:16 +01:00
Johannes Bornhold
96e1fd6a5a
python-stdnum: init at 1.5
2017-02-21 10:05:16 +01:00
Johannes Bornhold
402a6c6dde
PyWebDAV: init at 0.9.8
2017-02-21 10:05:16 +01:00
Johannes Bornhold
4518b02c8b
simpleeval: init at 0.9.5
2017-02-21 10:05:16 +01:00
Frederik Rietdijk
5bd6331b29
Merge pull request #22944 from johbo/add-trytond
...
trytond: init at 4.2.1
2017-02-21 08:03:43 +01:00
Johannes Bornhold
79cba3d3ff
relatorio: init at 0.6.4
2017-02-20 23:03:04 +01:00
Johannes Bornhold
a2dd4ea7d1
python-sql: init at 0.8
2017-02-20 23:02:04 +01:00
Frederik Rietdijk
dd054e890f
Merge pull request #22061 from Mic92/python3-protobuf
...
python-protobuf: enable python3 and enable py3 tests
2017-02-20 21:17:38 +01:00
Jörg Thalheim
0361776764
pyroute2: 0.4.12 -> 0.4.13
2017-02-19 09:58:13 +01:00
Vladimír Čunát
432dba859e
Merge branch 'staging'
...
A security update of libxml2 is within.
2017-02-18 08:59:29 +01:00
Daiderd Jordan
8a5c6153d7
Merge pull request #22814 from veprbl/wxpython
...
wxPython30: fix on darwin
2017-02-17 08:35:39 +01:00
Dmitry Kalinkin
c2a5733654
wxPython: fix on darwin
2017-02-16 18:48:08 -05:00
Vladimír Čunát
e962a3c95f
Merge branch 'master' into staging
2017-02-16 19:02:37 +01:00
Tom Hunger
69363e9611
Move scrapy to its own module and add patch to fix broken permission code.
...
Scrapy is usually installed via pip where copying all permissions
makes sense. In Nix the files copied are owned by root and
readonly. As a consequence scrapy can't edit the project templates so
scrapy startproject
fails.
2017-02-16 16:21:46 +00:00
Frederik Rietdijk
397e59b4c9
pythonPackages.Keras: 1.0.3 -> 1.2.2
2017-02-15 12:56:58 +01:00
Frederik Rietdijk
97c3bebd92
tensorflowCuDNN -> tensorflowWithCuda
...
and move expression
2017-02-15 12:32:44 +01:00
Frederik Rietdijk
a069c16c22
tensorflowNoGpuSupport -> tensorflowWithoutCuda
...
and move expression
2017-02-15 12:32:44 +01:00
Rahul Gopinath
e69f76470a
aenum: Init at 1.4.7
2017-02-15 10:25:37 +01:00
Rahul Gopinath
ce8af120f2
leather: Init at 0.3.3
2017-02-15 10:24:53 +01:00
Frederik Rietdijk
8a4730642f
pythonPackages.numba: 0.29.0 -> 0.30.1
2017-02-14 09:23:59 +01:00
Frederik Rietdijk
9ac753323d
pythonPackages.llvmlite: 0.14.0 -> 0.15.0
2017-02-14 09:23:59 +01:00
Franz Pletz
04f72ca64c
Merge pull request #22740 from Mic92/libasyncns
...
gajim: use libasyncns as resolver
2017-02-13 15:08:16 +01:00
georgewhewell
99fdc8b651
pythonPackages.matplotlib: re-add Cocoa as buildInput on darwin ( #22741 )
2017-02-13 15:03:59 +01:00
Jörg Thalheim
b059f63c6e
pythonPackages.libasyncns: init at 0.7.1
2017-02-13 14:11:56 +01:00
Franz Pletz
cf4775571f
poezio: 0.10 -> 0.11
2017-02-12 15:57:39 +01:00
Frederik Rietdijk
1ba17987f7
ansible_2_2: windows support off by default
...
this was accidentally enabled when moving the expression.
2017-02-11 14:14:07 +01:00
Frederik Rietdijk
8ea925b240
ansible_2_1: windowsSupport off by default
2017-02-11 14:14:07 +01:00
Frederik Rietdijk
9ef6850221
Merge pull request #22344 from lsix/update_netcdf
...
Update netcdf (including python binding)
2017-02-10 17:22:23 +01:00
Vladimír Čunát
4d18d3bd87
Revert "python-requests2: use system-wide CA bundle"
...
This reverts commit 768c970c8d
.
Moved to staging, as it causes ~16k rebuilds.
2017-02-09 17:24:36 +01:00
Daniel Peebles
7439fe083f
Merge pull request #22297 from nand0p/buildbot-0.9.3
...
buildbot: 0.9.0.post1 -> 0.9.3
2017-02-09 11:15:03 -05:00
Fernando J Pando
6fc34fd48a
treq: init 16.12.1
...
Tested on NixOS unstable
2017-02-09 10:10:51 -05:00
Fernando J Pando
487229654e
incremental: init 16.10.1
...
Tested on NixOS unstable
2017-02-09 10:08:32 -05:00
Peter Simons
768c970c8d
python-requests2: use system-wide CA bundle rather than our own
...
This allows the library to interact gracefully with additional certificates
users might have configured in /etc/ssl/certs/ca-certificates.crt via NixOS.
2017-02-09 15:19:36 +01:00
Franz Pletz
6d0806d061
pythonPackages.searx: 0.10.0 -> 0.11.0
2017-02-08 23:51:02 +01:00
Jascha Geerds
ffb91cc697
docker_compose: Remove upper bound version limitations
2017-02-05 18:39:30 +01:00
Nikolay Amiantov
c226a93a9e
pythonPackages.pyqt5: enable qtwebengine support
2017-02-05 15:05:53 +03:00
Frederik Rietdijk
e3f710466f
Merge pull request #22325 from lsix/update_pep257
...
update pythonPackages.pep257
2017-02-03 21:54:26 +01:00
Frederik Rietdijk
8b3db9a0dd
pythonPackages.ansible_2_2: use jinja2 2.8.1
2017-02-03 09:54:37 +01:00
Frederik Rietdijk
201a0fe403
pythonPackages.ansible_2_1: use jinja2 2.8.1
2017-02-03 09:54:37 +01:00
Jascha Geerds
888be22aee
Merge pull request #22201 from lsix/update_docker_compose
...
Update docker compose
2017-02-02 00:39:04 +01:00
Lancelot SIX
9d1e203501
pythonPackages.pytest-pep257: 0.0.1 -> 0.0.5
2017-02-01 15:11:45 +01:00
Lancelot SIX
98b602fe3c
pythonPackages.netcdf4: 1.2.4 -> 1.2.7
2017-02-01 14:04:57 +01:00
Lancelot SIX
7680786f90
pythonPackages.pep257: 0.3.2 -> 0.7.0
2017-01-31 22:39:22 +01:00
Frederik Rietdijk
18ac28b45d
Merge pull request #22280 from lsix/pytest_defaults_to_30
...
python*Packages.pytest: defaults to pytest_30
2017-01-31 09:48:38 +01:00
Lancelot SIX
c6c2137a9c
pythonPackages.hypothesis: 3.5.2 -> 3.6.0
2017-01-30 21:15:56 +01:00
Frederik Rietdijk
e4f739fa2f
Merge pull request #22003 from lsix/update_matplotlib
...
pythonPackages.matplotlib: 1.5.3 -> 2.0.0
2017-01-30 18:19:16 +01:00
Lancelot SIX
bf23aaf893
docker_compose: 1.9.0 -> 1.10.0
2017-01-27 12:38:12 +01:00
Lancelot SIX
2aaa39a249
pythonPackages.docker: 1.10.6 -> 2.0.2
2017-01-27 12:38:05 +01:00
Frederik Rietdijk
c42cfa1e91
pythonPackages.ansible_2_1: init at 2.1.4.0
2017-01-27 10:15:31 +01:00
Frederik Rietdijk
46b1ea260a
pythonPackages.ansible2: move 2.2 to separate file, make default
...
`pythonPackages.ansible_2_2` is now the default `ansible`.
2017-01-27 10:15:31 +01:00
Lancelot SIX
86a26322e8
pythonPackages.pytest_30: 3.0.5 -> 3.0.6
2017-01-24 22:13:40 +01:00
Lancelot SIX
18b2c31eaa
pythonPackages.pytest_*: move to pkgs/development/python-modules
2017-01-24 22:13:29 +01:00
Lancelot SIX
b6e5976d4b
pythonPackages.django_guardian: 1.4.4 -> 1.4.6
2017-01-24 22:13:20 +01:00
Lancelot SIX
93d0e4ab5b
pythonPackages.pytestdjango: 2.9.1 -> 3.1.2
2017-01-24 22:13:07 +01:00
Jörg Thalheim
094ac2d9b1
python-protobuf: enable python3 and enable py3 tests
...
- moved expression out of python-packages
- no significant changes how package is built except the supported
python versions
2017-01-24 10:31:55 +01:00
Lancelot SIX
43753eafd2
pythonPackages.matplotlib: 1.5.3 -> 2.0.0
2017-01-23 16:48:58 +01:00
schneefux
afb3d5c9cb
pythonPackages.discordpy: 0.16.0 -> 0.16.4
2017-01-21 18:10:10 +01:00
Michael Raskin
5acb6c2cb5
Merge pull request #21991 from layus/fixup-pcsclite
...
pythonPackages.pcsclite: refactor
2017-01-20 09:31:11 +00:00
Nikolay Amiantov
d75a3cfb29
Merge pull request #21995 from abbradar/opencl
...
Fix OpenCL support
2017-01-20 12:09:17 +03:00
Nikolay Amiantov
10bae1a207
opencl-icd: remove, point to ocl-icd
2017-01-20 03:37:51 +03:00
Bjørn Forsman
c20062311b
Fix evaluation (xmpppy: use correct 'licenses' attr)
...
CC @Mic92
2017-01-19 20:12:21 +01:00
Jörg Thalheim
6762884a9a
python27Packages.jabberbot: init at 0.16
2017-01-19 19:10:23 +01:00
Jörg Thalheim
1708d4da13
python27Packages.xmpppy: fix ssl socket api
2017-01-19 19:10:16 +01:00
Robin Gloster
9cb67274fc
treewide: fix evaluation
...
cc @Mic92 @nixy @7c6f434c
2017-01-19 16:50:42 +01:00
Guillaume Maudoux
e735f85c4d
pythonPackages.pcsclite: refactor
2017-01-19 15:20:54 +01:00
Jörg Thalheim
805e6804b1
Merge pull request #21873 from Mic92/python-packages
...
Dependencies for realms-wiki
2017-01-19 12:23:30 +01:00
Jon Meredith
d9340971d9
Add yubioath-desktop application and required pyscard module to support it
2017-01-18 19:13:31 -08:00
Jörg Thalheim
17c457e47b
pythonPackages.twill: init at 0.9.1
2017-01-18 18:26:32 +01:00
Jörg Thalheim
3b44782026
pythonPackages.flask_wtf: init at 0.14.2
2017-01-18 18:26:31 +01:00
Jörg Thalheim
5da2caab63
pythonPackages.flask_testing: init at 0.6.1
2017-01-18 18:26:31 +01:00
Jörg Thalheim
b9e0da457a
pythonPackages.ghdiff: init at 0.4
2017-01-18 18:26:30 +01:00
Jörg Thalheim
f957ce45c4
pythonPackages.flask_oauthlib: init at 0.9.3
2017-01-18 18:26:30 +01:00
Jörg Thalheim
b3bef109c2
pythonPackages.flask-ldap-login: init at 0.3.0
2017-01-18 18:26:30 +01:00
Jörg Thalheim
c065c400e9
pythonPackages.flask_elastic: init at 0.2
2017-01-18 18:26:29 +01:00
Jörg Thalheim
0b3d711fc4
pythonPackages.flask_login: enable python3 tests
2017-01-18 18:26:29 +01:00
Jörg Thalheim
1094e948bf
pythonPackages.markdown2: 2.3.0 -> 2.3.1
2017-01-18 18:26:28 +01:00
Jörg Thalheim
1f5b7484a3
pythonPackages.gunicorn: 19.1.0 -> 19.3.0
2017-01-18 18:26:28 +01:00
Jörg Thalheim
bbe73c77c1
pythonPackages.dulwich: 0.14.0 -> 0.14.1
2017-01-18 18:26:28 +01:00
Jörg Thalheim
c6c5ed15ab
pythonPackages.requests_oauthlib: 0.4.1 -> 0.7.0
2017-01-18 18:26:27 +01:00
Jörg Thalheim
14a65c5ecd
pythonPackages.ldap: 2.4.19 -> 2.4.22
2017-01-18 18:26:27 +01:00
Jörg Thalheim
1f6ca0f37b
pythonPackages.bcrypt: 3.1.0 -> 3.1.2
2017-01-18 18:26:26 +01:00
Jörg Thalheim
8d67d5689c
pyroute2: init at 0.4.12
2017-01-14 10:12:20 +01:00
Frederik Rietdijk
87e67cb4e5
pythonPackages.yenc: init at 0.4.0
2017-01-11 18:12:32 +01:00
Daiderd Jordan
826d6aa6cd
Merge pull request #21382 from johbo/darwin-pygtk-quartz-backend
...
Darwin gtk2/pygtk quartz backend
2017-01-08 00:18:33 +01:00
schneefux
96504cd75c
pythonPackages.discordpy: 0.15.1 -> 0.16
2017-01-07 20:02:05 +02:00
Johannes Bornhold
8f7adffe4d
pygtk: Add flag -ObjC for darwin
...
Had to add this so that it was able to parse the headers from the frameworks.
2017-01-07 17:35:09 +01:00
Frederik Rietdijk
3b7193604f
pythonPackages.pycrypto: dummy depending on pycryptodome, closes #21671
2017-01-05 11:01:07 +01:00
Franz Pletz
fe9373460c
pythonPackages.pycrypto: add patch to fix CVE-2013-7459
...
cc #21642
2017-01-05 06:40:43 +01:00
Vladimír Čunát
9d09bc6728
Merge branch 'master' into staging
2016-12-29 13:56:16 +01:00
Frederik Rietdijk
2da75adc5d
pythonPackages.pygame-git: broken
2016-12-26 09:21:24 +01:00
Vladimír Čunát
3829d1c17f
Merge branch 'master' into staging
...
There's been a mass rebuild on master due to python2 update.
2016-12-26 08:42:19 +01:00
Frederik Rietdijk
8916131012
pythonPackages.xlwt: fix patch hash
2016-12-25 16:37:51 +01:00
Frederik Rietdijk
426b2ed9c8
pythonPackages.u-msgpack-python: use python.interpreter
2016-12-25 16:17:33 +01:00
Frederik Rietdijk
9f5e022663
pythonPackages.pytest_expect: init at 1.1.0
2016-12-25 11:12:53 +01:00
Frederik Rietdijk
c1dd42e7d6
pythonPackages.webencodings: init at 0.5
2016-12-25 11:12:53 +01:00
Frederik Rietdijk
bec4794820
pythonPackages.u-msgpack-python: init at 2.3.0
2016-12-25 11:12:53 +01:00
Frederik Rietdijk
3d455ac934
pythonPackages.xlwt: 1.0.0 -> 1.1.2
2016-12-25 10:42:41 +01:00
Frederik Rietdijk
5319587d87
pythonPackages.pandas: 0.19.1 -> 0.19.2
2016-12-25 10:42:41 +01:00
Frederik Rietdijk
d4c7f58301
pythonPackages.numpy: 1.11.2 -> 1.11.3
...
Furthermore, we fix f2py and use NOSE_EXCLUDE to disable tests.
2016-12-24 12:07:33 +01:00
Vladimír Čunát
86e4c9ed46
Merge branch 'master' into staging
2016-12-17 20:29:25 +01:00
Frederik Rietdijk
f412c87390
Merge pull request #21076 from schneefux/pkg.discordpy
...
pythonPackages.discordpy: init at 0.15.1
2016-12-14 22:05:44 +01:00
schneefux
0f97f71525
pythonPackages.discordpy: init at 0.15.1
2016-12-14 19:13:52 +01:00
schneefux
64d0c0ec1e
pythonPackages.websockets: init at 3.2
2016-12-14 19:10:14 +01:00
Frederik Rietdijk
c4104539e0
pythonPackages.async_timeout: init at 1.1.0
2016-12-11 20:07:24 +01:00
Frederik Rietdijk
826649ddf4
pythonPackages.multidict: init at 2.1.4
2016-12-11 20:07:24 +01:00
Frederik Rietdijk
7a538938a0
pythonPackages.yarl: init at 0.8.1
2016-12-11 20:07:24 +01:00
Frederik Rietdijk
879a98bf27
pythonPackages.pycairo: fix name
2016-12-10 14:38:09 +01:00
Frederik Rietdijk
47d4575255
pythonPackages.setuptools: 28.8.0 -> 30.2.0
2016-12-05 17:33:21 +01:00
Frederik Rietdijk
4162623460
pythonPackages.cython: 0.24.1 -> 0.25.1
2016-12-03 16:09:37 +01:00
Frederik Rietdijk
74276caf19
koji -> pythonPackages.koji
...
koji is both a library and an application. It is used in Nixpkgs
primarily as a library and therefore I move it.
2016-12-01 21:07:33 +01:00
Frederik Rietdijk
07dcc4f43a
pythonPackages.Theano: move and rename variants
...
We have two derivations, one that supports Cuda, and one that does not.
The names, TheanoWithCuda and TheanoWithoutCuda, now reflect that.
Furthermore, a boolean passthru.cudaSupport was added.
In the future the two derivations should be merged in one, with a
parameter `cudaSupport`.
2016-11-30 10:04:54 +01:00
Tuomas Tynkkynen
8a4d6516ee
Merge remote-tracking branch 'upstream/staging' into master
2016-11-30 00:34:23 +02:00
Andreas Herrmann
44177794d2
matplotlib: Fix "attribute ‘tkinter’ missing"
...
`tkinter` is not part of `python`, but of `pythonPackages`.
2016-11-28 18:02:35 +01:00
Eric Sagnes
d0e8117ccb
rainbowstream: 1.3.5 -> 1.3.6
2016-11-27 11:37:20 +09:00
Vladimír Čunát
925b335607
Merge branch 'master' into staging
2016-11-26 11:27:09 +01:00
Rok Garbas
b09435ea51
pythonPackages.magic-wormhole: enable tests
2016-11-26 04:55:28 +01:00
Frederik Rietdijk
18637d877a
magic-wormhole: move to python-packages
...
since it is actually a library.
2016-11-25 09:13:01 +01:00
Frederik Rietdijk
51645f8f47
Merge pull request #20675 from carlsverre/update/mopidy-gmusic
...
mopidy-gmusic: 1.0.0 -> 2.0.0
2016-11-25 08:59:56 +01:00
Carl Sverre
99e6b63199
pycryptodome: init at 3.4.3
2016-11-24 14:38:46 -08:00
Frederik Rietdijk
bde10a9b79
pythonPackages.pyside: fix name
2016-11-24 22:28:04 +01:00
Alexey Lebedeff
7e3176bca2
blivet: Remove unneccesary patching
...
Fixes https://github.com/NixOS/nixops/issues/552
`--cache` argument is now mandatory for `pvscan` both from hetzner rescue
system and from nixpkgs.
2016-11-24 14:13:26 +03:00
Vladimír Čunát
b69f568f4c
Merge branch 'staging'
...
Hydra rebuild looks fine; only a few Darwin jobs is queued:
http://hydra.nixos.org/eval/1304891?compare=1304807
2016-11-19 04:35:51 +01:00
Thomas Tuegel
b32a1c7244
Merge pull request #20428 from ttuegel/multiple-outputs-gtk
...
Use multiple outputs for gtkmm and friends
2016-11-18 09:16:34 -06:00
Vladimír Čunát
8b565d6478
Merge #20081 : update alsa lib, plugins and utils
2016-11-17 11:26:00 +01:00
Vladimír Čunát
5af7b82336
Merge branch 'master' into staging
...
To incorporate some larger security rebuilds (jasper).
2016-11-17 11:14:05 +01:00
Lancelot SIX
f7558d07df
poezio: 0.9 -> 0.10
2016-11-16 15:01:43 +01:00
Thomas Tuegel
cec1241677
pygobject3: multiple outputs
2016-11-15 07:16:08 -06:00
Vladimír Čunát
b5e89fe9bf
Merge branch 'master' into staging
2016-11-15 00:20:19 +01:00
Frederik Rietdijk
27a6d61881
pythonPackages.pip: 8.1.2 -> 9.0.1
2016-11-15 00:05:56 +01:00
Frederik Rietdijk
d83d2ba4f3
pythonPackages.setuptools: 26.1.1 -> 28.8.0
2016-11-15 00:05:56 +01:00
Frederik Rietdijk
e23724dc96
pythonPackages.reikna: init at 0.6.7
2016-11-14 12:31:05 +01:00
Frederik Rietdijk
05ca19c679
pythonPackages.pycuda: 2016.1 -> 2016.1.2
...
and disable tests because they require an available cuda device.
2016-11-14 12:31:05 +01:00
Frederik Rietdijk
6435a85c3f
pythonPackages.numba: 0.27.0 -> 0.29.0
...
and move expression in a separate file.
2016-11-14 12:31:05 +01:00
Frederik Rietdijk
dc1b2ed11f
pythonPackages.llvmlite: 0.13.0 -> 0.14.0
...
and move expression in separate file.
2016-11-14 12:31:05 +01:00
Frederik Rietdijk
6c7d501a7b
pythonPackages.pyopencl: init at 2016.2
2016-11-14 12:31:05 +01:00
Lancelot SIX
8617a068b8
pythonPackages.mezzanine: Fix template project
...
This makes sure that the template project can be used and updated.
Otherzise files copied from the store stay readonly and cannot be
updated during the generation process.
2016-10-31 16:38:45 +01:00
Dmitry Kalinkin
46dd9dfc52
numpy: enable numpy.distutils patch only if it's also in distutils
...
Fixes: 095095c
('python: add C++ compiler support for distutils')
2016-10-26 21:29:55 +00:00
Frederik Rietdijk
fea23020fe
Merge pull request #19585 from veprbl/distutils_fix
...
python: add C++ compiler support for distutils
2016-10-25 14:16:28 +02:00
Frederik Rietdijk
e56832d730
Merge remote-tracking branch 'upstream/master' into HEAD
2016-10-22 17:23:24 +02:00
Frederik Rietdijk
321e073629
Python: bootstrapped-pip: use python.libPrefix
in name
...
See 4de7cbdf04
2016-10-21 14:04:16 +02:00
Vladimír Čunát
4d5b893002
Merge #19081 : gnome-3.22
...
Also master commits are brought in.
2016-10-20 23:04:10 +02:00
Vladimír Čunát
4de7cbdf04
pythonPackages.pip: do not name it python-*
...
Fixes #19691 . Feel free to find a beter naming.
2016-10-20 17:59:31 +02:00
Frederik Rietdijk
e67e4da8c7
pythonPackages.wxPython: don't pass in pythonPackages
2016-10-18 23:16:09 +02:00
Frederik Rietdijk
ec6f049c09
pythonPackages.pycairo: python.is_py3k was removed
2016-10-18 23:14:36 +02:00
Dmitry Kalinkin
e4574a54d4
cython: disable tests that fail when built against libc++
2016-10-17 11:23:13 -04:00
Dmitry Kalinkin
095095c479
python: add C++ compiler support for distutils
...
This should help with builds against clang
2016-10-17 11:23:13 -04:00
Alexander Ried
b03d1996cd
pygobject: 3.20.0 -> 3.22.0
2016-10-15 20:32:10 +02:00
Frederik Rietdijk
104c50dd1a
Python: remove modules and pythonFull
2016-10-10 10:33:24 +02:00