Commit Graph

503 Commits

Author SHA1 Message Date
Domen Kozar
082ea14148 virtualenv: upgrade to 1.10 2013-07-27 01:02:57 +02:00
Florian Friesdorf
8e3fa9f56a waitress test fail for me 2013-07-26 20:37:02 +02:00
kikic
b9d933ba24 Added nose-cprof for profiling 2013-07-26 20:32:33 +02:00
Domen Kozar
f6a60d6640 calibre: upgrade to 0.9.11 (fixes #777) 2013-07-26 13:18:08 +02:00
aszlig
1d0e666eed
python-hetzner: Update to new version 0.5.0.
This introduces the following changes:

 - New subcommand "show" for hetznerctl which shows additional
   information about one or more servers.
 - Allow to get subnets of a specific server through the "subnets"
   attribute.
 - Allow te get IP addresses of a specific server through the "ips"
   attribute.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-07-26 06:18:04 +02:00
Florian Friesdorf
4c4f1ca3a5 python-plumbum-1.2.0 2013-07-25 12:42:36 +02:00
Florian Friesdorf
b800c5d1f9 python-genzshcomp-0.5.1 2013-07-24 10:01:26 +02:00
Peter Simons
ea3906c0f3 pylint: install emacs lisp files 2013-07-23 14:15:30 +02:00
Peter Simons
05ec96b00e python-packages: cosmetic to fix syntax highlighting and trailing whitespace 2013-07-23 14:15:30 +02:00
Domen Kožar
60c82048e0 Merge pull request #753 from lovek323/numpy
numpy: fix build on darwin
2013-07-19 12:08:33 -07:00
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