Frederik Rietdijk
2b708d43f0
pythonPackages.ipython: 4.0.0 -> 4.0.3
2016-01-24 14:33:53 +01:00
Frederik Rietdijk
390d6016fe
pythonPackages.ipykernel: 4.2.0 -> 4.2.2
2016-01-24 14:33:53 +01:00
Frederik Rietdijk
9302637819
pythonPackages.jupyter_console: 4.0.3 -> 4.1.0
2016-01-24 14:33:53 +01:00
Frederik Rietdijk
7df3009522
pythonPackages.dask: 0.7.5 -> 0.7.6
2016-01-24 14:33:53 +01:00
Frederik Rietdijk
4537bbf8b9
pythonPackages.CommonMark: 0.5.4 -> 0.6.3
2016-01-24 14:33:52 +01:00
Graham Christensen
4a6602c3cd
awscli: Install less to fix help docs
...
Without less, we get:
```
2016-01-22 10:31:59,098 - MainThread - awscli.help - DEBUG - Running command: ['groff', '-man', '-T', 'ascii']
2016-01-22 10:31:59,109 - MainThread - awscli.help - DEBUG - Running command: ['less', '-R']
2016-01-22 10:31:59,111 - MainThread - awscli.clidriver - DEBUG - Exception caught in main()
Traceback (most recent call last):
File "/nix/store/jmgflkyf1yfz6an82pvhq084mp1j0bjn-awscli-1.7.41/lib/python2.7/site-packages/awscli/clidriver.py", line 183, in main
return command_table[parsed_args.command](remaining, parsed_args)
File "/nix/store/jmgflkyf1yfz6an82pvhq084mp1j0bjn-awscli-1.7.41/lib/python2.7/site-packages/awscli/help.py", line 245, in __call__
self.renderer.render(self.doc.getvalue())
File "/nix/store/jmgflkyf1yfz6an82pvhq084mp1j0bjn-awscli-1.7.41/lib/python2.7/site-packages/awscli/help.py", line 81, in render
self._send_output_to_pager(converted_content)
File "/nix/store/jmgflkyf1yfz6an82pvhq084mp1j0bjn-awscli-1.7.41/lib/python2.7/site-packages/awscli/help.py", line 86, in _send_output_to_pager
p = self._popen(cmdline, stdin=PIPE)
File "/nix/store/jmgflkyf1yfz6an82pvhq084mp1j0bjn-awscli-1.7.41/lib/python2.7/site-packages/awscli/help.py", line 90, in _popen
return Popen(*args, **kwargs)
File "/nix/store/6a1x9r9wywa27v9gvp0yqgq0mmkfa3ww-python-2.7.11/lib/python2.7/subprocess.py", line 710, in __init__
errread, errwrite)
File "/nix/store/6a1x9r9wywa27v9gvp0yqgq0mmkfa3ww-python-2.7.11/lib/python2.7/subprocess.py", line 1335, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
2016-01-22 10:31:59,112 - MainThread - awscli.clidriver - DEBUG - Exiting with rc 255
[Errno 2] No such file or directory
```
Import less along with groff
Fixes #12549 .
2016-01-22 18:31:49 +01:00
Frederik Rietdijk
b076c78005
Merge pull request #12485 from mogorman/sopel_6.2.1
...
sopel: 6.1.1 -> 6.2.1
2016-01-22 17:17:44 +01:00
Matthew O'Gorman
984409db68
sopel: 6.1.1 -> 6.2.1
...
test commit
2016-01-22 11:11:40 -05:00
Frederik Rietdijk
33eccdc776
Merge pull request #12510 from vandenoever/lpod
...
lpod-python: 1.1.5 -> 1.1.7
2016-01-21 09:26:56 +01:00
Tobias Geerinckx-Rice
d561179789
pythonPackages.sphinx_1_2: disable checks
...
They would require keeping a pygments_2_0_2 branch around, just for
this outdated package. Doesn't seem worth it.
2016-01-21 04:11:59 +01:00
Tobias Geerinckx-Rice
9f6ca0fe15
pythonPackages.sphinx: fix tests with Pygments 2.1
...
Close #12511 .
2016-01-21 04:11:57 +01:00
Tobias Geerinckx-Rice
67c487f243
pythonPackages.sphinx: 1.3.1 -> 1.3.4
...
Mainly bugfixes. Far too many to summarise here:
http://www.sphinx-doc.org/en/stable/changes.html#release-1-3-4-released-jan-12-2016
2016-01-21 04:11:05 +01:00
Jos van den Oever
9ecc06dca5
lpod-python: 1.1.5 -> 1.1.7
2016-01-20 23:56:02 +01:00
Pascal Wittmann
0c816a56f6
Merge pull request #12237 from Denommus/python-eve
...
python-eve framework
2016-01-20 15:28:37 +01:00
Reno Reckling
2f6ef9aa6a
python-setproctitle: init at 1.1.9
2016-01-20 13:01:04 +01:00
Rok Garbas
077f7ceaab
pythonPackages.turses: disabled pypy and py3k builds
2016-01-20 00:28:41 +01:00
Rok Garbas
f75a122d24
pythonPackages: turses 0.2.23->0.3.1, tweepy 2.3.0->3.5.0, closes #12286
2016-01-20 00:20:36 +01:00
Tobias Geerinckx-Rice
38c83e2916
pythonPackages.pygments: 2.0.2 -> 2.1
...
- Added lexers, styles, formatters.
- New "filename" option for HTML formatter (PR#527).
- Improved performance of the HTML formatter for long lines (PR#504).
- Updated autopygmentize script (PR#445).
- Fixed style inheritance for non-standard token types in HTML
output.
- Added support for async/await to Python 3 lexer.
- Rewrote linenos option for TerminalFormatter (it's better, but
slightly different output than before) (#1147 ).
- Javascript lexer now supports most of ES6 (#1100 ).
- Cocoa builtins updated for iOS 8.1 (PR#433).
- Combined BashSessionLexer and ShellSessionLexer, new version
should support the prompt styles of either.
- Added option to pygmentize to show a full traceback on exceptions.
- Fixed incomplete output on Windows and Python 3 (e.g. when using
iPython Notebook) (#1153 ).
- Allowed more traceback styles in Python console lexer (PR#253).
- Added decorators to TypeScript (PR#509).
- Fix highlighting of certain IRC logs formats (#1076 ).
More: https://bitbucket.org/birkenfeld/pygments-main/src/tip/CHANGES
2016-01-19 21:36:23 +01:00
Matthew O'Gorman
34c1f87750
paho-mqtt: init at 1.1
2016-01-18 13:35:07 -05:00
Franz Pletz
ca3af3ce88
pythonPackages.frozendict: Remove duplicate declaration
2016-01-18 14:19:56 +01:00
Franz Pletz
55fc3acfcb
Merge pull request #12159 from rasendubi/ycmd
...
ycmd: Init at 2016-01-12
2016-01-18 14:11:22 +01:00
Tobias Geerinckx-Rice
f0cc8f9ec5
4suite: remove dead package
...
Project abandoned in 2006. Broken since June 2014.
2016-01-18 01:41:57 +01:00
tv
ceaec1a108
minidb: init at 2.0.1
2016-01-17 21:59:22 +01:00
Nikolay Amiantov
49363a40ba
python-axolotl: init at 0.1.7
2016-01-17 22:24:10 +03:00
Nikolay Amiantov
4d43687fc1
python-axolotl-curve25519: init at 0.1
2016-01-17 22:24:05 +03:00
Matthias Beyer
ae5ef2b009
pygraphviz: init at 1.3
...
changes by @globin:
1.2 -> 1.3
correct license information
Signed-off-by: Robin Gloster <mail@glob.in>
2016-01-17 18:11:37 +00:00
Robin Gloster
1dfdd01ec9
Merge pull request #11589 from kragniz/cookiecutter
...
Add cookiecutter
2016-01-17 17:57:55 +01:00
Louis Taylor
fb9052c098
cookiecutter: init at 1.3.0
2016-01-17 16:53:31 +00:00
Louis Taylor
b0ca115059
pythonPackages.chardet: update homepage
2016-01-17 16:31:28 +00:00
Louis Taylor
9fa25759cc
pythonPackages.chardet: 2.1.1 -> 2.3.0
2016-01-17 16:31:22 +00:00
Louis Taylor
ff5c859460
pythonPackages.ruamel_base: init at 1.0.0
2016-01-17 16:31:17 +00:00
Louis Taylor
96bb93a5a1
pythonPackages.ruamel_ordereddict: init at 0.4.9
2016-01-17 16:31:10 +00:00
Louis Taylor
a5846c6c51
pythonPackages.ruamel_yaml: init at 0.10.13
2016-01-17 16:31:05 +00:00
Louis Taylor
d0db3c2d52
pythonPackages.future: 0.14.3 -> 0.15.2
2016-01-17 16:30:57 +00:00
Louis Taylor
84c8763a17
pythonPackages.whichcraft: init at 0.1.1
2016-01-17 16:30:52 +00:00
Louis Taylor
6f94a131e8
pythonPackages.binaryornot: init at 0.4.0
2016-01-17 16:30:42 +00:00
Frederik Rietdijk
19c1c5dd78
Merge pull request #12434 from mogorman/sopel
...
sopel: init at 6.1.1
2016-01-17 16:20:44 +01:00
Matthew O'Gorman
3a14a5b375
sopel: init at 6.1.1
2016-01-17 10:13:06 -05:00
Pascal Wittmann
a0c40bfcff
python-radicale: 1.0.1 -> 1.1.1
2016-01-17 14:56:12 +01:00
Domen Kožar
f69743b4b4
Merge pull request #11401 from zagy/add/shortuuid
...
pythonPackage shortuuid: init at 0.4.2
2016-01-17 13:01:16 +01:00
Frederik Rietdijk
83ff34d08c
Merge pull request #12369 from leenaars/lpod
...
lpod-python: init -> 1.1.5
2016-01-17 10:24:23 +01:00
Domen Kožar
ec71535c81
Merge pull request #12432 from kragniz/12405
...
pythonPackages.mezzanine: disable pypy
2016-01-17 10:10:02 +01:00
Michiel Leenaars
889936791d
lpod: init -> 1.1.5
2016-01-16 23:45:40 +01:00
Louis Taylor
5be28250cb
pythonPackages.mezzanine: disable pypy
...
Closes #12405 .
2016-01-16 21:17:38 +00:00
Frederik Rietdijk
b8a59b10c1
Merge pull request #12355 from FRidh/pyaudio
...
pythonPackages.pyaudio: 0.2.4 -> 0.2.9
2016-01-16 15:39:07 +01:00
Mate Kovacs
60dcdac5c2
pythonPackages.pyshp: init at 1.2.3
2016-01-16 00:37:19 -08:00
Frederik Rietdijk
e99005382e
Merge pull request #12214 from FRidh/numpy
...
pythonPackages.numpy: 1.10.2 -> 1.10.4
2016-01-15 17:23:03 +01:00
roblabla
7e10bf4327
matrix-synapse: init at 0.12.0
2016-01-15 15:17:14 +01:00
Domen Kožar
514a7f9e2e
Merge pull request #12381 from FRidh/dyn
...
pythonPackages.dyn: init at 1.5.0
2016-01-15 12:21:06 +01:00
Frederik Rietdijk
cdb38d5fdf
Merge pull request #12367 from nlewo/master
...
ledger-autosync: init at 0.2.3
2016-01-15 12:04:57 +01:00
Antoine Eiche
9319129e58
ledger-autosync: init at 0.2.3
2016-01-15 11:19:34 +01:00
Alexey Shmalko
c37c8e1c00
ycmd: Init at 2016-01-12
2016-01-15 01:39:21 +02:00
Frederik Rietdijk
31c3d97fff
pythonPackages.dyn: init at 1.5.0
2016-01-14 10:42:47 +01:00
Matthew O'Gorman
007d1b41fc
platformio: 2.7 -> 2.7.1
2016-01-13 12:48:15 -05:00
lethalman
091c74b1c8
Merge pull request #12062 from mogorman/platformio
...
platformio: init at 2.7.0
2016-01-13 15:47:25 +01:00
Frederik Rietdijk
e45bd511f7
pythonPackages.pyaudio: 0.2.4 -> 0.2.9
...
Update python-pyaudio to the latest version.
buildPythonPackage is now used instead of mkDerivation.
pyaudio does not have an automated test suite but there are some
examples.
2016-01-13 12:08:33 +01:00
David Calvo Ruiz
d3dbedac50
pyliblo: init at 0.9.2
2016-01-12 22:45:39 +01:00
Nikolay Amiantov
7bedf42435
pythonPackages.future: fix version
2016-01-12 15:07:49 +03:00
Edward Tjörnhammar
b444fe98a5
python33Packages.acd_cli: restrict package to python33
2016-01-11 21:23:01 +01:00
Jascha Geerds
95d6a61f18
tox: 1.8.1 -> 2.3.1
2016-01-11 15:03:02 +01:00
Jascha Geerds
c2224b8c0e
pluggy: init at 0.3.1
2016-01-11 15:03:02 +01:00
Tobias Geerinckx-Rice
c9a64aa94c
Merge pull request #12316 from mkovacs/bump-pyglet
...
pythonPackages.pyglet: 1.1.2 -> 1.2.4
2016-01-11 12:09:36 +01:00
Asko Soukka
cf184179bd
xkcdpass: init at 1.4.2
2016-01-11 09:37:12 +02:00
Mate Kovacs
074d1f2ffd
pythonPackages.pyglet: 1.1.2 -> 1.2.4
2016-01-10 21:44:55 -08:00
goibhniu
d0f12c6b0f
Merge pull request #12204 from odi/master
...
bump up version for pafy and mps-youtube
2016-01-11 00:40:52 +01:00
Aristid Breitkreuz
71de39c6a6
Merge pull request #12278 from lihop/init-dopy
...
dopy: init at 2016-01-04
2016-01-10 20:42:50 +01:00
Domen Kožar
28cb46e991
Merge pull request #12297 from FRidh/tqdm
...
pythonPackages.tqdm: disable tests due to transient failures
2016-01-10 20:30:22 +01:00
Leroy Hopson
c6a209403e
dopy: init at 2016-01-04
2016-01-11 07:47:39 +13:00
Mate Kovacs
7dba3bafba
pythonPackages.pyopengl: 3.0.2 -> 3.1.0 ( close #12124 )
2016-01-10 16:14:21 +01:00
Frederik Rietdijk
1237b165d8
pythonPackages.tqdm: disable tests because of to transient failures
...
Many transient failures in performance tests and due to use of sleep.
2016-01-10 13:51:58 +01:00
Arseniy Seroka
9ff5057b3e
Merge pull request #12276 from Beauhurst/acmetiny
...
acme_tiny: init at f61f72c212cea27f388eb4a26ede0d65035bdb53
2016-01-10 14:49:56 +03:00
Robert Scott
258b3322af
acme_tiny: init at 20151229
2016-01-10 11:35:19 +00:00
Evgeny Egorochkin
c6340022ba
pythonPackages.azure-*: package the 1.* branch
2016-01-10 11:31:38 +02:00
Evgeny Egorochkin
3ea6982859
python.adal: init at 0.1.0
2016-01-10 11:31:38 +02:00
Nikolay Amiantov
ba56bbf08d
pythonPackages.requests_oauthlib: fix version
2016-01-10 06:03:04 +03:00
Nikolay Amiantov
2d714e5227
pypolicyd-spf: init at 1.3.2
2016-01-10 06:01:18 +03:00
Nikolay Amiantov
0b0e9e924e
pyspf: init at 2.0.12
2016-01-10 06:01:10 +03:00
Domen Kožar
0f5d72c596
Merge pull request #12245 from FRidh/notebook
...
pythonPackages.notebook: 4.0.6 -> 4.1.0
2016-01-09 12:00:50 +01:00
Frederik Rietdijk
288df4e4d5
pythonPackages.notebook: 4.0.6 -> 4.1.0
2016-01-08 19:31:08 +01:00
Yuri Albuquerque
a28060eebd
python-eve: init at 0.6.1
2016-01-08 10:53:22 -04:00
Yuri Albuquerque
50cd9120ec
python-flask-pymongo: init at 0.3.1
2016-01-08 10:53:22 -04:00
Yuri Albuquerque
96ce26580c
python-pymongo: adding version 2.9.1
2016-01-08 10:53:22 -04:00
Yuri Albuquerque
295b0534e8
python-events: init at 0.2.1
2016-01-08 10:49:02 -04:00
Yuri Albuquerque
a04caed0b3
python-cerberus: init at 0.9.2
2016-01-08 09:56:40 -04:00
Frederik Rietdijk
83bf145075
pythonPackages.numpy: 1.10.2 -> 1.10.4
2016-01-08 09:01:22 +01:00
Gabriel Ebner
7c28451287
pyqt5: 5.4.2 -> 5.5.1
2016-01-07 18:46:50 +01:00
Franz Pletz
89ad5c515f
mopidy-spotify: 1.4.0 -> 2.2.0
2016-01-07 16:03:41 +01:00
Domen Kožar
326dce47d3
Merge pull request #12179 from FRidh/cytoolz
...
pythonPackages.cytoolz: 0.7.3 -> 0.7.4
2016-01-07 15:18:24 +01:00
Oliver Dunkl
3f02fd68de
python-packages: mps-youtube 0.2.5 -> 0.2.6
2016-01-07 13:00:43 +01:00
Oliver Dunkl
2c4fccc244
python-packages: pafy 0.4.2 -> 0.4.3
2016-01-07 12:57:22 +01:00
Frederik Rietdijk
7ba14e904e
pythonPackages.toolz: use correct testrunner
2016-01-06 13:14:40 +01:00
Frederik Rietdijk
9178c850df
pythonPackages.cytoolz: 0.7.3 -> 0.7.4
...
Update cytoolz.
Add correct testrunner, even though tests have to be disabled.
2016-01-06 13:14:19 +01:00
Matthew O'Gorman
119a9458fb
platformio: init at 2.7.0
2016-01-06 04:09:52 -05:00
Matthew O'Gorman
ecac5e9f67
click_5: init at 5.1
2016-01-06 04:06:51 -05:00
Pascal Wittmann
6547cad16a
Merge pull request #12146 from rnhmjoj/pirate-get
...
pirate-get: update meta info
2016-01-05 13:40:21 +01:00
Domen Kožar
74df3be447
Merge pull request #12154 from jgeerds/virtualenv
...
virtualenv: 1.11.6 -> 13.1.2
2016-01-05 12:03:42 +01:00
Pascal Wittmann
9a2bdbf24b
Merge pull request #12147 from rnhmjoj/hyp
...
hyp: init at 1.2.0
2016-01-05 11:06:33 +01:00
Jascha Geerds
f61bdd5653
virtualenv: 1.11.6 -> 13.1.2
2016-01-05 10:09:59 +01:00
rnhmjoj
f22b28764c
hyp: init at 1.2.0
2016-01-04 22:58:03 +01:00
rnhmjoj
bb3cd0e461
pirate-get: update meta info
2016-01-04 22:55:49 +01:00
Tobias Geerinckx-Rice
b4c0495435
pythonPackages.libvirt: 1.2.19 -> 1.3.0
...
This needs to be synchronised with the `libvirt` version.
2016-01-04 19:24:50 +01:00
Arseniy Seroka
c59277605b
Merge pull request #12121 from benley/psutil-darwin
...
psutil: fix Darwin build
2016-01-04 12:51:38 +03:00
Domen Kožar
d47389473e
Merge pull request #12127 from FRidh/decorator
...
pythonPackages: fix tqdm and update decorator
2016-01-04 10:06:24 +01:00
Frederik Rietdijk
f3892a2c3e
pythonPackages.decorator: 4.0.4 -> 4.0.6
2016-01-04 09:57:55 +01:00
Frederik Rietdijk
84dc27bf43
pythonPackages.tqdm: fix failing test
2016-01-04 09:57:31 +01:00
Benjamin Staffin
2a469c4075
psutil: fix Darwin build
2016-01-03 15:53:53 -08:00
Pascal Wittmann
927f6f33e4
git-sweep: init at 0.1.1
2016-01-03 20:47:35 +01:00
Tobias Geerinckx-Rice
82419575aa
btrfsProgs -> canonical btrfs-progs
2016-01-03 20:38:44 +01:00
Domen Kožar
97a40f6de6
pythonPackages.polylint: remove obsolete build
2015-12-28 22:49:23 +01:00
Domen Kožar
688ff0c0dc
Merge pull request #11992 from dezgeg/pr-update-diffoscope
...
diffoscope: 29 -> 44
2015-12-28 07:46:12 +01:00
Tuomas Tynkkynen
f5b6ced7ec
pythonPackages.tlsh: init at 3.4.1
...
This C extension is a bit funky since it needs cmake to be run to
generate some header file before it can be built.
2015-12-28 02:27:44 +02:00
Tobias Geerinckx-Rice
f3048aed1d
eid-viewer: 4.1.4 -> 4.1.9
2015-12-26 19:50:17 +01:00
Arseniy Seroka
230c468eb6
Merge pull request #11906 from Painted-Fox/maildir-deduplicate
...
Add the python maildir-deduplicate package.
2015-12-25 17:40:25 +03:00
Dan Peebles
ca277c2257
python-gnupg: use gnupg1 instead of 2
2015-12-24 22:11:41 +00:00
Dan Peebles
e5e8d3e250
libvirt-python: fix broken version that I included by accident in 8c42b26fa2
2015-12-24 20:02:38 +00:00
Dan Peebles
8c42b26fa2
libvirt: switch who makes assertions about whose version
...
Previously, the native libvirt package was making an assertion that
the dependent Python package had a compatible version. This commit
switches that so that the Python package makes the assertion, since
it makes more sense to me to have a child package making an
assertion about its parent than vice versa.
2015-12-24 19:59:44 +00:00
Ryan Seto
ac79d3ad61
pythonPackages.maildir-deduplicate: init at 1.0.2
2015-12-24 12:06:59 -05:00
leenaars
a5e9422560
sipsimple: 2.5.1 -> 2.6.0
...
Updated SIP Simple SDK to new version, is a dependency for e.g. Blink (which needs to be updated as the old version does not build anymore because the tarball has been removed)
2015-12-24 13:29:43 +01:00
Arseniy Seroka
bdd2073389
Merge pull request #11880 from FRidh/audiotools
...
python audiotools: 2.22 -> 3.1.1
2015-12-22 17:52:30 +03:00
Frederik Rietdijk
47f7cbb5bf
python audiotools: 2.22 -> 3.1.1
2015-12-22 15:12:02 +01:00
Domen Kožar
a591390d8d
pythonPackages.dash: fix hash
2015-12-22 12:06:53 +01:00
Rok Garbas
38a6b5fb43
Merge pull request #11683 from rvl/fail2ban
...
Make fail2ban work again
2015-12-22 01:46:18 +01:00
Domen Kožar
94b5099d31
Merge pull request #11857 from FRidh/blaze
...
python packages: fix builds
2015-12-21 09:31:48 +01:00
Frederik Rietdijk
4d2d2c6a6e
python tunigo: add missing test dependencies
2015-12-21 09:20:58 +01:00
Frederik Rietdijk
3b93952297
python mathics: patch to allow current sympy
2015-12-21 09:20:40 +01:00
Frederik Rietdijk
81b0f551c7
python mahotas: does not work on i686
2015-12-21 09:20:22 +01:00
Domen Kožar
30daa58195
Merge pull request #11855 from FRidh/blaze
...
python packages updates
2015-12-21 09:03:16 +01:00
Frederik Rietdijk
825f2e64e6
python odo: 0.3.4 -> 0.4.0
2015-12-21 09:01:43 +01:00
Frederik Rietdijk
8017e1af93
python datashape: 0.4.7 -> 0.5.0
2015-12-21 09:01:34 +01:00
Frederik Rietdijk
b40264de12
python dask: 0.7.0 -> 0.7.5
2015-12-21 09:01:12 +01:00
Frederik Rietdijk
8d2bcfe2e7
python blaze: 0.8.3 -> 0.9.0
2015-12-21 09:01:00 +01:00
Pascal Wittmann
c6eab0c980
Merge pull request #11852 from luispedro/update_mahotas141
...
mahotas: 1.4.0 -> 1.4.1
2015-12-21 08:50:05 +01:00
Luis Pedro Coelho
d24b2a2aa2
mahotas: 1.4.0 -> 1.4.1
...
This new release should fix all errors on 32 bit systems
(reported here:
https://github.com/NixOS/nixpkgs/pull/11699#issuecomment-165410506 )
2015-12-20 23:22:41 +01:00
Domen Kožar
804cafe6c2
add Django 1.9
...
(cherry picked from commit 1451f004c7
)
Signed-off-by: Domen Kožar <domen@dev.si>
2015-12-20 22:56:00 +01:00
Thomas Tuegel
05dbd07cd1
pyqt5: Qt 5 infrastructure update
2015-12-20 07:56:39 -06:00
Chris Martin
cf994dea03
docker-compose: 1.5.1 -> 1.5.2
2015-12-19 01:36:09 -08:00
Nikolay Amiantov
8843368a13
deluge: add .desktop file
2015-12-18 17:28:47 +03:00
Rodney Lorrimar
2ee0e45172
python systemd: init at 231
...
This module has been split out from the main systemd repository.
2015-12-18 09:44:22 +00:00
Rickard Nilsson
c634e5cd24
Merge pull request #11730 from spwhitt/mopidy
...
Mopidy Improvements
2015-12-17 20:42:13 +01:00
Lancelot SIX
976a5f68fb
pythonPackages.colorlog: init at 2.6.0
2015-12-17 19:30:37 +01:00
Pascal Wittmann
21522ede83
Merge pull request #11753 from nlewo/master
...
Add devpi-client and its dependencies
2015-12-17 16:21:46 +01:00
Frederik Rietdijk
2d07d00856
python scipy: run correct tests, fix/remove failing tests
2015-12-17 10:46:55 +01:00
Frederik Rietdijk
4b6dbfc357
python numpy: 1.10.1 -> 1.10.2
2015-12-17 10:46:33 +01:00
Domen Kožar
5d46d14d60
Merge pull request #11711 from FRidh/python
...
python: update packages
2015-12-17 09:33:21 +01:00
Domen Kožar
1057249c5d
add pythonPackages.rpdb
2015-12-17 09:21:33 +01:00
Antoine Eiche
e1ff5eb7da
pythonPackages.devpi-common: init at 2.0.8
2015-12-16 15:54:17 +01:00
Antoine Eiche
19f9e46d57
pythonPackages.check-manifest: init at 0.30
2015-12-16 15:54:17 +01:00
Pascal Wittmann
e44bc3ae9b
Merge pull request #11760 from mkovacs/pyrr-bump
...
pythonPackages.pyrr: 0.7.0 to 0.7.2, enable tests
2015-12-16 08:39:54 +01:00
Mate Kovacs
394ef397ec
pythonPackages.pyrr: 0.7.0 to 0.7.2, enable tests
2015-12-15 21:56:03 -08:00
Spencer Whitt
1f644d127a
tunigo: init at 0.1.3
2015-12-15 22:38:15 -05:00
Evgeny Egorochkin
ee8b2dc427
pythonPackages.azure-*: package some of the 1.* branch modules
2015-12-16 05:03:24 +02:00
Christian Zagrodnick
42b586e5df
pythonPackage shortuuid: init at 0.4.2
2015-12-15 16:07:27 +01:00
Rickard Nilsson
46905425cf
Merge pull request #11477 from jgillich/mopidy-gmusic
...
mopidy-gmusic: init at 1.0.0
2015-12-15 10:15:51 +01:00
Frederik Rietdijk
7f0080ac32
python ansible, ansible2, mygpoclient: fix platforms
2015-12-15 09:03:08 +01:00
Domen Kožar
f4756c5e73
Merge pull request #11697 from mkovacs/add-python-pyrr
...
pythonPackages.pyrr: init at 0.7.0
2015-12-14 19:02:37 +01:00
Mate Kovacs
7e1ce60869
pythonPackages.pyrr: init at 0.7.0
2015-12-14 10:00:24 -08:00
Frederik Rietdijk
5e3d2b83a2
python odo: 0.3.3 -> 0.3.4 and fix tests
2015-12-14 17:38:33 +01:00
Frederik Rietdijk
556e968924
python blaze: update inputs and fix tests
2015-12-14 17:38:08 +01:00
Frederik Rietdijk
1298fa443d
python pandas: use sqlalchemy_1_0
2015-12-14 17:37:13 +01:00
Frederik Rietdijk
e6a4acb241
python sqlalchemy: 1.0.9 -> 1.1.10
2015-12-14 17:36:43 +01:00
Jakob Gillich
9571740b1b
python-packages: gmusicapi: 4.0.0 -> 7.0.0
2015-12-14 14:38:58 +01:00
Jakob Gillich
2f41c41f95
python-packages: gspoauth: init at 0.0.4
2015-12-14 14:38:58 +01:00
Jakob Gillich
686f1ff924
python-packages: MechanicalSoup: init at 0.4.0
2015-12-14 14:38:58 +01:00
Domen Kožar
59e33d42e4
Merge pull request #11699 from luispedro/add_mahotas
...
Add mahotas & imread
2015-12-14 11:29:43 +01:00
Luis Pedro Coelho
a77a8e3ca6
python.mahotas: init at 1.4.0
...
This is a computer vision package for Python based on numpy
2015-12-14 11:22:47 +01:00
Luis Pedro Coelho
5ff41b047a
python.imread: init at 0.5.1
...
This is a package to read image files into numpy arrays.
2015-12-14 11:19:11 +01:00
Domen Kožar
128e635d8a
pythonPackages.monothonic: address #7307
2015-12-13 19:06:32 +01:00
Pascal Wittmann
8603828324
flask: add missing dependencies and fix license
2015-12-13 18:54:34 +01:00
Pascal Wittmann
3eab158fb8
github3.py: init at 1.0.0a2
2015-12-13 16:27:04 +01:00
Pascal Wittmann
8443067e44
betamax-matchers: init at 0.2.0
2015-12-13 16:08:06 +01:00
Pascal Wittmann
e7757c47b7
betamax: init at 0.5.1
2015-12-13 16:08:06 +01:00
Pascal Wittmann
88f9ce0fed
uritemplate.py: init at 0.3.0
2015-12-13 11:45:11 +01:00
goibhniu
c94dfa0507
Merge pull request #11665 from FRidh/tqdm
...
python tqdm: init at 3.1.4
2015-12-13 11:36:09 +01:00
Pascal Wittmann
c0b0cab968
Revert "Merge branch 'master' of github.com:NixOS/nixpkgs"
...
This reverts commit a7f91d751b
, reversing
changes made to 54e0a9b7ac
.
2015-12-13 11:31:25 +01:00
Pascal Wittmann
a7f91d751b
Merge branch 'master' of github.com:NixOS/nixpkgs
2015-12-13 11:22:27 +01:00
Pascal Wittmann
116c230e82
uritemplate.py: init at 0.3.0
2015-12-13 11:20:57 +01:00
Frederik Rietdijk
8f1c4b4dde
python tqdm: init at 3.1.4
2015-12-12 21:04:16 +01:00
Arseniy Seroka
8908fa880c
Merge pull request #11620 from Profpatsch/python-mpv
...
pythonPackages.mpv: 0.1
2015-12-12 15:31:55 +03:00
Profpatsch
b1e44d80c6
pythonPackages.mpv: init at 0.1
2015-12-12 12:44:07 +01:00
goibhniu
9da978b0e3
Merge pull request #11603 from wedens/rtv_update
...
rtv: 1.6.1 -> 1.7.0
2015-12-12 12:04:51 +01:00
Arseniy Seroka
575fcf8573
Merge pull request #11636 from lancelotsix/update_netcdf4-python
...
pythonPackages.netcdf4: 1.1.8 -> 1.2.1
2015-12-11 21:19:21 +03:00
Lancelot SIX
392fcb14cf
pythonPackages.netcdf4: 1.1.8 -> 1.2.1
2015-12-11 14:30:21 +00:00
Domen Kožar
710f603d2b
Merge pull request #11359 from FRidh/fftw
...
python FFTW bindings.
2015-12-11 14:29:01 +01:00
Domen Kožar
54d9db52fa
Merge pull request #11600 from FRidh/aiohttp
...
python: new packages
2015-12-11 14:28:46 +01:00
Frederik Rietdijk
ffa24484a0
python aiohttp: init at 0.19.0
2015-12-11 13:39:49 +01:00
Frederik Rietdijk
be675d6aec
python pytest-raisesregexp: init at 2.0
2015-12-11 13:39:48 +01:00
Domen Kožar
6fd501157e
Merge pull request #11601 from FRidh/py
...
python py: 1.4.30 -> 1.4.31
2015-12-11 13:39:10 +01:00
Frederik Rietdijk
f2ac29648a
python ansible2: move to python-packages.nix
2015-12-11 11:28:33 +01:00
Frederik Rietdijk
14167636fc
python ansible: move to python-packages.nix
2015-12-11 11:28:33 +01:00
Frederik Rietdijk
a82fd1730c
python awscli: 1.9.6 -> 1.9.12
2015-12-11 11:28:33 +01:00
Frederik Rietdijk
fe9ef9fd60
python botocore: 1.3.6 -> 1.3.12
2015-12-11 11:28:33 +01:00
Frederik Rietdijk
b2d9b48c97
python awscli: move to python-packages.nix
2015-12-11 11:28:32 +01:00
Frederik Rietdijk
515a13b1f5
python pyside: move callPackage to python-packages.nix
...
This should make pyside available for all Python versions.
2015-12-11 11:28:32 +01:00
Frederik Rietdijk
8a61d3699f
python pycangjie: call package from python-packages.nix
2015-12-11 11:28:31 +01:00
Frederik Rietdijk
9186d3169a
python irclib: move expression to python-packages.nix
...
- Use external paver instead of built-in
- Only works with Python 2.x
2015-12-11 11:28:30 +01:00
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
wedens
1b05ef86f0
rtv: 1.6.1 -> 1.7.0
2015-12-10 22:07:15 +06:00
Frederik Rietdijk
b2c4f30df5
python py: 1.4.30 -> 1.4.31
2015-12-10 16:54:25 +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
desiderius
76caef6794
pythonPackages.consul: init at 0.4.7
2015-12-01 09:05:20 +01:00
Frederik Rietdijk
0ca454570b
python pyfftw: init at 0.9.2
2015-11-30 17:18:03 +01:00
Domen Kožar
fc8e28513d
Merge pull request #11358 from FRidh/updates
...
python packages updates
2015-11-30 16:23:47 +01:00