Evgeny Egorochkin
2422bef9f9
area53: fix source url
2013-07-19 07:45:45 +03:00
Rok Garbas
7889b82f32
updates for python packages: mccabe, pep8, flake8
2013-07-18 08:21:41 +02:00
Rob Vermaas
a30c06de83
Add bitbucket_api and some of its dependencies
2013-07-17 22:19:29 +02:00
aszlig
b9729fb4d4
python-hetzner: Update to new version 0.4.1.
...
Small bugfix release, changes:
- Don't include colons when generating passwords for admin logins.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-07-17 10:50:58 +02:00
aszlig
0f096b70d0
python-hetzner: Update to new version 0.4.0.
...
This introduces the following changes:
- Validate Robot's SSL server certificates.
- Admin accounts can new be managed with the "admin" property of a
server instance.
- Better and fixed up error reporting.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-07-17 05:36:43 +02:00
aszlig
0716e5b9e2
python-hetzner: Update to new version 0.3.0.
...
Changes are:
- Ability to set the name of a server (Server.set_name()).
- New sub-command (set-name) for hetznerctl to set server name.
- Show server name in list command.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-07-14 09:47:05 +02:00
Jason "Don" O'Conal
c8cc4128ac
numpy: fix build on darwin
...
* remove unnecessary gcc flag
2013-07-14 13:56:22 +10:00
Evgeny Egorochkin
b084b29d26
Even more mirror:// fixes
2013-07-14 04:17:07 +03:00
Evgeny Egorochkin
366dfa9883
python-twisted: fix version to match tarball
2013-07-14 02:08:52 +03:00
Evgeny Egorochkin
88a2e70184
python-paramiko: fix version to match tarball
2013-07-14 02:08:52 +03:00
Evgeny Egorochkin
744e06b4c3
python-colorama: fix name
2013-07-14 02:08:52 +03:00
aszlig
f728650731
pythonPackages: Add new hetzner module, v0.2.1.
...
This is for accessing the Hetzner Robot API (an IPMI-like interface).
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-07-09 11:45:24 +02:00
aszlig
d58a5eb572
Move nixpartHetzner into hetzner-nixops-installer.
...
This should keep all Hetzner/NixOps specific stuff in one place.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-07-09 08:27:53 +02:00
Domen Kozar
58975755ea
add bpython
2013-07-08 20:58:44 +02:00
aszlig
d21493cf7d
python-nixpart: Add Hetzner-specific attribute.
...
This is for NixOps and the corresponding Hetzner backend and allows for easy
referencing by nix-build using the -A argument.
Basically the Hetzner rescue system uses an older udev version from Debian, so
we need to use shared object major number 0 here.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-07-08 14:27:44 +02:00
aszlig
513de0ff57
python-nixpart: Move into tools/filesystems/.
...
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-07-08 14:27:42 +02:00
aszlig
231b182c36
python-blivet: Move into python-modules/blivet.
...
This is in preparation for adding overridable function attributes.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-07-08 14:27:42 +02:00
aszlig
5d06f7aa5a
pythonPackages: Add a callPackage attribute.
...
This is to allow for easy overriding using <some_pkg>.override <overrides> and
might be used by other python modules not directly in pythonPackages.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-07-08 14:27:41 +02:00
Domen Kožar
5d8c682f4e
Merge pull request #729 from bjornfor/python-modules
...
Add some Python modules (gevent, pyodbc, construct, bitstring)
2013-07-08 00:55:16 -07:00
Rok Garbas
0360d4bfb6
alot: updated to latest revision
2013-07-08 00:47:33 +02:00
Bjørn Forsman
5dd026a063
python-bitstring: new package
...
bitstring is a python module for binary data manipulation.
Run tested.
2013-07-07 23:35:58 +02:00
Bjørn Forsman
0a0b15321a
python-construct: new package
...
Construct is a powerful declarative parser (and builder) for binary
data.
Run tested.
2013-07-07 23:35:49 +02:00
Bjørn Forsman
30bb106aa9
python-pyodbc: new package
...
The pyodbc module enables python programs to connect to almost any
database using ODBC.
Build and "import pyodbc" tested, but I haven't tried connecting to any
database yet.
2013-07-07 23:34:56 +02:00
Bjørn Forsman
e41456cebe
python-gevent: new package
...
gevent is a coroutine-based Python networking library that uses greenlet
to provide a high-level synchronous API on top of the libevent event
loop.
Run tested.
2013-07-07 23:34:44 +02:00
Jason \"Don\" O'Conal
24f6c85096
eyeD3: add expression
2013-07-07 14:41:35 +02:00
Rok Garbas
33d957b34b
Merge branch 'libspotify' of git://github.com/lovek323/nixpkgs into lovek323-libspotify
...
Conflicts:
pkgs/top-level/all-packages.nix
2013-07-06 13:51:31 +02:00
Jason \"Don\" O'Conal
5e45773df1
pyaudio: fix build on darwin
...
* build with '--static-link' flag
* set 'PORTAUDIO_PATH' environment variable
2013-07-06 13:46:18 +02:00
Jason "Don" O'Conal
1aad70826e
pyspotify: update to latest version
2013-07-06 19:14:58 +10:00
Jason "Don" O'Conal
0f4f212adc
pyspotify: fix build on darwin
...
* use install_name_tool to have _spotify.so point to the correct library
2013-07-06 19:14:50 +10:00
Jason "Don" O'Conal
2da7f32b25
install_name_tool: add expression
2013-07-06 19:14:45 +10:00
Rok Garbas
0a527048eb
pythonPackages.genshi: update to 0.7
2013-07-03 04:26:02 +02:00
aszlig
168115f610
python-nixpart: Update to new version 0.2.0.
...
This introduces the ability to mount filesystems (only). Also, the description
is now less kickstart specific as in the long term we want to move away from
kickstart syntax to Nix attribute sets.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-07-01 19:03:30 +02:00
aszlig
e2e77c641a
python-blivet: Update to upstream version 0.17-1.
...
Changes since 0.16-1:
- Used Python type instead of variable name (hamzy)
- Fix detection of valid EFI system partition during autopart. (dlehman)
Full changelog can be found in the spec file in the package or at:
https://git.fedorahosted.org/cgit/blivet.git/tree/python-blivet.spec
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-07-01 19:03:29 +02:00
Bjørn Forsman
ae1c5a5844
python-demjson: add missing license (LGPLv3 or later)
2013-06-29 20:33:58 +02:00
Bjørn Forsman
33717c4636
python-demjson: new package
...
demjson is a Python JSON module that reads, writes and validates
JSON-encoded data; compliant with RFC 4627.
It also includes a lint checker, jsonlint, which can be used to validate
JSON documents for strict conformance to the RFC specification; as well
as to reformat them, either by re-indenting or for minimal/canonical
JSON output.
Homepage: http://deron.meranda.us/python/demjson/
2013-06-29 20:17:09 +02:00
aszlig
b2973d3b07
python-packages: Add nixpart version 0.1.
...
This version is preliminary because it quite heavily depends on pykickstart
(through blivet) and the roadmap is to have a nice NixOS attrset-based
specification of partitions.
Currently the main purpose for this is in preparation for the Hetzner nixops
backend, but we might want to make this part of the standard NixOS installer.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-06-28 04:26:10 +02:00
aszlig
082252bc16
python-blivet: Fix pvscan to not require lvmetad.
...
The --cache argument to pvscan won't work on NixOS, for specifics about this,
please have a look at:
http://www.mail-archive.com/pld-cvs-commit@lists.pld-linux.org/msg310821.html
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-06-28 04:26:09 +02:00
aszlig
64d2bbc7e8
python-blivet: Patch in paths for mount and lsof.
...
This adds the correct store paths for mount, umount and lsof to blivet as these
commands are still generic enough to _not_ add them as a dependency.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-06-28 04:26:09 +02:00
aszlig
e3c4acb3dd
python-nevow: Fix indentation of expression.
...
No functionality change, the expression just got a bit too far to the right :-)
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-06-28 04:26:08 +02:00
aszlig
7c24918a5f
python-blivet: Fix path and call to wipefs.
...
First of all, the path to wipefs didn't work at all, and though it is
documented, the "-f" flag only works when used as a long option ("--force").
This is probably fixed upstream in util-linux, but using the long-option will
stay compatible.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-06-28 04:26:08 +02:00
Jaka Hudoklin
84a4d03b51
python-mrbob: fix it and update to 0.1a9
2013-06-27 00:36:28 +02:00
Jaka Hudoklin
81a0a3d458
python-six: Update to 1.3.0
2013-06-27 00:35:47 +02:00
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
Peter Simons
fbe4e1af93
pynzb: fix license attribute
2013-02-18 21:10:56 +01:00
Peter Simons
7408c3babf
python-progressbar: fix license attribute
2013-02-18 16:12:43 +01:00
Rok Garbas
235921afa6
Merge pull request #323 from iElectric/flexget
...
Add FlexGet and dependencies
2013-02-18 05:17:17 -08:00
Domen Kozar
9d73b9ca51
Add beets and it's dependencies
2013-02-18 14:08:48 +01:00
Peter Simons
9e68734d61
Merge remote-tracking branch 'origin/master' into stdenv-updates.
2013-02-18 11:54:56 +01:00
Domen Kozar
acc5d4040e
Add FlexGet and dependencies
2013-02-18 11:33:24 +01:00
Domen Kozar
77f61dd987
add deluge torrent client and it's dependencies
2013-02-18 00:00:39 +01:00
Eelco Dolstra
2aa6f262cb
Merge remote-tracking branch 'origin/master' into stdenv-updates
2013-02-15 13:36:34 +01:00
Shea Levy
3228a381dd
pythonPackages.websockify: Needs to propagate numpy
2013-02-14 19:58:50 -05:00
Shea Levy
701837017e
Add websockify python package
2013-02-14 19:54:00 -05:00
Cillian de Róiste
a328bce51b
Add Pillow, a fork of PIL (Python Imaging Library)
...
This fork is used by Plone and other Python web platforms/frameworks
because it is well maintained and setuptools friendly
2013-02-08 00:53:11 +01:00
Cillian de Róiste
c43891e32e
lxml: upgrade from 2.2.2 to 3.0.2
2013-02-06 01:21:11 +01:00
Cillian de Róiste
0dbef6991d
#283 : Patch buildout to be useful in a nix profile
2013-02-06 01:18:41 +01:00
Rob Vermaas
d10679eed4
Added gcovr 2.4
2013-02-05 16:04:09 +01:00
Shea Levy
ed87cc2e4e
pythonPackages.nose: Don't run tests on darwin.
...
Should fix NixOS/charon#77
2013-02-04 07:19:31 -05:00
Eelco Dolstra
c343e1db77
awscli: Remove Python prefix
2013-01-30 15:55:39 +01:00
Rob Vermaas
06c9353270
Add awscli 0.5.0, updated some of its dependencies.
2013-01-30 15:42:40 +01:00
Lluís Batlle i Rossell
3b26ba7019
Merge remote-tracking branch 'central/master' into stdenv-updates
...
Conflicts:
pkgs/os-specific/linux/alsa-utils/default.nix
2013-01-27 11:32:12 +01:00
Lluís Batlle i Rossell
fbf42935cd
taskcoach: updating to 1.3.22
2013-01-23 23:22:47 +01:00
Eelco Dolstra
0a47a28f1d
Merge remote-tracking branch 'origin/master' into stdenv-updates
2013-01-22 23:23:53 +01:00
Rok Garbas
e08b79d256
pythonPackages.turses: upgrade to 0.2.12 (also update of its dependency tweepy).
2013-01-22 13:03:29 +01:00
Rok Garbas
e92c868096
pythonPackages.flake8: upgrade to 1.7.0
2013-01-22 13:02:57 +01:00
Rok Garbas
31bbfb7737
alot: update to latest revision
2013-01-22 13:02:18 +01:00
Cillian de Róiste
a5fe3adc10
pythonPackages: upgrade zope_interface, package more plone dependencies using python2nix.py
2013-01-22 01:45:59 +01:00
Cillian de Róiste
2a050f2137
pythonPackages: add myself as maintainer to some packages which I added
2013-01-21 23:50:27 +01:00
Cillian de Róiste
46d6d437a6
pythonPackages: tidy up names
...
Use "." in the name where appropriate, e.g. zope.event, since this is the commonly used name for the package.
2013-01-21 23:50:27 +01:00
Cillian de Róiste
719cde0c46
pythonPackages.zope_interface: renamed from zopeInterface to match the naming convention
2013-01-21 23:50:27 +01:00
Florian Friesdorf
b02d8f2f5f
python-pip
2013-01-21 16:12:56 +01:00
Florian Friesdorf
b5e0ac7550
python-distribute-0.6.34, not using buildPythonPackage
...
this is in preparation so distribute can be used in buildPythonPackage
2013-01-21 16:07:48 +01:00
Florian Friesdorf
52e9981e0e
buildPythonPackage defaults to python.meta.platforms
2013-01-21 08:38:54 +01:00
Florian Friesdorf
8b777bbf57
nose2Cov does not create pth for deps - propagate manually
2013-01-21 08:37:28 +01:00
Florian Friesdorf
8dd5f835fc
python-coverage-3.6
2013-01-21 08:37:07 +01:00
Florian Friesdorf
3ab50c106d
python-ipdb
2013-01-21 06:50:10 +01:00
Florian Friesdorf
b469185673
pythonPackages26 fixes
2013-01-21 06:42:22 +01:00
Florian Friesdorf
9ee07ba54f
python-mrbob: add missing dependency
2013-01-21 05:35:41 +01:00
Rickard Nilsson
1886d1db6a
Merge remote-tracking branch 'upstream/master' into stdenv-updates
2013-01-20 16:53:21 +01:00
Florian Friesdorf
e185691ced
python: nose2, nose2Cov and covCore
2013-01-20 16:45:33 +01:00
Florian Friesdorf
7fef7e53ce
pythonPackages: use pygobject and pygtk of same python version
2013-01-20 16:45:33 +01:00
Cillian de Róiste
a72c9d728d
Distutils2: patch to work with Python2 (only), until the issue http://bugs.python.org/issue17002 is resolved upstream
2013-01-20 11:57:07 +01:00
Cillian de Róiste
49dbf7057d
Add pythonPackages Distutils2 and eggdeps
2013-01-19 01:28:30 +01:00
Cillian de Róiste
52fb5d86a9
Add pythonPackages.zodb3 and dependencies
2013-01-18 02:21:24 +01:00
Cillian de Róiste
64950ff58e
Add pythonPackages.buildout
2013-01-18 00:45:36 +01:00
Cillian de Róiste
9720148a14
Add pythonPackages.mrbob
2013-01-18 00:45:36 +01:00
Shea Levy
523ee1671b
Add psutil pythonPackage
2013-01-17 11:44:03 -05:00
Eelco Dolstra
5bb548d2e4
Merge remote-tracking branch 'origin/master' into stdenv-updates
2013-01-17 14:19:14 +01:00
Cillian de Róiste
b85a093b07
pythonPackages.virtualenv: update to 1.8.4
2013-01-17 00:18:02 +01:00
Florian Friesdorf
c7701c0786
python-pyquery-1.2.4 and dep python-cssselect-0.7.1
2013-01-15 19:04:41 +01:00
Florian Friesdorf
a7a6173a3f
pygtk in pythonPackages, checks disabled, demo works, relates #223
...
Previously the checkPhase was not executed. It is now and a couple of
issues with it are seded away.
2013-01-11 17:45:26 +01:00
Peter Simons
b33ad366a1
Merge branch 'master' into stdenv-updates.
2013-01-11 15:46:10 +01:00
Florian Friesdorf
e856c72159
pygobject: in pythonPackages, removed hack handled now by pth
2013-01-11 15:30:56 +01:00
Florian Friesdorf
87423443b8
pycairo: move to pythonPackages
2013-01-11 15:23:44 +01:00
Florian Friesdorf
b4f84e3b1e
pythonPackages: introduce sections, no functional change
2013-01-11 15:14:53 +01:00
Florian Friesdorf
06ca1e4768
Merge branch 'channel-nixos' into python
2013-01-09 22:18:38 +01:00
Rob Vermaas
cfdf35d6f9
Add preInstall ot buildPythonPackage (postInstall already existed) to allow selenium to work properly again.
2013-01-09 15:46:14 +01:00
Florian Friesdorf
0f007baf70
Merge branch 'channel-nixos' into python
2013-01-09 10:44:45 +01:00
Peter Simons
9e9cd7b529
Merge branch 'master' into stdenv-updates.
2013-01-04 21:00:53 +01:00
Cillian de Róiste
4ad3cc1c6d
Emacs Rope: update rope, ropemacs and add ropemode
2013-01-04 01:58:22 +01:00
Cillian de Róiste
e0248cdfdb
Pymacs (Emacs to Python interface): upgrade to 0.25
2013-01-03 23:03:02 +01:00