Commit graph

3683 commits

Author SHA1 Message Date
Gabriel Ebner
9abbd6adc1 pythonPackages.vobject: 0.9.2 -> 0.9.3 2016-08-28 10:33:19 +02:00
Kovacsics Robert
5e76bc9c9d python-xlib: 0.15rc1 -> 0.17 (#18044) 2016-08-28 08:06:06 +00:00
Frederik Rietdijk
562027e6c2 pythonPackages.twisted: 16.2.0 -> 16.4.0 2016-08-28 08:45:39 +02:00
Rok Garbas
1102352a79 Merge pull request #17906 from garbas/neovim-0.1.5-update
neovim: 0.1.4 -> 0.1.5 (and related dependencies)
2016-08-27 17:44:34 +02:00
Frederik Rietdijk
59f04899aa Merge pull request #17972 from phanimahesh/deluge
python-pkgs:deluge: pin dependency libtorrent-rasterbar to 1.0.9
2016-08-26 20:30:06 +02:00
Joachim F
0cbba7c673 Merge pull request #17941 from romildo/upd.efl
efl: 1.17.2 -> 1.18.0
2016-08-26 15:04:29 +02:00
Kevin Marsh
c9b29d4e5f pythonPackages.django_1_9: 1.9.5 -> 1.9.9 2016-08-25 15:15:51 +01:00
Kevin Marsh
dfb7d6c223 pythonPackages.django_1_8: 1.8.12 -> 1.8.14 2016-08-25 15:13:09 +01:00
Frederik Rietdijk
b71d71c576 Merge pull request #17963 from lancelotsix/update_django_raster_0_3
django_raster: 0.2 -> 0.3
2016-08-25 15:52:35 +02:00
Lancelot SIX
6e9d8efbd1
pythonPackages.django_raster: 0.2 -> 0.3 2016-08-25 15:18:23 +02:00
Lancelot SIX
37ad0f8e6a
pythonPackages.django: always build with the GIS componnents
There is no reason for django derivation to contain invalid GIS
extensions. This makes sure that the gis componnents (which are always
installed) can function properly.
2016-08-25 15:18:05 +02:00
Lancelot SIX
674aa05abc
pythonPackages.gdal: aliases pkgs.gdal
`pkgs.gdal` ships python2 bindings. This allows to have a gdal package
for each python package set with the appropriate bindings installed.
2016-08-25 15:17:49 +02:00
Frederik Rietdijk
5b3331ed2c pythonPackages.nxt-python: use upstream name 2016-08-25 12:38:36 +02:00
Frederik Rietdijk
24cd814dd8 Merge pull request #17875 from leenaars/nxt-python
Nxt-python: init at  unstable-20160819 plus dependencies
2016-08-25 12:36:50 +02:00
J Phani Mahesh
f26edb5257 python-pkgs:deluge: pin dependency libtorrent-rasterbar to 1.0.9
See https://github.com/NixOS/nixpkgs/issues/17924 for context
2016-08-25 00:00:26 +05:30
Lancelot SIX
3614e950e4
pythonPackages.pyparsing: 2.1.4 -> 2.1.8 2016-08-24 17:47:15 +02:00
José Romildo Malaquias
b3974f9914 python-efl: 1.17.0 -> 1.18.0 2016-08-23 11:50:44 -03:00
Tuomas Tynkkynen
6d68178693 treewide: Make explicit that 'dev' output of imagemagick is used 2016-08-23 03:52:06 +03:00
Rok Garbas
a241639bcf
pythonPackages.trollius: skip one test from tests/test_subprocess.py (only on darwin) 2016-08-22 13:18:49 +02:00
obadz
68936edfb3 Merge branch 'master' into staging 2016-08-21 12:03:41 +01:00
Rickard Nilsson
7a3260c590 libvirt and pythonPackages.libvirt: 2.0.0 -> 2.1.0 2016-08-21 09:51:24 +02:00
Michiel Leenaars
a45f203366 pythonPackages.BlinkStick: fix brokenness 2016-08-20 23:43:15 +02:00
Michiel Leenaars
53b618105d pythonPackages.pyfantom: init at unstable-2013-12-18 2016-08-20 21:56:51 +02:00
Michiel Leenaars
c7b800a6bf pythonPackages.pybluez: init at unstable-20160819 2016-08-20 21:52:45 +02:00
Michiel Leenaars
4d7cc55344 pythonPackages.pyusb: add propagatedBuildInput libusb 2016-08-20 21:52:45 +02:00
Michiel Leenaars
b06b865dcc pythonPackages.nxt_python: init at unstable-20160819 2016-08-20 21:50:48 +02:00
Michiel Leenaars
52592e1132 pythonPackages.lightblue: init at 0.4 2016-08-20 21:50:48 +02:00
J Phani Mahesh
dda6c4d5f4 python:cgkit: switch sf downloads to mirror://
This allows fallback to all configured mirrors for sourceforge
to download, instead of relying on just downloads.sourceforge.net
2016-08-20 19:14:29 +05:30
Joachim Fasting
ba0f9cfa49
Revert "Merge pull request #16980 from phanimahesh/sf-use-mirrors"
This reverts commit 217594fd1d, reversing
changes made to 8e8a89d8a8.

Turns out it wasn't ready afterall ...
2016-08-20 15:14:23 +02:00
J Phani Mahesh
78714df165 python:cgkit: switch sf downloads to mirror://
This allows fallback to all configured mirrors for sourceforge
to download, instead of relying on just downloads.sourceforge.net
2016-08-20 17:19:56 +05:30
Nikolay Amiantov
826c398318 pythonPackages.scfbuild: remove workaround 2016-08-20 00:42:49 +03:00
Nikolay Amiantov
837cf416ce wrapPythonProgram: exclude Python itself from PYTHONPATH 2016-08-20 00:42:49 +03:00
Nikolay Amiantov
adafdb88f5 wrapPythonProgram: fix magical sed expression
* Treat #! as all other comments;
* Treat comma at the end as a multi-line marker;
* Skip lines with a space at start (they are continuing previous lines);
* Don't allow spaces in front of quotes or the first real statement.
2016-08-20 00:42:49 +03:00
Nikolay Amiantov
01624e1ac2 wrapPythonProgram: use site.addsitedir instead of PYTHONPATH 2016-08-20 00:42:49 +03:00
Frederik Rietdijk
8c1a1a11bf asciinema: 20160520 -> 1.3.0
See https://github.com/NixOS/nixpkgs/pull/17807
2016-08-19 12:32:22 +02:00
Frederik Rietdijk
e8f7c5490d Merge pull request #17807 from KibaFox/asciinema
pythonPackages.asciinema: init at 1.3.0
2016-08-18 17:31:30 +02:00
Nikolay Amiantov
622b5ab72b pythonPackages.psutil: 3.4.2 -> 4.3.0 2016-08-18 18:02:32 +03:00
Kiba Fox
834543ab6e pythonPackages.asciinema: init at 1.3.0 2016-08-18 10:33:30 -04:00
Frederik Rietdijk
3c5594c505 pythonPackages.python-etcd: fix build 2016-08-18 12:36:42 +02:00
Frederik Rietdijk
7395c29616 pythonPackages.libtmux: fix build 2016-08-18 12:36:42 +02:00
Frederik Rietdijk
a36fc3c845 pythonPackages.Werkzeug: fix build Python 3.x
that was broken by 7916a16c8e
2016-08-18 11:24:09 +02:00
Frederik Rietdijk
cff0389e41 Merge pull request #17773 from RamKromberg/fix/pillow
pillow: 3.2 -> 3.3
2016-08-18 08:57:51 +02:00
Frederik Rietdijk
80c98d76ca Merge pull request #17641 from matthewbauer/update-pyopenssl
pyopenssl: 0.15.1 -> 16.0.0
2016-08-17 22:23:14 +02:00
Nikolay Amiantov
3e5bf44aab sip: 4.14.7 -> 4.18.1, drop unused old version 2016-08-17 20:30:51 +03:00
Nikolay Amiantov
33cabd882f pythonPackages.pyqt5: 5.5.1 -> 5.6 2016-08-17 20:20:35 +03:00
Frederik Rietdijk
80b3a7b128 Revert "pythonPackages.psutil: 3.4.2 -> 4.3.0"
This reverts commit 86caec1be1.

In this commit tests were re-enabled, but without correctly testing whether it could.
When a package builds it doesn't mean the tests are actually run. This is often seen when it says that 0 tests were run.
Typically this is because the test runner was invoked incorrectly.

By re-enabling the tests, a false impression is generated that the package is tested while in fact it isn't. Furthermore, the Python 3.5
package broke because the tests are invoked incorrectly.

cc @abbradar
2016-08-17 10:52:22 +02:00
Frederik Rietdijk
5a501bd828 Remove top-level dbus_python and pythonDBus.
See #11567.

Furthermore, it renames pythonPackages.dbus to pythonPackages.dbus-
python as that's the name upstream uses.

There is a small rebuild but I couldn't figure out the actual cause.
2016-08-16 22:52:37 +02:00
Matthew Bauer
a2937ba293 searx: force to use new pyopenssl 2016-08-16 20:47:18 +00:00
Matthew Bauer
7d3bccdd7c service-identity: 14.0.0 -> 16.0.0
- adds attrs as input
2016-08-16 20:33:59 +00:00
Ram Kromberg
6edb3851f9 pillow: 3.2 -> 3.3 2016-08-16 14:33:16 +03:00