Commit Graph

845 Commits

Author SHA1 Message Date
lethalman
4e0653737c Merge pull request #3365 from geerds/virtualenvwrapper
Fix runtime dependencies for virtualenvwrapper
2014-07-25 00:20:10 +02:00
Jascha Geerds
6ab564cf64 Fix runtime dependencies for virtualenvwrapper 2014-07-24 23:24:56 +02:00
Bjørn Forsman
f6f2f38a6e jack: change package and attr names to 'jack1' and 'jack2'
Currently, we have a 'jack' package with attrname 'jack1d' and a
'jackdbus' package with attrname 'jackaudio'. Make it consistent 'jack1'
and 'jack2' in both package name and attrname.

This aligns the naming with what can be found on the JACK homepage.

Q: what's the difference between jack1 and jack2?
A: http://trac.jackaudio.org/wiki/Q_differenc_jack1_jack2
2014-07-23 20:22:14 +02:00
lethalman
6ca5313922 Merge pull request #3314 from geerds/virtualenvwrapper
Add virtualenvwrapper and its dependencies
2014-07-22 23:58:33 +02:00
Jascha Geerds
d3aba9b866 Patch shell scripts 2014-07-22 23:34:38 +02:00
aszlig
0da8390338
python-packages/nbxmpp: Fix wrong sha256.
Using the sha256 from v0.4 obviously won't work very well for v0.5.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-07-22 19:35:42 +02:00
aszlig
4fc46efac2
python-packages: Add nbxmpp version 0.5.
This is going to be a dependency of the upcoming Gojim version 0.16, so
let's package it so it's easy to run release canidate versions using
overrideDerivation without much cruft.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-07-22 19:25:54 +02:00
Sven Keidel
ee9ffde1cb added metainformation for gpodder and mygpoclient 2014-07-21 21:41:27 +02:00
Bjørn Forsman
f8778ed82c openopc: new package
"OPC (OLE for Process Control) toolkit designed for use with Python"

This package contains a python module (OpenOPC) and a command line
client (opc). The OpenOPC Gateway Service for Windows is also copied to
$out, for reference.

It only works with python2.7 (not python3.x), so I'm not adding it to
python-packages.nix.

Also add needed dependency, python-pyro3, a distributed object
middleware for Python (IPC/RPC).

http://openopc.sourceforge.net/
2014-07-21 18:43:33 +02:00
Sven Keidel
eeeed00950 added gpodder package 2014-07-20 21:14:00 +02:00
Jascha Geerds
00fb5ea150 Add virtualenvwrapper and its dependencies 2014-07-18 15:02:44 +02:00
Matej Cotman
1afb26fb17 e18: enlightenment desktop manager version 18 2014-07-17 23:00:38 +02:00
Oliver Charles
7c81a3609e pythonPackages.logster: New expression 2014-07-14 11:03:51 +01:00
Luca Bruno
07b24b31e4 tarsnapper: add sha256 to fix fetchgit assertion 2014-07-12 11:32:39 +02:00
Rickard Nilsson
6a2a8dc788 pythonPackages.pykka: Update from 1.1.0 to 1.2.0 2014-07-12 09:34:52 +02:00
aszlig
d5ac1cac27
python-packages: Add package 'httpretty', v0.8.3.
This contains a context diff because the change is really very small and
gabrielfalcao/HTTPretty#180 cannot be used because it bumps the version
number.

The reason I'm not using sed here is because I deliberately want the
postPatch phase to fail for the next upstream version, so the patch/fix
is dropped on our side ASAP.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-07-11 06:16:12 +02:00
aszlig
79d22ae015
python-packages: Add package 'sure', v1.2.7.
Unfortunately the upstream version that can be found on PyPI doesn't
include test cases, so we need to fetchgit and wait until tests will be
shipped with a future upstream release.

Reported at gabrielfalcao/sure#61.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-07-11 06:16:12 +02:00
Martin Lavoie
05f7391881 Typo in bitbucket-cli expression 2014-07-09 02:03:56 +02:00
Martin Lavoie
3df7911f35 Add bitbucket-cli to nixpkgs
Adding refnil as mainteners

Added alias in top-level
2014-07-09 01:15:49 +02:00
Domen Kožar
b40055d6ec pythonPackages.beets: 1.0.0 -> 1.3.6 2014-07-08 09:36:16 +02:00
Andreas Herrmann
01e2ed000b numexpr: Define license 2014-07-05 21:41:04 +02:00
Florian Friesdorf
48817c8d97 python pip-1.5.6 2014-07-02 22:57:04 +02:00
Florian Friesdorf
3fafbed076 python plumbum-1.4.2 2014-07-02 22:56:54 +02:00
Florian Friesdorf
1f5d61ca5b python click-2.1 2014-07-02 22:56:54 +02:00
宋文武
bc53465f76 add python-discid, a binding of libdiscid by MusicBrainz 2014-07-01 08:59:51 +08:00
Michael Raskin
b403893aa2 Merge pull request #2778 from edwtjo/radicale
Adding Radicale package and service
2014-06-30 10:11:23 +04:00
Florian Friesdorf
ba654b9368 Merge pull request #3056 from aherrmann/pr_tables
Python module tables
2014-06-23 22:58:04 +02:00
Florian Friesdorf
622ef52b34 python: zc.recipe.egg for buildout171 and 2 2014-06-23 16:59:02 +02:00
Andreas Herrmann
5a32b6b4ef pandas: Update to 0.14.0 2014-06-22 20:05:21 +02:00
Andreas Herrmann
52762ed416 tables: add new package, version 3.1.1
From the project page [1]:
> PyTables is a package for managing hierarchical datasets and designed to
> efficiently and easily cope with extremely large amounts of data.

It offers read/write access to hdf5 archives through a hierarchical interface.

I am adding it, because pandas depends on tables for hdf5 read/write
functionality.

Note: The name is a bit of an issue. The project is called pytables, whereas
the python module is simply called tables. I chose to name the nix-expression
tables for consistency with the source-tarball and the module name.

[1]: http://www.pytables.org/moin
2014-06-22 20:05:21 +02:00
Andreas Herrmann
9ae6cc5967 numexpr: new package, version 2.4
Description from the numexpr project page [1]:
> Numexpr is a fast numerical expression evaluator for NumPy. With it,
> expressions that operate on arrays (like "3*a+4*b") are accelerated and use
> less memory than doing the same calculation in Python.

I am adding it, because it is a dependency of the pytables package.

[1]: https://github.com/pydata/numexpr
2014-06-22 20:05:20 +02:00
Austin Seipp
2b9fed52fd pyrax: 1.7.4 -> 1.8.2
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-06-22 02:48:14 -05:00
John Wiegley
e07c7e773c python2.7-gyp: No longer use no-xcode.patch on Darwin 2014-06-21 23:53:49 -07:00
Florian Friesdorf
333b6bdfee python nose-1.3.3 2014-06-20 20:43:24 +02:00
aszlig
1580688490
gyp: Update to new upstream revision 1944.
This is mainly needed in order to build the new Chromium version 37.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-06-19 01:51:33 +02:00
Bjørn Forsman
dcfdab62c9 pyrtlsdr: new package
pyrtlsdr is a python wrapper for librtlsdr (a driver for Realtek
RTL2832U based SDR's).
2014-06-14 14:15:32 +02:00
Bjørn Forsman
0e9741df81 libvirt-python: update to to 1.2.5 (must be kept in sync with libvirt!)
libvirt was recently updated to 1.2.5, breaking libvirt-python. This
unbreaks it.
2014-06-13 00:07:02 +02:00
Michael Raskin
acb0c21bc8 Update netlib 2014-06-11 10:05:57 +04:00
Michael Raskin
e0bdf466ef Update MITMProxy 2014-06-11 10:01:15 +04:00
Florian Friesdorf
bd7f3fbf0f python-ldap-2.4.15 2014-06-10 14:59:04 +02:00
Vladimír Čunát
97006eb5ed Merge #2638: fix weechat build on darwin
Conflicts (trivial):
	pkgs/development/python-modules/pycrypto/default.nix
2014-06-09 19:37:06 +02:00
Jussi Maki
393923a869 graphite-web: Fix webapp content path 2014-06-07 16:47:00 +02:00
Mateusz Kowalczyk
10b9ce53a3 livestreamer: 1.8.0 -> 1.8.2; fix up dependencies 2014-06-06 03:44:28 +02:00
Bjørn Forsman
b8af23e4b7 python-pygments: update 1.5 -> 1.6
Bug fixes, some new features and lots of new lexers.

Full changelog:
http://pygments.org/docs/changelog/#version-1-6
2014-06-05 17:48:08 +02:00
Austin Seipp
80aab7c542 Merge pull request #2796 from pschuprikov/udiskie
udiskie: 0.8.0
2014-06-03 20:31:59 -05:00
Evgeny Egorochkin
9e55902bdf pythonPackages.libcloud: update to 0.14.1 2014-06-03 02:12:07 +03:00
Rok Garbas
8b9a7c36d1 pythonPackages: updated bunch of packages
- afew -> rev9744c18c4d6b0a3e7f57b01e5fe145a60fc82a47
- alot -> revfa4ddf000dc2ac4933852b210901b649634a5f86
- httplib2 -> 0.9
- jedi-0.8.0 -> final0
- pep8 -> 1.5.7
- pyflakes -> 0.8.1
- subprocess32 -> 3.2.6
- turses -> 0.2.22
- tweepy -> 2.3.0
- urwid -> 1.2.1
2014-06-01 14:42:07 +01:00
Lluís Batlle i Rossell
2f0ecbd220 Adding moinmoin 2014-05-31 20:24:34 +02:00
Pavel Chuprikov
ca092d7b01 udiskie: add version 0.8.0. 2014-05-30 20:36:59 +04:00
Matej Cotman
fabdb68055 almir: add psycopg2 dependency 2014-05-29 12:23:02 +02:00