Commit Graph

1357 Commits

Author SHA1 Message Date
Tobias Geerinckx-Rice 4a3c873e17 Python: add pgcli 0.13.0: command line interface for Postgres 2015-01-20 06:22:27 +01:00
Tobias Geerinckx-Rice 6a2175e4f2 Python: psycopg2 2.5.3 -> 2.5.4 2015-01-20 06:22:27 +01:00
Tobias Geerinckx-Rice 75573d02f2 Python: add sqlparse 0.1.14: SQL parser 2015-01-20 06:22:26 +01:00
Tobias Geerinckx-Rice 6b74454634 Python: add wcwidth 0.1.4: measure wide-character columns 2015-01-20 06:22:26 +01:00
Tobias Geerinckx-Rice b3747c9180 Python: add prompt_toolkit 0.26: powerful command lines 2015-01-20 06:22:25 +01:00
Robert Helgesson f4bcecbda4 Fix build of 'pyacoustid' under Python 3. 2015-01-19 18:42:23 +01:00
lethalman ec7c028e14 Merge pull request #5563 from nckx/gdrivefs
Add gdrivefs (Python Google Drive FUSE client) and dependencies
2015-01-19 14:52:47 +01:00
Wout Mertens 7c3fa29e30 Fix LOCALE_ARCHIVE handling 2015-01-19 14:50:52 +01:00
Michael Raskin c163baca3b Clean up glibcLocales environment handling -- manual merge of patch by wmertens (except Haskell part) 2015-01-19 11:06:11 +03:00
tinkerthaler 7d8ebab819 Add PyChart 1.39 as pychart in the Python packages 2015-01-18 22:13:00 +01:00
Domen Kožar f98a2558ec eventlet: increase TEST_TIMEOUT
(cherry picked from commit 1c489ee2a8f0a5c3e4d4ab7181e5efe3a83dc87d)
Signed-off-by: Domen Kožar <domen@dev.si>
2015-01-18 19:20:11 +01:00
Domen Kožar 3b174a4024 Merge pull request #5301 from nbp/syncserver
Add Firefox Sync service
2015-01-18 17:47:51 +01:00
Robert Helgesson c8d0d91db1 Add optional backends to matplotlib. 2015-01-17 14:24:49 +01:00
Domen Kožar c611f5837c fix gevent/eventlet on python 2.7.9, fixes #5782 2015-01-17 14:15:18 +01:00
Vincent Laporte ef92f1094a Python27.zope_testrunner: disable test
Tests fails due to `python-subunit` not found
2015-01-16 14:25:17 +01:00
Tobias Geerinckx-Rice 0f15ee1a45 Python: pygments: update 1.6 -> 2.0.1; add licence; maintain 2015-01-15 17:33:46 +01:00
cillianderoiste 63f48b2528 Merge pull request #5758 from nckx/click
Python: click: upgrade 2.1 -> 3.3
2015-01-15 14:14:46 +01:00
Pascal Wittmann 375ba22185 Merge pull request #5678 from muflax/awscli
awscli: bump version and fix missing runtime dependency
2015-01-15 14:00:24 +01:00
Tobias Geerinckx-Rice 3aaec79aed Python: click: upgrade 2.1 -> 3.3 (!) 2015-01-15 05:34:56 +01:00
Tobias Geerinckx-Rice dda7ea5dd8 Python: jedi: update 0.8.0-final0 -> 0.8.1 2015-01-15 05:34:30 +01:00
muflax 79e901e3e1 botocore: update to 0.81.0 2015-01-14 16:17:49 +00:00
Tobias Geerinckx-Rice 5d36b300bd Add gdrivefs (Google Drive FUSE client) & dependecies 2015-01-12 19:22:24 +01:00
Charles Strahan 96fd899fea capnproto: update to 0.5.0 2015-01-12 03:24:52 -05:00
Mateusz Kowalczyk ebf4d5c62b livestreamer: update to 1.11.1 2015-01-05 21:11:04 +00:00
Rob Vermaas 20c4d9cade Add pythonPackages.ntplib, needed for dd-agent update.
(cherry picked from commit 3e73b5888ef9e230e95ad978f8c36c8cdc0fc675)
2015-01-05 13:15:19 +01:00
William A. Kennington III cde8e6086f subunit: Update to 1.0.0 and build other bindings 2015-01-02 17:22:37 -08:00
William A. Kennington III 312f812c40 testscenarios: Add derivation 2015-01-02 17:22:36 -08:00
Bjørn Forsman b8e860682b python-llfuse: new package
Python bindings for the low-level FUSE API. (Needed by attic, the backup
program.)
2015-01-02 15:17:42 +01:00
Georges Dubus 6dc7771cdc Merge pull request #5341 from prikhi/add-mezzanine
Add Mezzanine, a Django CMS
2015-01-01 22:30:10 +01:00
aszlig 880c985f27
Merge branch 'better-beets'.
Makes beets actually usable (and configurable) on Nix(OS), if you want
to use more plugins rather than just plain lookup of tracks based on
(fuzzy) string matching.

This also changes the derivation name from "python2.7-beets" to just
"beets".

* Commit summary:
  beets: Check dependencies on activated plugins.
  beets: Check plugin definitions against package.
  beets: Use audiotools backend for replaygain.
  beets: Allow to configure plugin dependencies.
  beets: Switch to using fetchFromGitHub.
  python: Add new package audiotools.
  python: Add new package discogs_client.
  python: Add pyacoustid and dependencies.
  python/mutagen: Update to upstream version 1.27.
  mp3gain: Fix output path bin directory.
  beets: Add myself to maintainers.
  beets: Update to new upstream version 1.3.9.
  beets: Move into its own package directory.
2014-12-30 23:21:57 +01:00
aszlig eecd932493
python: Add new package audiotools.
This is needed for the replaygain plugin in beets.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-12-30 22:36:09 +01:00
aszlig a1acc35177
python: Add new package discogs_client.
Needed in order to fetch Discogs album information in beets.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-12-30 22:34:48 +01:00
aszlig 07c9efaf22
python: Add pyacoustid and dependencies.
We're going to need this for fingerprinting support in beets.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-12-30 22:33:55 +01:00
aszlig 5278695304
python/mutagen: Update to upstream version 1.27.
Also now comes with a few more build dependencies in order to run tests,
which for this version now succeed.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-12-30 22:31:16 +01:00
Tobias Geerinckx-Rice c64257b8e5 Fix user-facing typos (mainly in descriptions) 2014-12-30 03:31:03 +01:00
aszlig d6874d6063
beets: Move into its own package directory.
The primary use of beets is not as a Python library and users usually
would expect to install it into the env using "nix-env -i beets" rather
than "nix-env -i pythonX.Y-beets".

Having beets in its own package directory also allows for better
customization, where we're going to implement attributes that can be
used to turn on/off various features and plugins.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-12-30 03:23:37 +01:00
Charles Strahan 145733c479 Merge branch 'master' of github.com:nixos/nixpkgs into pleasant-ruby
Conflicts:
	pkgs/applications/version-management/redmine/default.nix
	pkgs/development/interpreters/ruby/gem.nix
	pkgs/development/interpreters/ruby/generated.nix
	pkgs/development/interpreters/ruby/patches.nix
	pkgs/development/tools/vagrant/default.nix
	pkgs/servers/consul/default.nix
2014-12-28 14:29:52 -05:00
vbgl baeb69626e Merge pull request #5482 from DamienCassou/mutag-0.0.2
Update pythonPackages.mutag
2014-12-27 19:24:41 +01:00
Damien Cassou fe5949c6b7 Update pythonPackages.mutag 2014-12-27 16:21:15 +01:00
Domen Kožar 8a1347c47a remove pythonPackages.docopt as it's already defined 2014-12-27 11:58:04 +01:00
Domen Kožar 9ac97d8f11 udiskie: specify correct dependencies for the version bump
(cherry picked from commit ea540f8fc66a857e44de320175f80b89de39da93)
Signed-off-by: Domen Kožar <domen@dev.si>
2014-12-27 11:53:08 +01:00
Pavan Rikhi b5ff6c2c62 mezzanine: add expression 2014-12-26 15:27:38 -05:00
Pavan Rikhi e41656f69c grappelli_safe: add expression 2014-12-26 15:27:38 -05:00
Pavan Rikhi 92e3549314 filebrowser_safe: add expression 2014-12-26 15:27:38 -05:00
Pavan Rikhi ef71298abb requests_oauthlib: v0.3.2 -> v0.4.1 2014-12-26 15:27:37 -05:00
Pavan Rikhi d347a8b461 python oauthlib: v0.5.0 -> v0.7.2 2014-12-26 15:27:37 -05:00
Pavan Rikhi 0da797bd41 pyjwt: add expression 2014-12-26 15:27:37 -05:00
Pavan Rikhi 9c811b5afd python bleach: add expression 2014-12-26 15:27:37 -05:00
Pavan Rikhi 9b034c96c3 python html5lib: v0.95 -> v0.999 2014-12-26 15:27:37 -05:00
Pavan Rikhi f397b00f00 python future: add expression 2014-12-26 15:27:36 -05:00
Pavan Rikhi 1c2d8babcd python pillow: fix build for py2.6 and pypy 2014-12-26 15:27:36 -05:00
Pavan Rikhi c08310c62d python pelican: v3.4.0 -> v3.5.0 2014-12-26 15:27:36 -05:00
muflax 24349b8e99 jmespath: update to 0.5.0 2014-12-26 12:26:08 +01:00
muflax 9ffb6d1fb2 botocore: update to 0.80.0 2014-12-26 12:26:08 +01:00
koral ed4eee3a06 New python package: percol-0.0.7 2014-12-25 16:23:47 +01:00
Domen Kožar 6a236b214a Merge pull request #5151 from offlinehacker/pkgs/pythonPackages/fig
pythonPackages: add fig
2014-12-24 09:54:13 +01:00
Domen Kožar 667b97b5c2 fix selenium python bindings 2014-12-23 20:36:55 +01:00
Vincent Laporte 81a2b58c39 nixpkgs: remove redundant attribute `sip`
Because:

 1. It is a mere alias of `pythonPackages.sip`
 2. It is usually not needed since propagated by `pyqt4`
 3. It makes it easy to have a packages depend on two different versions
 of sip
2014-12-23 19:37:21 +01:00
Domen Kožar 71316f7c42 Merge pull request #5273 from berdario/master
Skip nonreproducible Util test in paramiko
2014-12-19 10:59:56 +01:00
Domen Kožar 6b207721cb dropbox: 2.0.0 -> 2.2.0, disable tests
(cherry picked from commit b0a0fb60dfea819703889150ce6dc311ac85f0d7)
Signed-off-by: Domen Kožar <domen@dev.si>
2014-12-18 09:22:47 +01:00
Matej Cotman c1bf0837a1 e19: update enlightenment core libraries 2014-12-17 15:44:32 +01:00
Rob Vermaas f5680cdd49 gsutil: add crcmod to dependencies. Needed to download from Google Storage. 2014-12-17 11:29:13 +01:00
wmertens 2fb69f5277 Merge pull request #5196 from madjar/cloud-init
cloud-init: add expression and service
2014-12-17 06:58:54 +01:00
Damien Cassou 8967e88438 Update pylint and astroid 2014-12-16 16:54:41 +01:00
Nicolas B. Pierron 42c3c205c4 Merge remote-tracking branch 'origin/master' into syncserver 2014-12-14 14:17:56 +01:00
Nicolas B. Pierron 28f4ef2a5f Disable configparser backport on pypy. 2014-12-13 22:26:13 +01:00
Tom Hunger 67935713a9 Add pycosat. 2014-12-13 14:54:52 +00:00
lethalman 46eef38486 Merge pull request #5294 from DamienCassou/mutag
Add python package mutag
2014-12-13 14:51:54 +01:00
Nicolas B. Pierron 1532709854 paste-deploy: Remove unnecessary propagated build inputs. 2014-12-12 21:53:07 +01:00
Nicolas B. Pierron b4ab60cd5e configparser, konfig, umemcache and pybrowserid: Disable python 3 support. 2014-12-12 21:52:14 +01:00
Damien Cassou f581054dc4 Add python package mutag 2014-12-12 13:35:27 +01:00
Ricardo M. Correia b772ba327e python3Packages.scikitlearn: Enable on py3k 2014-12-12 03:48:07 +01:00
Nicolas B. Pierron 0570a08b83 Merge remote-tracking branch 'origin/master' into syncserver 2014-12-11 23:49:19 +01:00
Nicolas B. Pierron 0a0678cf5a Fix mozsvc, such that we can split public/private parts of the configuration of the syncserver. 2014-12-11 23:41:36 +01:00
Nicolas B. Pierron c74c6360e0 Fix konfig, in order to propagate its dependencies on configparser and argparse. 2014-12-11 23:40:34 +01:00
Domen Kožar d83bae657a deluge: 1.3.10 -> 1.3.11 2014-12-11 15:40:59 +01:00
Domen Kožar 8853d30707 pythonPackages.pyptlib: disable tests
(cherry picked from commit c8d9073c0ef2886b06d3817c174d93970690c919)
Signed-off-by: Domen Kožar <domen@dev.si>
2014-12-11 11:46:36 +01:00
Domen Kožar 89fa1733fa python3Packages.dateutil_2_1: fix build 2014-12-10 21:10:15 +01:00
Domen Kožar 73ef06de48 flexget: fix runtime dependencies 2014-12-10 12:55:05 +01:00
Dario Bertini 4ac75c3f79
Add paramiko test removal comment 2014-12-09 18:16:17 +01:00
Dario Bertini d1f9d97569
Skip nonreproducible Util test in paramiko 2014-12-09 17:21:53 +01:00
Domen Kožar fe28966179 pyptlib: disable py3k and pypy 2014-12-09 13:23:18 +01:00
Alexis Métaireau e919296475 Add syncserver v1.5.0.
Also fix some of the dependencies along the way. I'm like that.
2014-12-08 23:46:30 +01:00
Nicolas B. Pierron 428a83713b Add PasteScript 1.7.5 2014-12-08 22:26:28 +01:00
Alexis Métaireau ec58f0b0c5 Add server-syncstorage v 1.5.11 2014-12-08 21:52:04 +01:00
Alexis Métaireau 9308db5b9e Add tokenlib v 0.3.1 2014-12-08 21:52:04 +01:00
Alexis Métaireau 6a87d6b5b6 Add pymysqlsa v 1.0 2014-12-08 21:52:03 +01:00
Alexis Métaireau d6247c98c3 Add pymysql v 0.6.3 2014-12-08 21:52:03 +01:00
Alexis Métaireau f448cff884 Add hawkauthlib v 0.1.1. 2014-12-08 21:52:03 +01:00
Alexis Métaireau 45a7852018 Add pyramid_hawkauth v 1.0 2014-12-08 21:52:03 +01:00
Nicolas B. Pierron b8bb7e6db9 Add memcache 1.6.3 2014-12-08 21:25:04 +01:00
Nicolas B. Pierron 5f488a16ff Add tokenserver 1.2.11 2014-12-08 21:07:46 +01:00
Alexis Métaireau 55cf2a36f2 Fix the sha256 for PyBrowserID 2014-12-08 20:22:26 +01:00
Nicolas B. Pierron bb02daf594 Add PyBrowserID 0.9.2 2014-12-08 20:15:48 +01:00
Nicolas B. Pierron e0a57ad7f1 Add mozservices 0.8 2014-12-08 20:05:14 +01:00
Nicolas B. Pierron 44fbef6d44 Add konfig 0.9 2014-12-08 20:04:57 +01:00
Nicolas B. Pierron 00913e355e Add configparser 3.3.0r2 2014-12-08 20:04:41 +01:00
Nicolas B. Pierron c4673962ed Add cornice 0.17.0 2014-12-08 20:04:25 +01:00
Bjørn Forsman 0ec7a55ec1 python-pycollada: update 0.4 -> 0.4.1
Build tested with freecad, the only dependee.
2014-12-06 16:13:15 +01:00
Austin Seipp d4dd59e74d nixpkgs: obfsproxy 0.2.2 -> 0.2.12
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-12-06 05:01:28 -06:00