Commit Graph

1980 Commits

Author SHA1 Message Date
Anders Papitto c11c36daaa add gmusicapi python package
as well as several dependencies. Tested with a personal project that
relies on gmusicapi
2015-04-17 18:17:50 -07:00
Domen Kožar a914bd8311 django: add 1.8 2015-04-16 14:10:19 -04:00
Domen Kožar c1e716bfb9 django: don't wrap template scripts, fixes #3134 2015-04-16 14:10:19 -04:00
Domen Kožar 0206245aba Revert "Fix buildPythonPackage overriding."
This reverts commit 6a1de6d4a7.

It broke eval
2015-04-14 15:02:49 -04:00
Tom Hunger 6a1de6d4a7 Fix buildPythonPackage overriding.
makeOverridable takes a function and an argument, the parenthesis
caused there to be only one argument which works but cannot
be overridden.
2015-04-14 17:52:36 +01:00
aszlig 311aa5d8d9
python-wrapper: Handle strings at the beginning.
This should fix #7366 for now, but using the (IMHO) pragmatic approach
of extending the sed expression to recognize strings.

However, this approach is obviously not parsing the full AST, nor does
it wrap Python itself (as pointed out by @spwhitt in #7366) but tries to
match Python strings as best as possible without getting TOO unreadable.

We also use a little bit of Nix to help generating the SED expression,
because doing the whole quote matching block over and over again would
be quite repetitious and error-prone to change. The reason why I'm using
imap here is that we need to have unique labels to avoid jumping into
the wrong branch.

So the new expression is not only able to match continous regions of
triple-quoted strings, but also regions with only one quote character
(even with escaped inner quotes) and empty strings.

However, what it doesn't correctly recognize is something like this:

"string1" "string2" "multi
line
string"

Which is very unlikely that we'll find something like this in the wild.
Of course, we could handle it as well, but it would mean that we need to
substitute the current line into hold space until we're finished parsing
the strings, branch off to another label where we match multiline
strings of all sorts and swap hold/pattern space and finally print the
result. So to summarize: The SED expression would be 3 to 4 times bigger
than now and we gain very little from that.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-04-14 07:13:15 +02:00
koral 94af1ba4d7 glances: 2.1 -> 2.3 2015-04-12 20:59:04 +00:00
Austin Seipp a7118b5e6a nixpkgs: python34Packages.rainbowstream 1.1.6 -> 1.2.5
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-04-12 10:28:36 -05:00
Austin Seipp c14689c328 nixpkgs: python34Packages.arrow 0.4.4 -> 0.5.0
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-04-12 10:28:36 -05:00
Austin Seipp 0093d7a9ea nixpkgs: pythonPackages.obfsproxy 0.2.12 -> 0.2.13
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-04-12 10:28:36 -05:00
Bjørn Forsman 48b5ad912f python-pelican: add missing 'markupsafe' dependency
Needed to be able to run 'make serve' in a pelican directory, else this
happens:

  $ make serve
  cd /home/bfo/pelican-test/output && python -m pelican.server
  /run/current-system/sw/bin/python: No module named markupsafe
  make: *** [serve] Error 1
2015-04-12 17:18:13 +02:00
aszlig 54f58ee991
python-mccabe: Fix build due to missing tests.
Regression introduced by 56a6f22d7f.

I'm temporarily pulling in test_mccabe.py, as suggested by someone at
flintwork/mccabe#31, which for now should fix the build (and the tests
of course as well).

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-04-12 06:50:34 +02:00
Rok Garbas 56a6f22d7f pythonPackages: updates for many packages
* deform -> 2.0a2
* peppercorn -> 0.5
* pyramid -> 1.5.2
* pyramid_tm -> 0.10
* zope_deprecation -> 4.1.2
* venusian -> 1.0
* flake8 -> 2.3.0
* mccabe -> 0.3
* pg8000 -> 1.10.1
* turses -> 0.2.23
* urwid -> 1.3.0
* waitress -> 0.8.9
* translationstring -> 1.3
2015-04-11 17:00:07 +02:00
Bjørn Forsman 2c6f9b0c62 python-robotframework: update 2.8.6 -> 2.8.7
Release notes:
https://github.com/robotframework/robotframework/releases/tag/2.8.7
2015-04-11 14:18:19 +02:00
Thomas Tuegel 88918e10e9 Merge branch 'master' into staging 2015-04-10 07:45:38 -05:00
Charles Strahan 8757cc4eb0 awscli: update to 1.7.21 2015-04-09 19:24:46 -04:00
Arseniy Seroka 2425f27b17 Merge pull request #7280 from auntieNeo/blink
Bumped blink version to 1.2.2
2015-04-09 05:20:19 +03:00
Jonathan Glines 2b949cfd46 Bumped blink version to 1.2.2 2015-04-08 17:01:37 -06:00
Domen Kožar 158d444f78 Merge pull request #7262 from desiderius/colander-1.0
python-packages: update colander-1.0b to 1.0
2015-04-08 17:42:45 +02:00
John Wiegley eda06c4768 Drop reference to unknown attribute "unknown" 2015-04-07 10:44:21 -05:00
Sander van der Burg ee6406d234 python-dicttoxml: add package 2015-04-07 15:32:07 +00:00
desiderius fca7bee0c1 python-packages: update colander-1.0b to 1.0 2015-04-07 15:21:29 +02:00
Erik Timan e5989ee6e3 python-packages: add missing deps to azure 2015-04-07 09:52:29 +00:00
Erik Timan db6de11341 python-packages: azure 0.9.0 -> 0.10.0
Also adds maintainer section.
2015-04-07 09:30:46 +00:00
Domen Kožar 64c0e6b7fa Merge pull request #7219 from rzetterberg/development
Removes python 2.7 block in favor of "disabled"
2015-04-07 06:44:44 +02:00
Eric Seidel 6ec373d776 Merge branch master into staging 2015-04-06 18:58:08 -07:00
Richard Zetterberg 5162704412 Removes python 2.7 block in favor of "disabled" 2015-04-06 20:35:46 +02:00
codyopel b18cfaf2b8 pyspotify: 0.11 -> 0.12 2015-04-06 03:37:36 -04:00
Damien Cassou 8e7f1f1c02 kaa-* and mmpython not on py3k and pypy anymore 2015-04-04 21:45:51 +02:00
Michael Raskin 48b132df02 Merge pull request #5667 from DamienCassou/subdownloader
Add Subdownloader
2015-04-04 13:34:40 +03:00
William A. Kennington III 4e106397df msgpack-python: 0.4.2 -> 0.4.6 2015-04-03 18:38:59 -07:00
Tobias Geerinckx-Rice 93fc9baf8d python-packages: pgcli 0.16.2 -> 0.16.3
Bug Fixes:

- Add more SQL keywords for auto-complete suggestion.
- Messages raised as part of stored procedures are no longer ignored.
- Use postgres flavored syntax highlighting instead of generic ANSI SQL.
2015-04-04 02:28:20 +02:00
Cillian de Róiste 6d4a9fa393 Add Hovercraft: a tool to make impress.js presentations from reStructuredText
Also updated argh to 0.26.1 and added dependencies: pathtools, svg.path
and watchdog. Tests are disabled because one test assumes we are using
docutils 0.12 but we only have docutils 0.11 at the moment.
2015-04-03 18:15:40 +02:00
Thomas Tuegel c0d5cd0ff9 poppler: fix build of Qt 4 and Qt 5 wrappers
The autoconf build system for poppler does not support building the
wrappers separately, so this slightly enlarges the size of closures. To
compensate, the command-line utilities have been separated into their
own package.
2015-04-02 09:51:44 -05:00
Domen Kožar c80277c509 Merge pull request #7106 from kevinmarsh/nameparser
Add nameparser python package
2015-04-02 09:52:13 +02:00
Lancelot SIX 237029ab74 Add pytest-quickcheck testing framework
Add Pytest-quickcheck and necessary dependencies into pythonPackages
set.
2015-04-01 22:43:58 +02:00
Domen Kožar 06a810659c Merge pull request #7102 from oxij/fix-fixed-notmuch
pythonPackages: notmuch: revert 6258728, move sourceRoot setting to top-level
2015-04-01 07:14:25 +02:00
Tobias Geerinckx-Rice ff1bccdbd5 python-packages: gdrivefs 0.14.2 -> 0.14.3 2015-03-31 13:54:41 +02:00
Kevin Marsh 7f573ee2c6 Add nameparser python package 2015-03-31 10:52:32 +01:00
Jan Malakhovski d711528c8b pythonPackages: notmuch: revert 6258728, move sourceRoot setting to top-level notmuch
Looks like this is the only way to do what 6258728318
was expected to do that doesn't break things and doesn't look like a complete hack.

The problem is that different `fetch`ers generate very different results (from
archive files to plain source trees) and allowing overriding `src` in top-level
derivation when there is a derived python package is no trivial matter.
2015-03-31 05:36:28 +00:00
lethalman 9c6e5527b2 Merge pull request #7028 from kevinmarsh/enum34
Update python package enum34 1.0 -> 1.0.4
2015-03-30 18:09:34 +02:00
lethalman 33fb8e2d52 Merge pull request #7084 from risicle/celery
add packages for python-celery and its dependencies
2015-03-30 17:39:33 +02:00
lethalman 9bbeb44517 Merge pull request #6950 from joelmo/master
searx: update 0.3.0 -> 0.7.0 + fetchgit -> fetchurl
2015-03-30 17:24:00 +02:00
lethalman 9f3153b162 Merge pull request #6958 from lancelotsix/add_basemap_python_module
Add python basemap package
2015-03-30 17:22:24 +02:00
lethalman b379026d7e Merge pull request #6993 from kevinmarsh/pyscss
Add pyScss python package
2015-03-30 16:11:03 +02:00
Robert Scott 1bf09248eb add packages for celery and its dependencies 2015-03-30 13:06:44 +01:00
William A. Kennington III fa2e5b25ba Merge branch 'master' into staging 2015-03-29 14:25:48 -07:00
William A. Kennington III 5248ba84fd mako: 0.9.1 -> 1.0.1 2015-03-28 13:56:28 -07:00
William A. Kennington III 50cd623632 mako: 0.9.1 -> 1.0.1 2015-03-28 13:56:12 -07:00
Robert Scott a440943847 add packages django_classytags & django_reversion 2015-03-28 18:07:52 +00:00
William A. Kennington III 7ccccc15ba Merge branch 'master' into staging 2015-03-27 16:03:03 -07:00
Kevin Marsh 1f34a1d4ad Update python package enum34 1.0 -> 1.0.4, also fixed missing build input for python26 2015-03-27 13:45:15 +00:00
Domen Kožar 883ee4dd72 Merge pull request #6994 from oxij/trivial-package-fixes
Trivial package fixes
2015-03-27 11:09:16 +01:00
Domen Kožar ba5134c8e0 Merge pull request #7021 from taktoa/master
Added package for willie
2015-03-27 09:39:55 +01:00
Remy Goldschmidt ba4f29aee6 update_checker doesn't pass tests 2015-03-27 00:56:44 -04:00
Remy Goldschmidt b3e4968491 Added willie package 2015-03-26 22:28:09 -04:00
William A. Kennington III 767c179a94 Merge branch 'master' into staging 2015-03-26 14:44:05 -07:00
Robert Scott f56b17cb30 django: minimum supported python version for django 1.7 is 2.7 2015-03-26 19:56:34 +00:00
Peter Simons 230182f61b pythonPackages.subunit: revert "rewrite to use buildPythonPackage"
This reverts commit e42547d8e9. The change
broke samba and dependent packages.
2015-03-26 16:17:31 +01:00
Kevin Marsh fdec6de0bb Add pyScss python package 2015-03-26 14:31:09 +00:00
Kevin Marsh 3de81cb3c7 Add pathlib python package 2015-03-26 14:31:09 +00:00
Jan Malakhovski 6258728318 pythonPackages: notmuch: fix sourceRoot so that one can use overrides in top-level notmuch and still have this work 2015-03-26 12:58:39 +00:00
Domen Kožar e42547d8e9 pythonPackages.subunit: rewrite to use buildPythonPackage 2015-03-26 10:25:58 +01:00
William A. Kennington III 4afecb84e3 Merge pull request #6948 from kevinmarsh/master
Add gspread python package
2015-03-25 22:19:08 -07:00
Thomas Tuegel 8fd5dd89ac Merge branch 'master' into staging 2015-03-24 17:49:30 -05:00
Thomas Tuegel 5d1f6ad57c qt5: make qt-5.4.1 default 2015-03-24 17:14:56 -05:00
Tobias Geerinckx-Rice c3bc040128 python-packages: pgcli 0.16.1 -> 0.16.2 2015-03-24 04:02:13 +01:00
Lancelot SIX 2d8434d90b Add python basemap package 2015-03-23 21:52:47 +01:00
Joel Moberg 6fe1426393 searx: update 0.3.0 -> 0.7.0 + fetchgit -> fetchurl 2015-03-23 17:24:54 +01:00
Kevin Marsh b04f31f801 gspread: remove accidental sha256 value 2015-03-23 13:55:16 +00:00
Kevin Marsh e9c6f6b171 Add gspread python package 2015-03-23 13:48:47 +00:00
Kevin Marsh e412105bbb Update python package requests2 2.5.1 -> 2.6.0 2015-03-23 09:27:45 +00:00
cillianderoiste c44c4cbe37 Merge pull request #6900 from k0ral/clf
New python package: clf
2015-03-22 19:28:25 +01:00
cillianderoiste e3e31fba06 Merge pull request #6918 from teh/master
pythonPackages: Add hypothesis 0.7.0.
2015-03-22 19:27:08 +01:00
Damien Cassou a94891c315 Update syncthing 0.6.2 -> 0.6.3 2015-03-22 17:19:26 +01:00
Tom Hunger 348b26a523 pythonPackages: Add hypothesis 0.7.0. 2015-03-21 11:34:58 +00:00
Kevin Marsh c3d92c8efe Update Django to latest minor versions 2015-03-20 15:16:01 +00:00
koral 2d46220863 New python package: clf 2015-03-19 17:12:50 +00:00
Lancelot SIX 8e0134c2cd Add networkx python package 2015-03-18 21:42:50 +01:00
lethalman 0453322524 Merge pull request #6789 from joachifm/electrum-2.0.2
Electrum 2.0.2
2015-03-18 10:09:16 +01:00
Joachim Fasting 0d1b3aa8b8 pythonPackages: add pyasn1-modules, qrcode, and tlslite for electrum 2015-03-18 09:49:32 +01:00
Ricardo M. Correia d54cac725f pythonPackages.coverage: Fix hash 2015-03-15 05:16:05 +01:00
Jaka Hudoklin 180da0d463 Merge pull request #6693 from benley/docker-registry
docker-registry: Update to 0.9.1, with boto bugfix
2015-03-15 02:27:52 +01:00
William A. Kennington III feb4629fde Merge pull request #6782 from bobvanderlinden/fix-mysql-python
pythonPackages: MySQL_python: added openssl as buildInput
2015-03-13 17:32:26 -07:00
Bob van der Linden 75ba60aded pythonPackages: MySQL_python: added openssl as buildInput 2015-03-13 12:23:05 +01:00
Damien Cassou db42c89325 Add syncthing-gtk 2015-03-13 11:13:33 +01:00
lethalman 50de6f7acf Merge pull request #6369 from mvcisback/funcy3
Allow funcy package to be built under python3 and python2
2015-03-12 10:29:10 +01:00
aszlig 798ddb7fd3
python-nbxmpp: Update to version 0.5.2.
After the update to Gajim 0.16.1 in 2d7dd6c, it bails out on start up
with a message requiring up-to-date nbxmpp.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-03-12 02:30:53 +01:00
Marcell Vazquez-Chanlatte bf3d901aad allow funcy package to be built under python3 and python2 2015-03-11 12:37:47 -05:00
lethalman 622533577b Merge pull request #6685 from pjones/pkg/asynk
asynk: 2.0.0-rc2 -> 2.0.0, add CalDAV support
2015-03-11 15:41:20 +01:00
Cillian de Róiste 59be6b06b4 python33Packages.evdev: update from 0.4.6 to 0.4.7 2015-03-10 21:10:31 +01:00
Richard Zetterberg 8ca89f9383 django: Adds pypyPackages.django_1_7 (1.7.6) 2015-03-10 10:50:55 +01:00
desiderius 6ee8c746c2 python-modules: enables support for pypy in sphinxcontrib-httpdomain
As the issue #6548 is closed thanks to iElectric we can now use
sphinxcontrib-httpdomain with pypy.
2015-03-09 12:22:50 +01:00
desiderius cee5ce177b python-modules: enables support for pypy in sphinxcontrib-plantuml
As the issue #6548 is closed thanks to iElectric we can now use
sphinxcontrib-plantuml with pypy.
2015-03-09 12:14:17 +01:00
Domen Kožar 17a44e5013 Merge pull request #6717 from sjagoe/package-python-grin
Add grin package
2015-03-08 21:58:23 +01:00
Simon Jagoe f4965177b5 Move grin definition to tools/text and call it from all-packages.nix 2015-03-08 20:10:40 +00:00
Simon Jagoe ab6a03e706 Place grin in Python 2.7 section; it is not Python 3.x compatible 2015-03-08 17:09:11 +00:00
Simon Jagoe 02fdd38400 Add grin package 2015-03-08 16:38:31 +00:00
Benjamin Staffin 65d6eb0f20 docker-registry: update to 0.9.1 2015-03-07 14:06:08 -08:00
Benjamin Staffin 5113a065d7 boto: Apply patch needed to fix docker-registry
This makes docker-registry work when backed by S3. It's the same patch
applied in the docker upstream container image.

Backported from boto/boto#2932
2015-03-07 14:06:08 -08:00
Tobias Geerinckx-Rice 40e4ebbb57 python-packages: pgcli 0.16.0 -> 0.16.1 2015-03-06 03:48:40 +01:00
Peter Jones ff42e0ae7f 2.0.0-rc2 -> 2.0.0, add CardDAV support 2015-03-05 13:23:02 -07:00
Thomas Strobel f431f73964 Update: Enlightenment + EFL
EFL: 1.12.3 -> 1.13.1
Enlightenment: 1.19.3 -> 1.19.4
2015-03-03 11:29:12 +01:00
Tobias Geerinckx-Rice b7b54b0539 pgcli 0.15.4 -> 0.16.0 2015-03-01 14:08:54 +01:00
Rok Garbas f54a63ed32 pythonPackages.py3status: requests2 is needed for many plugins 2015-02-28 01:24:35 +01:00
lethalman 452107dd7c Merge pull request #6573 from desiderius/master
python-packages: updates for existing packages and new ones
2015-02-27 13:22:56 +01:00
desiderius 053122def0 python-packages: disables the test phase for elasticsearch-dsl
The test fails with:
  ImportError: No module named test_elasticsearch_dsl
2015-02-27 12:42:05 +01:00
lethalman f91fbe3117 Merge pull request #6570 from prikhi/fix-pillow-33
python pillow: fix expression for python3.3
2015-02-26 17:27:35 +01:00
desiderius a80e6b0eca python-packages: add elasticsearch-dsl-0.0.3 2015-02-26 17:25:28 +01:00
desiderius 70eb7cf012 python-packages: add pytest-cov-1.8.1 2015-02-26 17:17:01 +01:00
Pavan Rikhi eacaba303f
python pillow: fix expression for python3.3 2015-02-26 11:07:01 -05:00
desiderius 37a90efc45 python-packages: update cov-core-1.7 to 1.15.0 2015-02-26 17:05:53 +01:00
Tobias Geerinckx-Rice e071b6d71b python-packages: pygments 2.0.1 -> 2.0.2 2015-02-26 16:13:40 +01:00
desiderius 486ee6e252 python-packages: update coverage-3.6 to 3.7 2015-02-26 16:08:21 +01:00
desiderius 94024b4c7d python-packages: add elasticsearch-1.4.0 2015-02-26 14:58:09 +01:00
desiderius d480e06262 python-packages: add pyaml-15.02.1 2015-02-26 14:33:50 +01:00
desiderius 4607e0711c python-packages: add nosexcover-1.0.10 2015-02-26 14:04:33 +01:00
desiderius 1fe1f73089 python-packages: add falcon-0.2 2015-02-26 13:41:43 +01:00
desiderius 56a8ab137c python-packages: add ddt-1.0.0 2015-02-26 13:39:42 +01:00
desiderius 3970bfdd29 python-packages: add python3-pika-0.9.14 2015-02-26 11:54:35 +01:00
lethalman 222725d062 Merge pull request #6495 from psibi/python-wtf-patch
new package: wtforms
2015-02-26 09:46:39 +01:00
vbgl 8db9bd23fa Merge pull request #6423 from DamienCassou/update-requests2
requests2 2.4.3 -> 2.5.1
2015-02-25 14:59:47 +01:00
Domen Kožar 6919be40bd Merge pull request #6549 from desiderius/python-sphinx-contrib
python-packages: update sphinxcontrib
2015-02-25 09:29:15 +01:00
Domen Kožar 9214859fd2 Revert "Mark many packages (mostly python) broken because of broken dependencies."
This reverts commit bf86758a42.

See 71a9aa10ca25f5659a657d8910e11f36c3439a36
2015-02-25 09:23:31 +01:00
Domen Kožar 67f9edc98e Revert "python-packages.nix: updated 'disabled' attributes to reduce the number of evaluation errors in http://hydra.nixos.org/jobset/nixpkgs/trunk#tabs-errors"
This reverts commit a250e9b908.

See 71a9aa10ca25f5659a657d8910e11f36c3439a36
2015-02-25 09:23:31 +01:00
Rok Garbas d378324166 pythonPackages.py3status: new package, status bar for i3 window manager 2015-02-24 22:05:05 +01:00
desiderius e32643d7cb python-packages: add sphinxcontrib-plantuml-0.5
- Tested with Python 2.6, 2.7, 3.3 and 3.4.
- Fails with pypy due to issue #6548.
2015-02-24 16:33:14 +01:00
Peter Simons a250e9b908 python-packages.nix: updated 'disabled' attributes to reduce the number of evaluation errors in http://hydra.nixos.org/jobset/nixpkgs/trunk#tabs-errors 2015-02-24 15:23:45 +01:00
desiderius 22f365d654 python-packages: update sphinxcontrib-httpdomain-1.1.9 to 1.3.0
- Tested with Python 2.6, 2.7, 3.3 and 3.4.
- Fails with pypy due to issue #6548.
2015-02-24 15:18:10 +01:00
Lluís Batlle i Rossell dfe8d7ecd8 Adding ddar, unix de-duplicating archiver.
(cherry picked from commit d93c6ffa10d778782ec774b51e5814917e600a5e)
2015-02-24 12:54:21 +01:00
Nathaniel Baxter aa91480f45 pythonPackages.libvirt: fix python executable path 2015-02-23 20:09:54 +01:00
Nathaniel Baxter 0be8418275 libvirt: update from 1.2.9 to 1.2.12
libvirt-glib: update from 0.1.9 to 0.2.0
pythonPackages.libvirt: update from 1.2.9 to 1.2.12

Potentially fixes CVE-2014-7823 CVE-2015-0236
2015-02-23 20:09:54 +01:00
Domen Kožar 8e4a8494be Merge pull request #6494 from psibi/new-python-sibi-patch
new package: passlib
2015-02-23 15:56:43 +00:00
Sibi fcc379070f new package: wtforms 2015-02-23 19:02:44 +05:30
Peter Simons bf86758a42 Mark many packages (mostly python) broken because of broken dependencies. 2015-02-23 14:06:24 +01:00
Shaun Bruce c2c561ad4d Added pymongo-2.8 python package 2015-02-22 08:03:45 -07:00
Sibi c8ae0b77f3 new package: passlib 2015-02-21 15:09:21 +05:30
Domen Kožar d67ba6c5ab Merge pull request #6431 from psibi/new-python-sibi-patch
new package: pybcrypt
2015-02-20 12:49:13 -08:00
William A. Kennington III 29fc0daa27 protobuf: Mark as disabled on py3k and fix python executable references 2015-02-20 11:17:08 -08:00
William A. Kennington III a959cc91cf google_apputils: Keep disabled on py3k 2015-02-20 11:16:44 -08:00
William A. Kennington III c21991d478 google_apputils: Update to 0.4.1 2015-02-20 11:14:41 -08:00
William A. Kennington III f58c96149d protobuf: Fix python build 2015-02-20 10:36:16 -08:00
Luca Bruno cc837a974b sqlalchemy9: disable for pypy 2015-02-20 14:15:35 +01:00
Luca Bruno 7620fdb3ac sympy: disable for pypy 2015-02-20 14:11:25 +01:00
Luca Bruno 3225bf25b9 more-itertools: disable for py3k 2015-02-20 14:10:54 +01:00
Luca Bruno 1d09c1fd34 audiotools: disable for py3k 2015-02-20 14:10:49 +01:00
Domen Kožar a76b53b06b Merge pull request #6339 from psibi/pythonmagick-fix
Integrate mailchimp.
2015-02-20 07:22:15 +01:00
Sibi af7c1baf95 new package: Mailchimp python module 2015-02-20 04:31:25 +05:30
Marcell Vazquez-Chanlatte 7e4e671c54 Add uncertainties python package 2015-02-18 11:29:40 -06:00
Sibi efbd73dc4c new package: pybcrypt 2015-02-18 18:08:13 +05:30
Damien Cassou 3ae27db166 requests2 2.4.3 -> 2.5.1 2015-02-18 08:51:41 +01:00
Damien Cassou ae0263f960 Merge pull request #6420 from DamienCassou/deactivate-simpleparse-on-python3
Disable simpleparse on python3 and pypy
2015-02-18 07:38:03 +01:00
Damien Cassou 6938b79de8 Disable simpleparse on python3 and pypy 2015-02-18 07:35:54 +01:00
Damien Cassou 453c26abe7 Merge pull request #6397 from DamienCassou/simpleparse
Add the simpleparse python package
2015-02-17 13:43:38 +01:00
Damien Cassou a45acf1b29 Add the simpleparse python package 2015-02-17 13:42:31 +01:00
Domen Kožar 3dbde25855 Merge pull request #6381 from olavks/numpyfix
Numpy: remove slow building and little used math library for more commonly used openblas
2015-02-17 11:13:58 +01:00
Damien Cassou 8be35e6efe Merge pull request #6391 from DamienCassou/update-pylint-astroid
update pylint, astroid, six, and logilab-common
2015-02-17 11:08:37 +01:00
Damien Cassou c9b4cb56ae update pylint, astroid, six, and logilab-common
pylint 1.4.0 -> 1.4.1
astroid 1.3.2 -> 1.3.4
six 1.8.0 -> 1.9.0
logilab-common 0.61.0 -> 0.63.2
2015-02-17 11:02:31 +01:00
Marcell Vazquez-Chanlatte 7ad16801b0 moreItertools package had typo 2015-02-16 23:41:22 -06:00
Olav 380bd3f48a Numpy: Replace ATLAS and liblapack with openblas (that has blas and lapack).
Was previously with ATLAS [Automatically Tuned Linear Algebra Software].
This takes ages and has little to no performance benefit over openblas+lapack.
And if you need this performance, you should really built it against your own hardware.
2015-02-17 03:59:27 +00:00
Marcell Vazquez-Chanlatte 5e328ef690 fix indentation 2015-02-16 21:30:21 -06:00
Marcell Vazquez-Chanlatte 3c06b41c26 Added more-itertools-2.2 python package 2015-02-16 13:57:44 -06:00
Marcell Vazquez-Chanlatte 5c62f143c1 Added python package funcy-1.4 2015-02-16 00:50:50 -06:00
Marcell Vazquez-Chanlatte dbcbe712dd Add python package parsimonoius 0.6.0 2015-02-16 00:41:30 -06:00
Nathaniel Baxter b3a866fd24 pythonPackages.flexget: update to 1.2.278 2015-02-15 21:51:34 +11:00
Domen Kožar d67a792a83 taskw: 0.8.6 -> 1.0.2 2015-02-13 14:33:11 +01:00
Domen Kožar c6252250d8 Merge pull request #6329 from DamienCassou/vobject-not-compatible-with-pypy
Make sure vobject is not built by pypy
2015-02-13 14:21:39 +01:00
Damien Cassou 1dfab1cd9b Make sure vobject is not built by pypy
http://hydra.nixos.org/build/19521419
2015-02-13 12:51:08 +01:00
Domen Kožar fa51c9bfc1 browserid: disable tests 2015-02-11 10:22:21 +01:00
Domen Kožar a586293706 sympy: 0.7.4 -> 0.7.6 2015-02-11 10:22:11 +01:00
Domen Kožar 2024e08564 partially fix pythonPackages.protobuf 2015-02-11 10:21:51 +01:00
Domen Kožar 4869902a70 sqlalchemy9: 0.9.4 -> 0.9.8 2015-02-11 09:34:25 +01:00
Domen Kožar 5da0d18a0a boto: 2.34.0 -> 2.36.0 2015-02-11 09:21:04 +01:00
Tobias Geerinckx-Rice a1d1151792 pgcli: update 0.14.0 -> 0.15.4 2015-02-10 15:27:36 +01:00
aszlig e05bade342
Merge pull request #6076 (vdirsyncer).
Adds vdirsyncer and dependencies (request_toolbelt and atomicwrites).

It's to synchronize calendars and addressbooks between two storages (for
example between CalDAV/CardDAV and a local folders/files).
2015-02-07 17:10:30 +01:00
Matthias Beyer 2797883e27 Add pythonPackage: atomicwrites 2015-02-07 15:34:20 +01:00
Matthias Beyer bc444ffd32 Add requests_toolbelt python library, required for vdirsyncer 2015-02-07 15:34:19 +01:00
Tobias Geerinckx-Rice bf748c97e1 Update pgcli 0.13.0 -> 0.14.0 2015-02-02 02:00:19 +01:00
Peter Simons 7ccd363015 Merge pull request #6059 from joelmo/python-graph-tool
add graph-tool
2015-01-30 13:33:49 +01:00
Joel Moberg 7b33a74235 Add graph-tool 2015-01-30 13:13:02 +01:00
Rok Garbas 7f27a9a7e8 pythonPackages.alot: update to 0.3.6 2015-01-29 19:48:05 +01:00
Damien Cassou 4e7bb192a7 Merge pull request #6026 from DamienCassou/vobject-not-for-python3
Fix pythonPackages.vobject not building in Python3
2015-01-28 13:05:13 +01:00
Damien Cassou cda6c039d3 Fix pythonPackages.vobject not building in Python3 2015-01-28 10:48:28 +01:00
Domen Kožar 98f650a477 Merge pull request #5943 from offlinehacker/pkgs/pythonPackages/polylint
pythonPackages: add polylint, polymer linting tool
2015-01-27 10:48:54 +01:00
Domen Kožar 1a466f463d Merge pull request #5826 from tinkerthaler/master
Add PyChart 1.39 as pychart in the Python packages
2015-01-27 10:35:50 +01:00
Domen Kožar dad8b95ea5 Merge pull request #5946 from richardlarocque/loxodo2
Add Loxodo to python-packages.nix
2015-01-27 10:32:02 +01:00
Domen Kožar e387389d9f pync: not broken anymore 2015-01-27 10:23:24 +01:00
Thomas Strobel f0228c6eb2 Add: nix-template-rpm: Script to generate templates of nix expressions from RPM .spec files 2015-01-27 01:18:52 -08:00
Charles Strahan 5a73cda9b5 terminal-notifier: add package 2015-01-26 17:06:20 -05:00
Domen Kožar 7c0dbdb3b2 fix eval 2015-01-26 12:11:39 +01:00
Domen Kožar 2c35ed3929 remove duplicated pythonPackages.beautifulsoup 2015-01-26 12:02:19 +01:00
Sander van der Burg c3a1231f52 python-beautifulsoup3: new package 2015-01-26 10:36:30 +00:00
Sander van der Burg 86f635aad8 python-html2text: add package 2015-01-26 10:36:30 +00:00
Domen Kožar 42bd43fbc4 pync: mark as broken 2015-01-26 11:02:10 +01:00
Richard Larocque 007676fd00 Add Loxodo to python-packages.nix
Loxodo is a Password Safe v3 compatible password vault.
2015-01-24 18:06:50 -08:00
Jaka Hudoklin c0adb0040b pythonPackages: add polylint, polymer linting tool 2015-01-24 23:23:29 +01:00
Edward Tjörnhammar 631096c611 Merge pull request #5932 from k0ral/pyqtgraph
pyqtgraph: 0.9.8 -> 0.9.10
2015-01-24 20:36:09 +01:00
Edward Tjörnhammar 4ccc188261 Merge pull request #5933 from k0ral/restview
restview: 2.1.1 -> 2.2.1
2015-01-24 20:34:54 +01:00
Domen Kožar 8270a5f0eb Merge pull request #5876 from berdario/pew
Update pew to 0.1.14
2015-01-24 20:02:20 +01:00
Jascha Geerds 3b7d32f014 Merge pull request #5931 from k0ral/bottle
bottle: 0.12.7 -> 0.12.8
2015-01-24 17:11:58 +01:00
Jascha Geerds 2445f13a94 Merge pull request #5930 from k0ral/batinfo
batinfo: 0.1.9 -> 0.2
2015-01-24 17:09:55 +01:00
Jascha Geerds 185a72b58a Merge pull request #5929 from k0ral/percol
percol: 0.0.7 -> 0.0.8
2015-01-24 17:07:24 +01:00
Jascha Geerds 708803324e Merge pull request #5927 from k0ral/dulwich
dulwich: 0.9.7 -> 0.9.8
2015-01-24 17:03:20 +01:00
koral 51119a6b8d restview: 2.1.1 -> 2.2.1 2015-01-24 17:02:17 +01:00
koral a4cbb472ba pyqtgraph: 0.9.8 -> 0.9.10 2015-01-24 16:58:18 +01:00
Jascha Geerds 8b79a73905 Merge pull request #5928 from k0ral/hg-git
hg-git: 0.6.1 -> 0.7.0
2015-01-24 16:57:38 +01:00
koral cefd38080e bottle: 0.12.7 -> 0.12.8 2015-01-24 16:41:09 +01:00
koral a158cffac3 batinfo: 0.1.9 -> 0.2 2015-01-24 16:38:51 +01:00
koral cff83eb6f4 percol: 0.0.7 -> 0.0.8 2015-01-24 16:36:32 +01:00
koral 484d347173 hg-git: 0.6.1 -> 0.7.0 2015-01-24 16:33:06 +01:00
koral 35d609a638 dulwich: 0.9.7 -> 0.9.8 2015-01-24 16:29:18 +01:00
Dario Bertini 57577f2019
Explicitly specify the pythonVersion and use that together with versionOlder/versionAtLeast to specify bounds 2015-01-24 10:38:54 +00:00
Peter Simons 65d1c7f1a1 python-vobject: fix reference to "apache" license 2015-01-22 12:01:30 +01:00
Edward Tjörnhammar b834778c6e Merge pull request #5889 from DamienCassou/pycarddav
pycarddav + vobject
2015-01-22 10:52:05 +01:00
Damien Cassou a8458cb091 pycarddav + vobject 2015-01-22 10:12:17 +01:00
Damien Cassou 71ecac3372 Add Subdownloader 2015-01-22 10:06:30 +01:00
Charles Strahan 8d49e87dec Merge pull request #4677 from cstrahan/pleasant-ruby
Pleasant ruby
2015-01-21 23:27:38 -05:00
Domen Kožar f94600e57b Merge pull request #5806 from nckx/pgcli
Python: add pgcli + update/add various libraries
2015-01-21 11:14:25 +01:00
lethalman 7cad64a13d Merge pull request #5856 from rycee/update/pyacoustid
Fix build of 'pyacoustid' under Python 3.
2015-01-21 10:54:27 +01:00
Charles Strahan dfc225d143 Merge branch 'master' of github.com:nixos/nixpkgs into pleasant-ruby
Conflicts:
	pkgs/applications/version-management/git-and-tools/default.nix
	pkgs/applications/version-management/git-and-tools/hub/default.nix
	pkgs/tools/audio/mpdcron/default.nix
2015-01-20 20:21:03 -05:00
William A. Kennington III ba67ad3c88 python-ldap: 2.4.15 -> 2.4.19 2015-01-20 14:50:39 -08:00
Dario Bertini 5ca3648137
Update pew to 0.1.14 2015-01-20 14:45:42 +00:00
Domen Kožar 61d5c2c0af eventlet: disable tests, too much of a burden
(cherry picked from commit 676e8d7aa4b689df622bf4dd58b9a828ed0f5d09)
Signed-off-by: Domen Kožar <domen@dev.si>
2015-01-20 13:48:06 +01:00
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
Erik Timan c0e7497484 Add olcai to maintainers
Takes maintainership of pythonPackages.icalendar as well
2014-12-04 09:05:36 +00:00
Erik Timan d41ae7ee90 Add pythonPackages.icalendar 2014-12-04 07:56:53 +00:00
Domen Kožar 942d7b9006 pythonPackages.sure: fix pypy and py3k builds 2014-12-03 21:16:27 +01:00
Erik Timan ce45fd97d4 Add pythonPackages.azure 2014-12-03 10:42:45 +00:00
Domen Kožar edef7d7ce0 pythonPackages.greenlet: 0.4.4 -> 0.4.5 2014-12-03 11:20:20 +01:00
Domen Kožar e144d50237 pythonPackages.sure: 1.2.7 -> 1.2.8 2014-12-03 11:10:47 +01:00
Bjørn Forsman fad7619799 python-seqdiag: update from 0.9.0 to 0.9.4 2014-12-03 07:43:06 +01:00
Bjørn Forsman 7317066e64 python-nwdiag: update from 1.0.0 to 1.0.3 2014-12-03 07:42:08 +01:00
Bjørn Forsman 6600bff65a python-construct: update from 2.5.1 to 2.5.2 2014-12-03 07:31:20 +01:00
Bjørn Forsman e3fcb91e42 python-blockdiag: update from 1.3.2 to 1.4.7 2014-12-03 07:26:20 +01:00
Bjørn Forsman 8bd848a565 python-actdiag: update from 0.5.1 to 0.5.3 2014-12-03 07:24:49 +01:00
Bjørn Forsman cf33e3c3eb python-robotframework-selenium2library: update 1.5.0 -> 1.6.0 2014-12-02 22:56:43 +01:00
Bjørn Forsman f7b0cc6fab python-robotframework: update 2.8.5 -> 2.8.6 2014-12-02 22:56:43 +01:00
Bjørn Forsman af6001a625 python-usbtmc: update 0.5 -> 0.6 2014-12-02 21:23:50 +01:00
Jaka Hudoklin 67e703e630 pythonPackages: ugly fix docker registry dependencies 2014-12-02 16:50:11 +01:00
Domen Kožar 9744404038 Merge pull request #5147 from teh/matplotlib
Update matplotlib to 1.4.2.
2014-12-02 10:55:43 +01:00
Domen Kožar e8c4ef278c Merge pull request #5007 from nbp/bugwarrior
Add Bugwarrior and its dependencies.
2014-12-01 22:20:17 +01:00
Georges Dubus 1c3a9336ed Packaged cloud-init and its dependencies 2014-12-01 10:55:45 +01:00
Domen Kožar 304b71bf64 deluge: 1.3.7 -> 1.3.10 2014-11-30 20:42:06 +01:00
Nicolas B. Pierron ccc089f601 Add python-bugwarrior 1.0.2. 2014-11-30 16:48:52 +01:00
Nicolas B. Pierron 43bbfae9e5 Add python-taskw 0.8.6. 2014-11-30 16:48:51 +01:00
Nicolas B. Pierron 82f42f38bf Bump Jinja2 to version 2.7.3. 2014-11-30 16:48:51 +01:00
Nicolas B. Pierron e778d5dcfb Add python-bugzilla 1.1.0. 2014-11-30 16:48:51 +01:00
Nicolas B. Pierron 9e4de80736 Add python-Twiggy 0.4.5. 2014-11-30 16:48:51 +01:00
Cillian de Róiste 8cc590710c almir: pin the sqlalchemy version used by zope.sqlalchemy to 8
Otherwise, sqlalchemy 9 is used which triggers iElectric/almir#61
pinning it to 7 caused a build error. This does mean that both versions
are on the PYTHONPATH, but it seems to work.
2014-11-30 12:59:54 +01:00
Thomas Hunger 683a3bbc62 Update matplotlib to 1.4.2.
matplotlib acquired two new dependencies: mock for testing
and pytz for rendering.
2014-11-29 11:38:04 +00:00
Jaka Hudoklin 7ef5798bc4 pythonPackages: add fig 2014-11-27 14:17:59 +01:00
Domen Kožar a1b706c529 Merge pull request #5143 from matejc/remove_e17_and_e18
Remove e17 and e18
2014-11-26 22:11:15 +01:00
Matej Cotman 2125d9eb65 e18: remove pythonefl 2014-11-26 22:04:45 +01:00
Domen Kožar 3ff9a7507a paramiko: disable tests on py33 2014-11-26 21:50:58 +01:00
Bjørn Forsman 26c2e6a8a8 python-robomachine: add myself (bjornfor) as maintainer 2014-11-26 08:13:55 +01:00
Bjørn Forsman 3c748b6023 python-robomachine: new package
Test data generator for Robot Framework.

https://github.com/mkorpela/RoboMachine
2014-11-25 22:40:35 +01:00
Jaka Hudoklin 97dfbdd708 pythonPackages: add docker registry 2014-11-21 15:12:22 +01:00
Cillian de Róiste cee89ef215 Pymacs: use buildPythonPackage instead of mkDerivation 2014-11-21 00:09:25 +01:00
Georges Dubus cd336bbc69 fabric: update to 1.10.0 2014-11-20 10:37:53 +01:00
Domen Kožar 92af853b8b fix eval 2014-11-19 22:55:24 +01:00
Domen Kožar 8236ca5d70 properly package pyopenssl 2014-11-19 19:41:44 +01:00
Domen Kožar 830141f918 python-packages: refer to current python build instead of hard-coded py27 2014-11-15 18:55:12 +01:00
Domen Kožar 0d4f0500cb garden 2014-11-15 18:22:04 +01:00
Domen Kožar 00f1f9357d fix python3Packages.pyqtgraph by not using python2.7 pil as dependency in pyopengl 2014-11-15 18:22:04 +01:00
Jos van den Oever 184cd101fb cvxopt: fix license typo (close #4974) 2014-11-13 12:41:34 +01:00
Michael Raskin f5c3ad443b Merge pull request #4578 from offlinehacker/pkgs/pythonPackages/scikit_algo
pythonPackages: scikit-learn and pyalgotrade
2014-11-13 00:17:39 +03:00
Pascal Wittmann 8df0e0b151 Fixed many descriptions 2014-11-11 14:36:34 +01:00
Charles Strahan cf8f4963a7 rename rubyLibs to rubyPackages 2014-11-09 22:16:58 +00:00
Jaka Hudoklin 8b80daeab2 pythonPackages: add jrnl, a simple journal application for your command line 2014-11-09 16:49:20 +01:00
Michael Raskin 67317f4bf6 Fix fetchurl references — Fixes \#4421 2014-11-09 18:34:27 +03:00
Nathaniel Baxter a0fc4263e3 pythonPackages: set guessit and babelfish as python 2.x only 2014-11-09 18:32:47 +03:00
Nathaniel Baxter 3e7d52434d flexget: Use dateutils 1.5 instead of 2.1 for python 2.x support 2014-11-09 18:32:47 +03:00
Nathaniel Baxter 8612f15a68 flexget: Bump version to 1.2.201 Added dateutil_2_1, guessit and bablefish dependencies 2014-11-09 18:32:47 +03:00
Jaka Hudoklin 77aed3433d pythonPackages: add scikit-learn 2014-11-09 15:52:20 +01:00
Jaka Hudoklin 0eede5a01f pythonPackages: add pyalgotrade 2014-11-09 15:52:20 +01:00
Domen Kožar c9ec201cd0 pycdio: fix build 2014-11-08 16:18:50 +01:00
Arseniy Seroka d3bcc4ac98 Merge pull request #4877 from rycee/morituri
New packages 'morituri' and 'pycdio'
2014-11-07 23:33:24 +03:00
Robert Helgesson 442b097b0d Add 'pycdio', a Python wrapper for libcdio. 2014-11-07 21:26:53 +01:00
Joachim Fasting 432ffd257e sympy: minor updates
- Specify meta.license
- Download from pypi rather than github
2014-11-07 16:44:14 +01:00
Rok Garbas e3ec452b1f pythonPackages.sphinx: updated Sphinx from 1.2 -> 1.2.3 2014-11-06 12:28:54 +01:00
Mateusz Kowalczyk 007f80c1d0 Turn more licenses into lib.licenses style
Should eval cleanly, as far as -A tarball tells me.

Relevant: issue #2999, issue #739
2014-11-06 00:48:16 +00:00
Rob Vermaas a1fd333816 Add locustio, msgpack-python. Upgraded requests2. 2014-11-05 14:27:38 +01:00
Domen Kožar 50ad7c2125 Merge pull request #4843 from offlinehacker/pkgs/selenium/update_chrome_opera
selenium-server-standalone: update -> 2.44, fix opera, create binary, chrome support
2014-11-05 13:15:54 +01:00
Jaka Hudoklin 511a101030 pythonPackages.selenium: update 2.39 -> 2.44 2014-11-05 13:05:02 +01:00
Evgeny Egorochkin ac8c944332 add myself as a maintainer 2014-11-05 11:35:32 +02:00
Domen Kožar 8e02bde1a8 fix eval.. 2014-11-04 21:36:19 +01:00
Domen Kožar 9e8869102b python3Packages.fonttools: disable on py3k 2014-11-04 21:16:14 +01:00
Vladimir Kirillov 049a991bc1 awscli -> 1.5.5, botocore -> 0.69.0 2014-11-04 19:44:13 +02:00
Domen Kožar e64d5655e9 fix eval 2014-11-04 18:31:32 +01:00
Domen Kožar b598f6af59 pythonPackages.runsnakerun: add performance/memory GUI profiler for python 2014-11-04 18:19:27 +01:00
Michael Raskin 2d196dc36b Update Pandas library 2014-11-04 12:04:43 +03:00
Michael Raskin bf179ce795 Adding FontTools 2014-11-04 00:37:42 +03:00
Evgeny Egorochkin 3f21e952f2 python34Packages.autopep8: update from 1.0.3 to 1.0.4 2014-11-03 12:58:07 +02:00
Anders Papitto c73d0a3bc2 add datadiff and termcolor python packages 2014-10-31 00:50:17 -07:00
Domen Kožar 5b2b008ea9 pypyPackages.subprocess32: don't run tests 2014-10-30 23:15:06 +01:00
Domen Kožar 5bd5d2d9be Merge pull request #4608 from oconnorr/master
Add python package gsutil plus all its dependencies.
2014-10-30 18:23:41 +01:00
Luca Bruno 236f5686af Fix evaluation due to wrong meta.license 2014-10-30 09:56:39 +01:00
Luca Bruno 9d9fdb173a pybfd: new package
A Python interface to the GNU Binary File Descriptor (BFD) library

https://github.com/Groundworkstech/pybfd
2014-10-29 22:23:50 +01:00
Georges Dubus 5a1a56b38d Merge pull request #4716 from DamienCassou/weboob-1.0
Weboob 1.0
2014-10-29 15:51:13 +01:00
Damien Cassou f662c29a47 Weboob 1.0 2014-10-29 13:22:22 +01:00
Cillian de Róiste 23bca3ea16 python33Packages.evdev: update from 0.4.5 to 0.4.6 2014-10-28 21:43:38 +01:00
Jascha Geerds ab175c8d1b Merge pull request #4654 from geerds/virtualenvwrapper
Fix virtualenvwrapper's PYTHONPATH
2014-10-28 20:23:26 +01:00
lethalman 2900e00ba8 Merge pull request #4653 from sepi/new-package-frescobaldi
New package: frescobaldi
2014-10-28 11:54:16 +01:00
Raffael Mancini 90c6a38abe Disabled python-poppler-qt4 for PyPy 2014-10-28 11:01:28 +01:00
Rob Vermaas 8b47b67329 Update to latest awscli 2014-10-27 12:00:07 +01:00
Rob Vermaas 2f7174daf3 Upgrade boto to support eu-central-1 region. 2014-10-27 11:46:36 +01:00
Raffael Mancini 84bda2b8a1 Disabled package for python 3.4 because it's not ported yet. 2014-10-26 21:31:09 +01:00
Raffael Mancini e597ab15b3 Fixed typo 2014-10-25 18:07:42 +02:00
Raffael Mancini b6c7f6c2e4 frescobaldi: Improved meta and formatting 2014-10-25 18:07:42 +02:00
Raffael Mancini 5304a065ed Added: poppler-qt4 to python-packages.nix 2014-10-25 18:07:42 +02:00
Raffael Mancini b1dfef0f87 python-box2d: disable for python > 2.7 2014-10-25 17:54:13 +02:00
Raffael Mancini f18ede23bf fixed typo 2014-10-25 17:25:47 +02:00
Raffael Mancini b1d04be2a3 New package: python-box2d. The Python bindings of the c++ game physics library box2. 2014-10-25 17:05:28 +02:00
Jascha Geerds 35ff062d33 Fix virtualenvwrapper's PYTHONPATH 2014-10-24 17:01:47 +02:00
Rok Garbas c44c00d56c python: adding test/test_support.py module in all python versions
- test/test_support.py module is used by many libraries which backport python
  3.0 functionality to 2.6/2.7
- enable subprocess32 tests (now passing for python 2.6/2.7)
2014-10-24 10:44:15 +02:00
Jascha Geerds a5b69c0a02 Fix virtualenvwrapper for python 2.6 2014-10-23 22:55:11 +02:00
Russell O'Connor 7c4e1efadc gsutil (and boto-230) require Python 2.
Move these packages to the Python 2 only section.
2014-10-23 20:12:57 +02:00
aszlig 57aaf3d36e
Merge branch 'nixpart-1.0-preparations'.
Partially and temporarily addresses NixOS/nixops#228.

We now have an up-to-date version of Blivet and a bunch of its dependen-
cies as well as the old nixpart 0.4 with all its old and crappy
dependencies, which should fix _simple_ partitioning layouts for NixOps.

Also, nixpart 1.0 is now marked as broken, because it is not yet
released and this branch is more of a preparation and "damage control"
in case I shouldn't manage to finish nixpart + nixos-assimilate in time
for the next NixOS release.
2014-10-22 08:23:31 +02:00
aszlig 78ef5f9c14
nixpart: Move all 0.4 dependencies into one dir.
Once nixpart 1.0 is released we then only need to delete one single
directory rather than searching for needles in a haystack, that is, all
of <nixpkgs>. Also, it keeps my sanity at an almost healthy level.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-10-22 08:22:59 +02:00
aszlig 7676ff5973
nixpart: Bring back requirements for version 0.4.
Quite a mess but at least the mdraid tests succeed now. However, the
lvm2 tests are still failing, so we need to bring back a few more old
crap :-(

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-10-22 08:22:58 +02:00
aszlig cb2c34f1bb
blivet: Update to new upstream version 0.67.
Put a copy of old version 0.17 expression into 0.17.nix and update the
pointers from nixpart0 accordingly.

This also means, that plain nixpart is now way more broken than
nixpart0 (we might want to temporarily fix 0.4 anyway).

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-10-22 08:22:57 +02:00
aszlig 7deadbb55f
nixpart: Copy package expression to 0.4.nix.
Update the nixpart0 pointer to point to this version, because we're
going to update blivet as well and NixOps still points to nixpart0.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-10-22 01:54:48 +02:00
aszlig 6553845afc
pyparted: Add patch to fix tests for parted 3.2.
See this message for the patch and details:

https://www.redhat.com/archives/pyparted-devel/2014-April/msg00000.html

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-10-22 01:54:47 +02:00
Domen Kožar 5c251eb3a0 python3Packages.{pagerduty,sipsimple}: disable 2014-10-21 18:55:39 +02:00
aszlig 369a5c6180
python-six: Update to new upstream version 1.8.0.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-10-21 18:32:10 +02:00
Russell O'Connor b91adb64ce Add python package gsutil plus all its dependencies. 2014-10-21 00:22:39 +02:00
Domen Kožar a5b7ef0db1 fix eval 2014-10-20 17:26:25 +02:00
Domen Kožar 8787c695a9 pythonPackages.cjson: disable on pypy/py3k 2014-10-20 13:34:43 +02:00
Jaka Hudoklin 3bd72fc71f Merge pull request #4579 from offlinehacker/pkgs/pythonPackages/graphitePager
pythonPackages: add graphite pager
2014-10-20 13:24:54 +02:00
Jaka Hudoklin c61fe83268 pythonPackages.ipython: use correct pythonPackages 2014-10-18 17:23:40 +02:00
Jaka Hudoklin 0f8f98525b pythonPackages: fix typo 2014-10-18 14:22:53 +02:00
Jaka Hudoklin 9ec9497c9f pythonPackages: pillow, set tcl_root 2014-10-18 14:17:22 +02:00
Jaka Hudoklin 2d4b3e98d9 pythonPackages: add graphite pager 2014-10-18 13:54:05 +02:00
Bjørn Forsman 9424ab11c6 python-scapy: new package
Powerful interactive network packet manipulation program.

http://www.secdev.org/projects/scapy/
2014-10-17 20:20:08 +02:00
Jascha Geerds df1221eea9 Fix stevedore for python26 2014-10-17 11:35:25 +02:00
Peter Simons 9e74259bbe Merge pull request #4551 from vandenoever/blink
Add Blink, a simple sip client.
2014-10-16 15:48:32 +02:00
Domen Kožar c0e18dc498 fix eval 2014-10-16 13:08:07 +02:00
Jos van den Oever fb9ac9e8eb Add Blink, a simple sip client. 2014-10-16 12:21:36 +02:00
Domen Kožar a1a60d8e8a readd pythonPackages.hgsvn 2014-10-16 12:21:03 +02:00
Domen Kožar 6cd1f42a2c Merge pull request #4483 from edwtjo/cvxopt
pythonPackages.cvxopt: added package
2014-10-16 12:20:42 +02:00
Domen Kožar 90badb42d1 pypyPackages.paramiko: disable tests 2014-10-14 21:06:49 +02:00
aszlig 958193aeb4
python/paramiko: Update to version 1.15.1.
The SFTP-tests fail in conjunction with UTF8 directories, so let's skip
them for now. We also need to disable big file tests, because they rely
on SFTP as well and simply fail if the normal SFTP tests were skipped.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-10-14 15:18:44 +02:00
aszlig f35e473d55
python/ecdsa: Update to version 0.11.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-10-14 15:18:37 +02:00
Domen Kožar 69e51b08e1 pythonPackages.pycapnp: disable on py3k and pypy 2014-10-14 10:26:24 +02:00
Domen Kožar e17781f8b1 closes #463 pythonPackages now uses self variable instead of rec builtin 2014-10-13 23:20:01 +02:00
Edward Tjörnhammar 150672072a pythonPackages.cvxopt: added package 2014-10-12 17:31:29 +02:00
Domen Kožar 482779e582 python: get rid of ssl module as it's always builtin 2014-10-11 20:23:51 +02:00
Nathaniel Baxter 309bfdd8a0 pysocks: Fix license typo 2014-10-10 10:42:19 +11:00
Austin Seipp 7ac2be3fab rainbowstream: 0.9.5 -> 1.1.6
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-10-09 17:23:37 -05:00
Austin Seipp cf58933a9b pythonPackages: add pysocks 1.5.0
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-10-09 17:23:36 -05:00
Austin Seipp a1dba856f1 pythonPackages.twitter: 0.14.3 -> 0.15.0
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-10-09 17:14:52 -05:00
Austin Seipp 27d95c25e8 pythonPackages.pyfiglet: 0.7.1 -> 0.7.2
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-10-09 17:14:30 -05:00
Aristid Breitkreuz bf1dd8e931 Merge pull request #4423 from FlorentBecker/svg2tikz
new package: svg2tikz
2014-10-09 20:39:06 +02:00
Pascal Wittmann 68ae4ce95a Merge pull request #4431 from DamienCassou/astroid-1.2.1
Astroid 1.2.1
2014-10-09 11:50:10 +02:00
Florent Becker ed8ced514a Add license for svg2tikz 2014-10-09 11:21:00 +02:00
Damien Cassou af770d4c7c Astroid 1.2.1 2014-10-09 10:22:16 +02:00
Bjørn Forsman 8542ccc248 python-libvirt: update 1.2.7 -> 1.2.9
Should fix breakage due to out-of-sync version with libvirt.
2014-10-08 18:09:52 +02:00
Shea Levy 302fd99a11 ujson doesn't build on pypy 2014-10-08 10:27:34 -04:00
Domen Kožar 0723adfa26 pythonPackages.circus: add 2014-10-08 13:31:50 +02:00
Florent Becker ced9fd1310 new package: svg2tikz 2014-10-08 11:59:25 +02:00
Michael Raskin b32dbc8be6 Gajim update 2014-10-07 16:23:28 +04:00
Shea Levy a18a992785 Add ujson python package 2014-10-07 06:32:48 -04:00
Shea Levy 0f37f832c6 tornadokick: bump 2014-10-07 06:12:50 -04:00
Bjørn Forsman b17b17be73 python-scipy: update 0.12 -> 0.14
I successfully built all reverse dependencies, using this procedure[1]:

  $ nix-env -f . -qaP \* --drv-path | sort > l1
  (...modify package...)
  $ nix-env -f . -qaP \* --drv-path | sort > l2
  $ changed=$(diff l1 l2 | awk '{print $2}' | sort | uniq)
  $ nix-build $(for i in $changed; do echo -A $i; done)

[1]: https://nixos.org/wiki/Contributing
2014-10-04 18:41:42 +02:00
Mateusz Kowalczyk db55a6788a python-xdot: new package 2014-10-04 08:26:34 +01:00
Nikita Mikhailov cb18839669 python-linode: add myself as maintainer, fix meta 2014-10-03 12:18:50 +02:00
Nikita Mikhailov 28a04ae236 Add linode python binding 2014-10-03 12:18:50 +02:00
Domen Kožar 91c0ba4b20 pythonPackages.webob: 1.3.1 -> 1.4 2014-10-02 20:09:53 +02:00
koral 041f507937 New python package: restview-2.1.1 2014-10-01 19:04:22 +02:00
Mateusz Kowalczyk 876bd39fae Merge pull request #4285 from k0ral/hg-git
hg-git: 0.3.1 -> 0.6.1, and its dependency dulwich: 0.8.7 -> 0.9.7
2014-09-30 09:57:39 +01:00
AndersonTorres a4a3503211 Udiskie: update to 1.1.2
Amending to the last commit: added gettext dependency
TODO: investigate Python3/gobject issues

Closes #3720
2014-09-30 01:51:43 +01:00
Wout Mertens d2467f4fe5 Python on Darwin: Don't depend on glibc locales 2014-09-29 14:05:32 +02:00
Rok Garbas 28ea895b08 pythonPackages.configobj: new version needs six as dependency 2014-09-28 12:56:08 +02:00
Domen Kožar 2df644a9e1 pythonPackages.nose: disable tests 2014-09-27 22:34:51 +02:00
Domen Kožar 2fea016f4d python3Packages.pelican: fix build 2014-09-27 22:34:51 +02:00
koral 47636809ea dulwich: added tests dependencies. 2014-09-27 16:50:36 +02:00
koral 96dcbc7d83 hg-git: 0.3.1 -> 0.6.1, and its dependency dulwich: 0.8.7 -> 0.9.7 2014-09-27 00:24:27 +02:00
Domen Kožar 8723b91cc7 pythonPackages.nose: 1.3.3 -> 1.3.4 2014-09-26 18:49:32 +02:00
Domen Kožar c4750f6f2e pypyPackages.werkzeug: 0.9.4 -> 0.9.6 2014-09-26 18:22:25 +02:00
Domen Kožar 744c1974d0 pypyPackages.flask: disable tests due to failures 2014-09-26 18:13:11 +02:00
Domen Kožar 26303fd6c8 pypyPackages.area53: use stable release 2014-09-26 18:13:01 +02:00
Thomas Strobel 6bc3907b88 Add package: RedNotebook
Closes #4256
2014-09-24 20:33:32 +01:00
Georges Dubus f0a8b57de8 Updated nox 2014-09-24 13:58:41 +02:00
Georges Dubus 204222bf4c Update py and py.test 2014-09-24 13:57:30 +02:00
Jaka Hudoklin f26c32f920 pythonPackages: add pelican, simple blog generator 2014-09-24 11:17:49 +02:00
Peter Simons 574c2dd3a0 Merge pull request #4226 from ts468/snapper
Add package: snapper
2014-09-23 19:19:07 +02:00
Thomas Strobel 97437ac7a1 Disable tests for snapper-gui 2014-09-23 15:50:50 +02:00
Thomas Strobel 5aa9869066 Add python package: snapper-gui
Graphical frontend for snapper.
Not tested, yet.
2014-09-23 12:18:52 +02:00
Mateusz Kowalczyk bffbed3343 Merge pull request #4203 from k0ral/binwalk
Added binwalk package, and its dependency pyqtgraph.
2014-09-23 05:53:51 +01:00
koral 47c2b205ae Added binwalk package, and its dependency pyqtgraph. 2014-09-22 12:44:41 +02:00
Domen Kožar 533e0db424 python3Packages.dropbox: disable tests 2014-09-21 22:16:57 +02:00
Domen Kožar cb4d686b1d pypyPackages.sqlalchemy_imageattach: disable tests on pypy 2014-09-19 21:11:06 +02:00
Georges Dubus f72fdbd885 Merge pull request #4124 from k0ral/glances
Upgraded glances package to v2.1, and packaged its dependencies.
2014-09-19 14:42:26 +02:00
Domen Kožar 96f4a47199 graphite_api: disable on pypy 2014-09-19 14:07:27 +02:00
koral 867575b78e Upgraded glances package to v2.1, and packaged its dependencies.
Disabled glances for pypy.
2014-09-18 23:13:17 +02:00
lethalman 1fe2905b26 Merge pull request #4146 from DamienCassou/screenkey
Add screenkey to screencast your keys
2014-09-18 17:51:12 +02:00
Damien Cassou 092235bde6 Add screenkey to screencast your keys 2014-09-18 17:42:04 +02:00
Domen Kožar 47761617d0 python33Packages.sqlalchemy_imageattach: disable 2014-09-18 14:21:55 +02:00
Domen Kožar 4671e59576 python34Packages.sympy: disable due to test failures 2014-09-17 21:40:18 +02:00
Jaka Hudoklin 4d261e64f6 pythonPackages.graphite_api: fix testing, make more nix-shell friendly 2014-09-17 18:33:51 +02:00
lethalman 3224b32e64 Merge pull request #4101 from ts468/e19
Add package: Enlightenment E19!!!!
2014-09-16 16:13:56 +02:00