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
Lancelot SIX
3614e950e4
pythonPackages.pyparsing: 2.1.4 -> 2.1.8
2016-08-24 17:47:15 +02:00
Tuomas Tynkkynen
6d68178693
treewide: Make explicit that 'dev' output of imagemagick is used
2016-08-23 03:52:06 +03: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
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
Robin Gloster
d1d9b93417
pythonPackages.urllib3: remove unnecessary substituteInPlace
...
`substituteInPlace` was operating on a non-existant file.
2016-08-14 22:55:21 +00:00
Nikolay Amiantov
70efa5aa1e
pythonPackages.flasklabel: 0.9 -> 0.11.1
2016-08-14 22:37:12 +03:00
Nikolay Amiantov
7916a16c8e
pythonPackages.Werkzeug: 0.10.4 -> 0.11.10
2016-08-14 22:37:12 +03:00
Nikolay Amiantov
3065f54a64
pythonPackages.rsa: 3.3 -> 3.4.2
2016-08-14 22:37:12 +03:00
Nikolay Amiantov
a1e40f1efc
pythonPackages.requests2: 2.9.1 -> 2.11.0
2016-08-14 22:37:12 +03:00
Nikolay Amiantov
229801f7a6
pythonPackages.Babel: 2.2.0 -> 2.3.4
2016-08-14 22:37:11 +03:00
Nikolay Amiantov
86caec1be1
pythonPackages.psutil: 3.4.2 -> 4.3.0
2016-08-14 22:37:11 +03:00
Nikolay Amiantov
2f52628b00
pythonPackages.flask_assets: 1.2.1 -> 1.3.2
2016-08-14 22:37:11 +03:00
Nikolay Amiantov
28158b21b9
pythonPackages.pkginfo: 1.2.1 -> 1.3.2
2016-08-14 22:37:11 +03:00
Frederik Rietdijk
e4b47de694
Remove top-level pycrypto
...
See #11567 .
2016-08-14 14:28:26 +02:00
Frederik Rietdijk
6fa3ead853
Remove top-level pyopenssl
...
See #11567 .
2016-08-14 14:28:26 +02:00
Frederik Rietdijk
53c6d4827b
Merge pull request #17716 from teh/master
...
Add libdynd and dynd-python
2016-08-14 13:53:59 +02:00
Frederik Rietdijk
7986b718f3
Remove pycairo from top-level
...
See #11567 .
2016-08-14 13:52:42 +02:00
Frederik Rietdijk
eb3e23c49e
Remove top-level setuptools
...
See #11567 .
2016-08-14 13:07:26 +02:00
Frederik Rietdijk
57b9ff06f1
Remove top-level pylint
...
See #11567 .
2016-08-14 13:07:26 +02:00
Frederik Rietdijk
6842a24b21
Remove top-level pyqt4
...
See #11567 .
2016-08-14 12:38:01 +02:00
Tom Hunger
7845ca6219
dynd-python: init at 0.7.2
2016-08-14 11:01:11 +01:00
Frederik Rietdijk
11d1fdfd8b
Remove top-level cython and cython3
...
See #11567 .
2016-08-14 12:01:09 +02:00
Frederik Rietdijk
9fc37cc89c
pythonPackages.tflearn: remove maintainer, fixes eval
2016-08-14 10:42:40 +02:00
Qingping Hou
fd0b05b483
tflearn: init at 0.2.1
2016-08-13 23:35:55 -07:00