Commit graph

501 commits

Author SHA1 Message Date
aszlig 86d14a5ab2
pykickstart: Run test cases in order of name.
This should ensure the test casnes are always running in the same order,
regardless of the target machine. We're just using the class name here, which
should be sufficient enough to address the issue.

Now the following build should be fixed:

http://hydra.nixos.org/build/5425811

Big thanks to @rbvermaa for being a *really* great help debugging the problem
quickly, because I couldn't reproduce it here (the run order of the test cases
on my machine were 'accidentally' right).

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-06-24 14:06:30 +02:00
aszlig f04b0db6d3
python-pyparted: Fix test cases for 32bit systems.
Fixes http://hydra.nixos.org/build/5425941

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-06-24 12:36:44 +02:00
aszlig b0f4ae64c2
python-packages: Add blivet version 0.16-1.
This still doesn't have all possibly required dependencies, but at least we can
do basic partitioning, which is our primary goal. At least when it comes to the
Hetzner target of nixops. But even for partitioning when installing NixOS this
library could be _very_ useful.

Test cases currently don't work because they're filled with syntax errors and
some references to the mocking library are missing.

As you can see in propagatedBuildInputs, here are the promised overrides for
Python support of libselinux and cryptsetup.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-06-24 10:33:18 +02:00
aszlig e7c4273cb9
python-packages: Add pyblock in version 0.52.
This is needed for blivet in order to work with dmraid and lvm.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-06-24 10:33:17 +02:00
aszlig 8c46977941
python-packages: Add pyudev in version 0.16.1.
Thought this would be needed for blivet, but it wasn't the case. They seem to
have their own mini-implementation. But it might be useful for other Nixers, who
knows?

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-06-24 10:33:17 +02:00
aszlig c53918b6f1
python-packages: Add pykickstart version 1.99.32.
Needed for blivet and this is part of Anaconda (Fedora's installation system).
The reason I'm packaging this is because of blivet and because it's quite well
decoupled from Anaconda itself, so it can be used for other purposes.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-06-24 10:33:16 +02:00
aszlig 63c937ba06
python-packages: Add new package pyparted v3.10.
This is one of our required dependencies for the soon-to-be-packaged blivet
library.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-06-24 10:33:16 +02:00
Jaka Hudoklin 7b924a9ac4 Add supervisor, a system for controlling process state under UNIX 2013-06-22 14:10:10 +02:00
Domen Kozar ebd26e2d67 tarman: 1.0 -> 1.0.1 2013-06-20 13:43:32 +02:00
Moritz Ulrich 4d60fa66f1 Add sha256 for python-obfsproxy.
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-06-19 01:02:57 +02:00
Michael Raskin 4ecbe3bf5d Adding pandas - Python data analsysis library 2013-06-18 11:51:35 +04:00
Jason "Don" O'Conal f3fade60fc pygit: add DYLD_LIBRARY_PATH to compile on darwin 2013-06-18 13:23:52 +10:00
Vladimír Čunát 6bcf790d05 Merge branch 'master' into x-updates 2013-06-17 22:08:16 +02:00
Domen Kozar ad14e4c90d add tarman-0.1 2013-06-17 17:53:46 +02:00
Vladimír Čunát ca67fccbfe pyGtkGlade: fix eval
I didn't expect the file to be imported on two places.
2013-06-13 13:12:39 +02:00
Vladimír Čunát 84262c18e3 pygtk: propagate gtk (fixes solfege build) 2013-06-13 13:02:24 +02:00
Evgeny Egorochkin 2e939a0fba Merge pull request #608 from ocharles/fabric
fabric: new expression
2013-06-10 23:01:59 -07:00
Oliver Charles d67c4690d3 fabric: new expression 2013-06-10 23:33:39 +01:00
Rok Garbas cf5af0cbd0 pythonPackages.lxml: added 2.3 version 2013-06-10 21:01:24 +02:00
Domen Kozar 74b63a284f dont bootstrap distribute in IMAPClient 2013-06-06 10:57:01 +02:00
Ricardo M. Correia fa6f6ccefa Add python packages: gdata, IMAPClient and Logbook 2013-06-05 02:27:18 +00:00
Michael Raskin 6509d2cb2c Adding mitmproxy 2013-06-04 19:12:43 +04:00
Evgeny Egorochkin 11db400be8 Package obfsproxy and pyptlib needed for TOR obfuscated bridges. 2013-06-04 12:40:05 +03:00
Eelco Dolstra f1c42a8331 Module::Pluggable: Update to 4.8 2013-06-02 23:33:27 +02:00
Shea Levy c982e84df4 gyp: Fix on darwin
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-05-28 18:38:22 -04:00
Domen Kozar 6cbadc4e23 waitress: 0.8.1 -> 0.8.5 2013-05-29 00:05:31 +02:00
aszlig f4174f7df6
python-notify: Fix build.
There is no new upstream version available and the latest upstream release is
still using calls to prehistoric versions of libnotify. Most other distro have
patched this already, so no need to patch again. Patch is from Fedora (which is
the most referenced source seen so far).

Additionally the configure script cannot find the correct path to the codegen
executable, so we're patching it accordingly as well.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-05-27 10:18:01 +02:00
Eelco Dolstra 6655840a87 ReviewBoard: Update to 1.6.16 2013-05-22 17:03:20 +02:00
Jonas Hoersch 18f3a14d95 python-jedi: update to 0.6.0 2013-05-21 14:52:26 +02:00
Evgeny Egorochkin 7e62068988 Merge pull request #539 from offlinehacker/pudb
Add pudb, interactive python debugger
2013-05-17 00:32:49 -07:00
Domen Kozar 0c4362445f almir: bump to 0.1.8 2013-05-16 20:18:02 +02:00
Jaka Hudoklin a72ba70641 Add pudb, interactive python debugger 2013-05-16 18:15:04 +00:00
Domen Kozar 3745b458ab pg8000: fix url 2013-05-16 11:04:36 +02:00
Domen Kozar 951f5be7d9 pg8000: upgrade to 1.09 to support postgresql 9.1/9.2 2013-05-16 10:05:39 +02:00
Domen Kožar 83747f519a Merge pull request #519 from offlinehacker/powerline2
Add powerline beta, libgit2 and pygit2
2013-05-15 06:17:23 -07:00
Bjørn Forsman 5ab346a327 ninja: move out of pythonPackages
ninja is a build system written in C++ that just happens to use python
to build/install *itself*. It is not a "python package".

After this commit, ninja will be at pkgs.ninja instead of
pkgs.pythonPackages.ninja.
2013-05-11 12:01:00 +02:00
Evgeny Egorochkin a35052c2e6 Ninja build system: package version 1.2.0 2013-05-11 00:13:17 +03:00
Jaka Hudoklin 67af13dbf8 Add libgit2, pygit2 and powerline beta 2013-05-10 20:41:12 +00:00
Domen Kozar 4b166d6944 deluge: install icons 2013-05-10 19:17:52 +02:00
Nikita Ofitserov 73c9e1706e webtest depends on unittest2 on python 2.x
This fixes its build with python 2.7.
2013-05-10 17:52:01 +04:00
Lluís Batlle i Rossell ac4dcaba52 Adding pygobject3 (for bluez4).
bluez-simple-agent fails to work otherwise.
We discussed this a bit on #486, and this looks like the simplest way to
get bluez-simple-agent again.
2013-05-09 19:11:30 +00:00
Phreedom 7a4b06e0e8 Merge pull request #511 from bjornfor/buildbot
Buildbot version bump and add buildbot-slave
2013-05-08 15:45:20 -07:00
Bjørn Forsman a36577367e buildbot: bump to version 0.8.7p1 (latest stable)
* 0.8.7p1 doesn't contain *.info documentation; use manpage
  instead
* Update meta.description to not contain the package name (redundant)
* 0.8.7p1 only builds with python dateutil==1.5, so that has to be added
  as well

Runtime tested with the buildbot slave that is added in the next commit.
2013-05-08 22:09:05 +02:00
Phreedom 53799435a2 Merge pull request #509 from coroa/elpy-pkg
Add python-elpy-1.0.1: Backend for the elpy Emacs mode
2013-05-07 16:45:29 -07:00
Jonas Hoersch 17be4b85a3 Add python-elpy-1.0.1: Backend for the elpy Emacs mode 2013-05-07 12:27:10 +02:00
Rickard Nilsson d0a58b3536 python-cherrypy: Update to 3.2.2 2013-05-06 12:14:34 +02:00
Shea Levy c60a1f67cc Add doxypy nixpkg
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-04-29 14:25:25 -04:00
Lluís Batlle i Rossell b4687c6966 tahoe-lafs: update to 1.9.2
I had to update a python package too (foolscap)
2013-04-24 22:41:17 +04:00
Cillian de Róiste 50d66b945e Add limnoria, a well maintained fork of Supybot, an IRC bot 2013-04-24 01:41:31 +02:00
Rok Garbas 7b9fc733dd python-deform: unittest2 needed on python 26 2013-04-22 22:57:58 +02:00
Peter Simons 56b504a1cd Merge pull request #476 from coroa/emacs-jedi-deps
Add python packages necessary for emacs-jedi
2013-04-22 05:21:48 -07:00
Jonas Hoersch ea3dc7a6ea Add python-epc-0.0.3: EPC implementation in Python 2013-04-22 11:30:32 +02:00
Jonas Hoersch 85d2971a2e Add python-sexpdata-0.0.2: S-expression parser for Python 2013-04-22 11:30:17 +02:00
Jonas Hoersch dbe6dcd8af python-argparse: update to 1.2.1 2013-04-22 11:25:37 +02:00
Florian Friesdorf b6c87f9f29 python-packages: python2.6 fixes 2013-04-22 11:17:23 +02:00
Florian Friesdorf 3c1b5246ad python-requests-1.2.0 2013-04-22 11:16:42 +02:00
Rickard Nilsson 40ac613f85 obnam: Update to 1.4 2013-04-18 16:09:35 +02:00
Rok Garbas f39f369ff1 pythonPackages.buildout: update to 1.7.1 and also:
- rename to zc_builout* while keeping alias back to buildout (opening ticket
  later to remove it)
- meta: adding zpl licenses
- meta: adding me maintainer
2013-04-17 01:25:45 +02:00
Florian Friesdorf 2cb87d9ca1 pythonPackages.ipythonLight: no qt/numpy dependency 2013-04-13 10:02:17 +02:00
Florian Friesdorf da0694932c on the way to #463: make pythonPackages self-referential 2013-04-13 09:52:50 +02:00
Florian Friesdorf a27001f09f python-py and python-tox, the latter still broken 2013-04-13 08:59:13 +02:00
Rob Vermaas e5402a4baf webob needs ssl module 2013-04-12 19:04:39 +02:00
Rob Vermaas 93cabe848f Upgrade aws-cli and dependencies 2013-04-07 15:34:35 +02:00
Cillian de Róiste 71c171be69 Add evdev: Provides bindings to the generic input event interface in Linux 2013-04-07 02:14:52 +02:00
Cillian de Róiste e3e160ace3 Fix ordering: rt(midi) comes after re(poze)
also fix the order of some other packages, for my sins
2013-04-07 01:53:14 +02:00
Cillian de Róiste 55d3806441 Add python-rtmidi: A Python wrapper for the RtMidi C++ library written with Cython 2013-04-07 01:33:37 +02:00
Rok Garbas fc4f73863c python-virtualenv: update to 1.9.1 2013-04-06 17:58:03 +02:00
Shea Levy 18b65bfd0b Add pika pythonPackage
For some reason tests don't run

Signed-off-by: Shea Levy <shea@shealevy.com>
2013-04-05 14:54:23 -04:00
Domen Kozar 62d7abf42a flexget: run time dependency on deluge (plugin) 2013-04-01 22:55:33 +02:00
Rob Vermaas 1e071cd3b2 Add smartdc, http_signature python packages 2013-03-31 22:58:48 +02:00
Eelco Dolstra bd1c8a5048 prettytable: Update to 0.7.1 2013-03-29 20:08:34 +01:00
Domen Kožar c2b44a8da0 Merge pull request #418 from bjornfor/pitz
pitz: new package
2013-03-28 09:39:53 -07:00
Bjørn Forsman 4b1042cf02 pitz: new package
pitz is a distributed bug tracker, inspired by ditz. Homepage:
http://pitz.tplus1.com/

pitz has a command line interface, pitz-<command>, and a webapp,
pitz-webapp.

TODO: pitz has a pitz-shell utility that depends on ipython, but when I
enabled it it raised an exception. I think it depends on an old IPython
version:

  from IPython.Shell import IPShellEmbed
  ImportError: No module named Shell

A broken pitz-shell doesn't affect the rest of the command line
interface nor the webapp, so it is not critical to have it working.

There are not many distributed bug trackers out there, so I hope that
adding pitz to nixpkgs may inspire people to support pitz (or similar
software).
2013-03-28 17:25:42 +01:00
Rok Garbas 310c732276 Merge pull request #415 from bjornfor/ipython-pylab
ipython: modularize and enable more features
2013-03-27 09:30:22 -07:00
Bjørn Forsman 25c49767f3 ipython: modularize and enable more features
Add these new attributes (all default to true):

  notebookSupport
  qtconsoleSupport
  pylabSupport
  pylabQtSupport

This adds jinja2, matplotlib, pyqt4 and sip as new dependencies of
ipython.

This commit fixes "ipython --pylab" so that it no more errors out with
"ImportError: No module named matplotlib" (which was my initial goal).
2013-03-27 15:39:03 +01:00
Domen Kozar 6601435473 beaker: skip tests as they fail 2013-03-27 09:22:24 +01:00
Domen Kozar 34841f9527 link bconsole to almir bin dir 2013-03-27 09:21:59 +01:00
Domen Kozar c07d0b9b78 Add almir and it's dependencies. 2013-03-27 02:30:07 +01:00
aszlig f1dcd8c11f
python-deluge: Fix GUI support.
Actually only pyGtkGlade was missing in propagatedBuildInputs. In addition,
buildInputs is quite redundant in this case, so let's drop it.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-03-27 00:26:56 +01:00
Rok Garbas fb127d28cb ipython: adding depenencies for ipython's notebook 2013-03-23 00:38:18 +01:00
Florian Friesdorf 36ca429641 ipdbplugin: nose ipdb plugin, nosetests --ipdb 2013-03-19 19:14:47 +01:00
Rok Garbas 4ec3035a04 pythonPackage.turses: update to 0.2.13 2013-03-17 15:24:45 +01:00
Rok Garbas cad8f4b0f6 pythonPackage.flake8: update to 2.0
flake8 is not depending on pyflakes, mccabe, pep8 which were also updated or added.
2013-03-17 15:23:56 +01:00
Rok Garbas cdcfc953bf pythonPackages.httplib2: update to 0.8 2013-03-17 15:17:20 +01:00
Rok Garbas 44ec42ed93 pythonPackages.alot: update to 0.3.4 (and stable revision) 2013-03-17 15:15:56 +01:00
Domen Kožar a69d56a807 upgrade deluge to 1.3.6 2013-03-12 01:13:52 +01:00
Florian Friesdorf a49bd047c0 add older buildout152 2013-03-09 10:41:27 +01:00
Florian Friesdorf de36ddf7e7 add older pycrypto25 2013-03-09 10:24:38 +01:00
Eelco Dolstra 674c51af3c Merge remote-tracking branch 'origin/master' into stdenv-updates 2013-03-07 19:33:52 +01:00
Rickard Nilsson 4d181e526e mopidy: Add some more dependencies needed for the HTTP frontend 2013-03-03 20:53:48 +01:00
Florian Friesdorf e9f13b9c3b python-ldap-2.4.10 2013-03-03 13:20:58 +01:00
Vladimír Čunát 26af997d41 Merge branch 'master' into stdenv-updates
Conflicts (simple):
	pkgs/applications/networking/browsers/chromium/default.nix
	pkgs/development/libraries/libsoup/default.nix
	pkgs/os-specific/linux/kernel/manual-config.nix
	pkgs/os-specific/linux/qemu-kvm/default.nix
2013-03-02 10:41:53 +01:00
Rickard Nilsson 566d5d3fb5 Add mopidy, a music server supporting spotify and the mpd protocol 2013-02-26 19:42:57 +01:00
Shea Levy acd4299e75 Merge branch 'master' into stdenv-updates
Conflicts:
	pkgs/applications/networking/browsers/chromium/default.nix
	pkgs/top-level/all-packages.nix

Merge conflicts seemed trivial, but a look from viric and aszlig would be nice.
2013-02-21 11:13:30 -05:00
aszlig 75c3ab1f55
python-pyglet: Add new package with version 1.1.4.
This involved a bit of patching, because pyglet is searching libraries at
runtime, so we hardcode the library paths into pyglet/lib.py.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-02-20 23:40:45 +01:00
aszlig 96d298e7c4
python-pyserial: Add new package with version 2.6.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-02-20 23:40:45 +01:00
Shea Levy aacca1902c Merge branch 'upstream-master' into stdenv-updates 2013-02-19 10:09:39 -05:00
Eelco Dolstra 08819d1aed Fix evaluation 2013-02-19 11:23:28 +01:00
Rok Garbas e7f1aeb2c5 turses: update to 0.2.12 and its dependency tweepy to 2.0 2013-02-19 04:48:55 +01:00
Rok Garbas 42738b29fc alot: update to last working revision 2013-02-19 04:48:14 +01:00