3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

2421 commits

Author SHA1 Message Date
Frederik Rietdijk d2b7b5660b python mygpoclient: move expression to python-packages.nix 2015-12-11 11:28:30 +01:00
Frederik Rietdijk 3c5e03d8c0 python xmpppy: move expression to python-packages.nix 2015-12-11 10:45:24 +01:00
Frederik Rietdijk e60da70c3b python slowaes: move expression to python-packages.nix 2015-12-11 10:45:24 +01:00
Frederik Rietdijk f9acc95a09 python rbtools: move expression to python-packages.nix
cc @domenkozar
2015-12-11 10:45:20 +01:00
Frederik Rietdijk 3e75b475f8 python pyx: 0.10 -> 0.14.1 rewrite expression
- Update version
- Rewrite expression using buildPythonPackage
- Current version only works of PyX only works with Python >= 3.2
2015-12-11 10:41:38 +01:00
Frederik Rietdijk 4c0bc553f5 python pygtksourceview: move callPackage to python-packages.nix 2015-12-11 10:41:38 +01:00
Frederik Rietdijk bc97b365d3 python pygame: move callPackage to python-packages.nix 2015-12-11 10:41:38 +01:00
Frederik Rietdijk 88bcfa6441 python pycups: 1.9.68 -> 1.9.73 and move expression 2015-12-11 10:41:37 +01:00
Frederik Rietdijk dbdfda7871 python bsddb3: 6.1.0 -> 6.1.1 2015-12-11 10:41:37 +01:00
Frederik Rietdijk fa45088ae9 python bsddb3: move and update expression
The updated expression uses buildPythonPackage and thus installs a
wheel. Unfortunately, setting the --berkeley-db flag seems to fail.
2015-12-11 10:41:37 +01:00
Frederik Rietdijk 7a8671a905 python foursuite: move callPackage to python-packages.nix 2015-12-11 10:36:29 +01:00
Domen Kožar fef780de8d Merge pull request #11578 from lancelotsix/python3_basemap
python3Packages.basemap: enabled
2015-12-10 20:31:42 +01:00
Domen Kožar b4b5047cac Merge pull request #11595 from FRidh/wheel
python wheel: init at 0.26.0 (WIP)
2015-12-10 14:14:55 +01:00
Frederik Rietdijk 984d1de1cc python wheel: init at 0.26.0 2015-12-10 12:02:07 +01:00
Lancelot SIX 272e32492f python3Packages.basemap: enabled
This package was marked incompatible with python3 by mistake.
2015-12-10 08:26:27 +00:00
Domen Kožar 9d150d5968 pythonPackages.kombu: 3.0.29 -> 3.0.30 2015-12-09 16:36:25 +01:00
Domen Kožar 4b0fcf8ea1 Merge pull request #11553 from FRidh/pil
WIP: remove PIL as dependency
2015-12-08 22:15:05 +01:00
Frederik Rietdijk 91adf1bb65 python: remove PIL
Remove it once and for all.
2015-12-08 16:30:57 +01:00
Frederik Rietdijk c709363e23 python mwlib: use pillow instead of pil 2015-12-08 15:11:49 +01:00
Christoph Hrdinka 5a26cfc27f python tilestache: init at 1.50.1 2015-12-08 13:10:31 +01:00
lethalman 2fde83b5bd Merge pull request #11411 from hrdinka/mapnik
mapnik: init at 3.0.9
2015-12-07 10:50:39 +01:00
Pamelloes 038c7a60a1 Fix trollius buildon sandboxed pure darwin
Skipped six tests that fail because of sandbox restrictions (namely the three variants of test_read_pty_output and test_write_pty).
2015-12-06 12:34:06 -06:00
Gabriel Ebner 51bcfbe007 pythonPackages.acme: extract from letsencrypt derivation. 2015-12-05 23:09:27 +01:00
Christoph Hrdinka 59823208a6 python modestmaps: init at 1.4.6, fixes #11429 2015-12-05 20:58:08 +01:00
Vladimír Čunát d38e9d3b37 tarball: fix darwin evaluation
(cherry picked from commit 12e788ff44)
2015-12-05 11:13:29 +01:00
Vladimír Čunát 263fd55d4b Merge recent staging built on Hydra
http://hydra.nixos.org/eval/1231884
Only Darwin jobs seem to be queued now,
but we can't afford to wait for that single build slave.
2015-12-05 11:11:51 +01:00
Christoph Hrdinka 2c54da93ef mapnik: init at 3.0.9 2015-12-04 18:03:16 +01:00
Dan Peebles 20cc1a6b90 boto3: 1.1.4 -> 1.2.2 2015-12-03 11:45:25 -05:00
Domen Kožar eca688c6d8 Merge pull request #7170 from risicle/djangogis
django: add a django_gis variant which patches django to properly point ...
2015-12-03 14:29:18 +01:00
Dan Peebles 8a84a80193 awscli: 1.7.47 -> 1.9.6
Also updates its botocore dependency from 1.1.10 to 1.3.6 and makes it
use requests2 instead of requests.
2015-12-03 08:23:29 -05:00
Domen Kožar 76fc329794 oslo-rootwrap: patch binaries path 2015-12-03 11:10:19 +01:00
Domen Kožar 710b350b8e pythonPackages: remove outdated glance, use glanceclient 2015-12-03 11:10:13 +01:00
Dan Peebles df27b34918 psycopg2: fix build on darwin
For some reason its build script requires libssl only on darwin.
2015-12-02 18:06:00 -05:00
Dan Peebles f8e99ec0e4 python-gnupg: init at 0.3.8 2015-12-02 17:59:32 -05:00
Domen Kožar 6cf4e29c4f Fix build for python3Packages.spyder
pylint (using Python 2.7) got propagated into python3Packages.spyder
so Python 2.7 setup-hook was used instead of python34.

Now that pylint is part of pythonPackages attribute set, pylint is
used with python3.4 as a base.
2015-12-02 19:07:46 +01:00
lethalman 787be7b80e Merge pull request #11386 from avnik/qtile
Qtile rework
2015-12-02 18:51:48 +01:00
Domen Kožar 33eddc4e90 Merge pull request #11318 from gebner/morituri-cddb
morituri fails because of missing CDDB dependency
2015-12-02 09:21:35 +01:00
Frederik Rietdijk 6bda7509e5 python pysoundfile: disable on 32 bit systems
due to a bug
2015-12-01 17:21:16 +01:00
Alexander V. Nikolaev 9b166f0db2 Use absolute path to load libxcb.so 2015-12-01 13:45:06 +02:00
Nicolas Pouillard ed42bff48f
pythonPackages.BlinkStick: init at 1.1.8 2015-12-01 12:32:23 +01:00
Mitch Tishmack 03c1f6db6a pythonPackages.werkzeug: update 0.9.6 -> 0.10.4, fixes #11209 2015-12-01 11:27:50 +01:00
Domen Kožar e133b412db Merge pull request #11377 from desiderius/consul-0.4.7
pythonPackages.consul: init at 0.4.7
2015-12-01 10:06:13 +01:00
Domen Kožar b18acb4465 Merge pull request #11376 from desiderius/elasticsearch-1.9.0
pythonPackages.elasticsearch: remove dependencies
2015-12-01 10:05:51 +01:00
desiderius 12b670178c pythonPackages.elasticsearch: remove dependencies
Remove the pyyaml and pyaml dependencies. They are only used in
the unit tests and pyaml is marked as Python 2 only.
2015-12-01 09:42:07 +01:00
Rob Vermaas 7f4fcbae78 Fix-up cherry-pick of plotly python library. 2015-12-01 08:27:24 +00:00
Rob Vermaas ca02d1aace Add plotly 1.9.1 python package
(cherry picked from commit fe8fd63e39)
2015-12-01 08:27:24 +00:00
Aycan iRiCAN 92aff2a297 Merge pull request #11375 from utdemir/master
Use sha256 instead of md5 on py3status
2015-12-01 10:23:10 +02:00
Utku Demir 444724ba1c Use sha256 instead of md5 on py3status 2015-12-01 10:21:55 +02:00
Aycan iRiCAN ae24b9531d Merge pull request #11374 from utdemir/master
pythonPackages.py3status: 2.3 -> 2.7
2015-12-01 10:12:36 +02:00
Utku Demir f2a6b70131 pythonPackages.py3status: 2.3 -> 2.7 2015-12-01 10:10:43 +02:00