Commit graph

632 commits

Author SHA1 Message Date
Bjørn Forsman d4b3a7d685 robotframework-ride: new package
Robot Framework RIDE is a light-weight and intuitive editor for Robot
Framework test case files. (It's more like an IDE.)
2013-11-16 00:36:45 +01:00
Bjørn Forsman fe547ab100 python-robotframework: new package
Robot Framework is a generic test automation framework for acceptance
testing and acceptance test-driven development (ATDD).

http://robotframework.org/
2013-11-15 22:01:23 +01:00
Jason "Don" O'Conal f1a537bee6 pythonPackages.mpmath: add expression 2013-11-09 17:59:53 +01:00
Jaka Hudoklin aa0f21e621 pythonPackages: Add ipaddr, Google's IP address manipulation library 2013-11-06 07:51:09 +01:00
Rok Garbas 61e0337a5c afew: forgot to add --replace 2013-11-03 18:58:27 +01:00
Rok Garbas b15bbdfa17 pythonPackage: afew and alot update to latest
added subprocess32 package as new dependency of afew
2013-11-02 04:09:27 +01:00
Domen Kožar 58f520601c pythonPackages.substanced: correct sha256 2013-10-30 18:15:08 +01:00
Jason \"Don\" O'Conal a590790656 pythonPackages.faker, pythonPackages.fake_factory: add expressions
close #1125
2013-10-30 14:17:42 +02:00
Domen Kožar c3f43f3dce Merge pull request #1142 from lovek323/sympy
pythonPackages.sympy: add expression
2013-10-30 03:43:35 -07:00
Domen Kožar 3ad84542bf pythonPackages.substanced: specify sha256 2013-10-29 09:35:25 +01:00
Jason "Don" O'Conal d9b4fe9e5d pythonPackages.sympy: add expression 2013-10-28 21:10:19 +00:00
aszlig aa018de67d
python-pywebkitgtk: New package, version 1.1.8.
This is needed as a build dependency for miro.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-10-28 20:48:50 +01:00
aszlig 877614ce99
python-paramiko: Fix maintainerS attribute name.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-10-28 20:48:49 +01:00
aszlig 1d6b939676
python-ecdsa: Update to new version 0.10.
This is only a very minor update:

 * Make the secp256k1 available in __init__.py too.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-10-23 21:16:38 +02:00
Michael Raskin ebdec6418d Reflect addition of curses_panel python module 2013-10-18 12:54:49 +04:00
Michael Raskin fb2cb7bc0f Adding Glances system monitoring tool 2013-10-18 11:11:47 +04:00
Eelco Dolstra 29b99ed9fa Revert "pythonPackage.psycopg2: fix"
This reverts commit 762164c8a7 since it
breaks Nixpkgs evaluation: http://hydra.nixos.org/build/6471883
2013-10-11 10:44:18 +02:00
Rok Garbas 762164c8a7 pythonPackage.psycopg2: fix 2013-10-10 15:18:50 +02:00
Eelco Dolstra 2147a07938 Fix a bunch of Hydra evaluation errors 2013-10-07 17:36:47 +02:00
aszlig 39707b3224
python-hetzner: Update to new version 0.6.0.
This introduces the following changes:

 - Remove scraping of the Robot web interface for getting the server ID.
 - Display server number whenever appropriate.
 - Remove duplicate definition of exceptions.
 - Gracefully return if there are no subnets available.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-10-02 15:06:43 +02:00
aszlig 7cac5a29e0
Revert "python-paramiko: Add patch for ECDSA ..."
This reverts commit 58fdf34296, because it
wasn't actually very fitting for nixpkgs in general, so let's wait for
the upcoming upstream release to address this.

Details can be found at:

https://github.com/NixOS/nixpkgs/commit/58fdf34#commitcomment-4231461

Thanks to @iElectric for the notice.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-10-02 14:01:01 +02:00
aszlig efbf029c8b
python-paramiko: Add myself to maintainers.
And as promised, I'm going to keep an eye (or even two) on this :-)

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-10-02 12:09:19 +02:00
aszlig 4e38df5c3c
python-paramiko: Update and clean up meta.
The upstream package has a new maintainer (Jeff Forcier) and thus the
main homepage for the project is the GitHub page.

Also the long description contains quite a lot of unrelevant
information, so I've used the one from PyPI, which is a lot smaller and
just contains what the library supports and does.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-10-02 12:09:19 +02:00
aszlig 58fdf34296
python-paramiko: Add patch for ECDSA private keys.
This patch should be backwards-incompatible and is also submitted
upstream as paramiko/paramiko#218.

The main reason for this patch is that we need it for NixOS/nixops#124
in order to cope with NixOS/nixops@a2718b6, which makes ECDSA private
key the default for new deployments.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-10-02 12:09:19 +02:00
aszlig a5f8f6ace7
python-paramiko: Update to new version 1.12.0.
A small summary of the changes:

 - Add tentative support for ECDSA keys.
 - Add server-side support for the SSH protocol's 'env' command.

The full change log can be found at:

https://github.com/aszlig/paramiko/blob/master/NEWS

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-10-02 12:09:18 +02:00
aszlig 9ab2515314
python-packages: Add package for ecdsa library.
This is needed for the latest Paramiko release, which includes support
for ECDSA keys using this library.

I'm using ECDSA in the description itself, because the name also
reflects the functionality and "cryptographic signature library" would
sound odd in this case.

Also, I'm adding myself to maintainers, because I'm going to take over
maintenance for Paramiko as well.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-10-02 12:09:18 +02:00
aszlig eed74f05c7
python-gyp: Update to SVN revision 1738.
This fixes a few issues with symlinks and also needs to be up to date
because we're going to use it for building Chromium instead of the
bundled GYP that comes with Chromium.

Also, the package was missing a license and in the current revision, we
also have test cases, so let's enable them.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-09-27 15:23:31 +02:00
Domen Kožar 9f7a56dcb6 Merge pull request #1014 from coroa/scipy
Updating scipy and friends to add the new package qutip
2013-09-26 12:09:20 -07:00
Jonas Hoersch 289359d499 python-qutip: Add qutip - the quantum toolbox in python 2013-09-26 13:24:46 +02:00
Domen Kožar c736f70a87 Merge pull request #994 from offlinehacker/euganke_dependencies
Add a few python packages
2013-09-24 23:49:14 -07:00
Jaka Hudoklin 552bac195a pythonPackages: add ColanderAlchemy, generator for colander schemas from sqlalchemy models 2013-09-25 00:54:07 +02:00
Jaka Hudoklin 675f293a81 pythonPackages: add sphinx_pypi_upload 2013-09-25 00:54:05 +02:00
Jaka Hudoklin 9aa2a16518 pythonPackages: add sphinxcontrib_http 2013-09-25 00:54:04 +02:00
Jaka Hudoklin 8cdf3172bc pythonPackages: add statd, client for Etsy's node-js statsd server 2013-09-25 00:54:03 +02:00
Jaka Hudoklin 3d3c8c12dd pythonPackages: add htmllaundry, simple HTML cleanup utilities 2013-09-25 00:54:01 +02:00
Jaka Hudoklin 7c01f89355 pythonPackages: add pyramid_multiauth, stacked authentication policies for pyramid 2013-09-25 00:54:00 +02:00
Jaka Hudoklin e89dc9d2f0 pythonPackages: add sqlalchemy_imageattach, SQLAlchemy extension for attaching images to entity objects 2013-09-25 00:53:59 +02:00
Jaka Hudoklin 7e7961028b pythonPackages.sqlalchemy: add sqlalchemy 0.8.2 2013-09-25 00:53:57 +02:00
Jaka Hudoklin cf6ff3a8a3 pythonPackages: add wand, ctypes-based simple MagickWand API binding for Python 2013-09-25 00:53:46 +02:00
Jaka Hudoklin eefb56ffbf pythonPackages.psutil: update to 1.0.1 2013-09-25 00:52:23 +02:00
Jaka Hudoklin c8379fb7c0 pythonPackages: add memory_profiler, a module for monitoring memory usage of a python program 2013-09-25 00:51:28 +02:00
Jaka Hudoklin b20bf7982e pythonPackages: add pytest_xdist, plugin for distributed testing and loop-on-failing modes 2013-09-25 00:51:13 +02:00
Domen Kožar 472ba4bc06 Merge pull request #1008 from lovek323/pytest
pytest: fix broken config check
2013-09-24 15:22:51 -07:00
Jason "Don" O'Conal fbc70d158b pytest: fix broken config check 2013-09-25 08:14:48 +10:00
Jaka Hudoklin e830be665b pythonPackages: add execnet, rapid multi-Python deployment 2013-09-25 00:00:22 +02:00
Jonas Hoersch d20ba1c861 python-scipy: update to version 0.12.0 2013-09-24 22:55:49 +02:00
Domen Kožar e8645104ac Merge pull request #1007 from offlinehacker/pythonPackages/fixes
Python packages/fixes
2013-09-24 13:31:30 -07:00
Jaka Hudoklin 9b55a4ebe1 pythonPackages: add alembic, database migration tool for SQLAlchemy 2013-09-24 22:10:19 +02:00
Jaka Hudoklin 514eb7dd59 pythonPackages.pycurl2: fix with disabling tests 2013-09-24 21:44:56 +02:00
Jaka Hudoklin 9878890a72 pythonPackages.pudb: fix with update 2013-09-24 21:44:41 +02:00