summary refs log tree commit diff
path: root/pkgs/top-level/python-packages.nix
Commit message (Collapse)AuthorAge
* Reflect addition of curses_panel python moduleMichael Raskin2013-10-18
|
* Adding Glances system monitoring toolMichael Raskin2013-10-18
|
* Revert "pythonPackage.psycopg2: fix"Eelco Dolstra2013-10-11
| | | | | This reverts commit 762164c8a73864d6989f50fd87fb24aec9f9ff90 since it breaks Nixpkgs evaluation: http://hydra.nixos.org/build/6471883
* pythonPackage.psycopg2: fixRok Garbas2013-10-10
|
* Fix a bunch of Hydra evaluation errorsEelco Dolstra2013-10-07
|
* python-hetzner: Update to new version 0.6.0.aszlig2013-10-02
| | | | | | | | | | | 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>
* Revert "python-paramiko: Add patch for ECDSA ..."aszlig2013-10-02
| | | | | | | | | | | | | | This reverts commit 58fdf3429640d2447501fff15a7da9103fb8653a, 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>
* python-paramiko: Add myself to maintainers.aszlig2013-10-02
| | | | | | And as promised, I'm going to keep an eye (or even two) on this :-) Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* python-paramiko: Update and clean up meta.aszlig2013-10-02
| | | | | | | | | | | 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>
* python-paramiko: Add patch for ECDSA private keys.aszlig2013-10-02
| | | | | | | | | | | 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>
* python-paramiko: Update to new version 1.12.0.aszlig2013-10-02
| | | | | | | | | | | | | 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>
* python-packages: Add package for ecdsa library.aszlig2013-10-02
| | | | | | | | | | | | | | 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>
* python-gyp: Update to SVN revision 1738.aszlig2013-09-27
| | | | | | | | | | | 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>
* Merge pull request #1014 from coroa/scipyDomen Kožar2013-09-26
|\ | | | | Updating scipy and friends to add the new package qutip
| * python-qutip: Add qutip - the quantum toolbox in pythonJonas Hoersch2013-09-26
| |
| * python-scipy: update to version 0.12.0Jonas Hoersch2013-09-24
| |
| * python-pandas: update to 0.12.0Jonas Hoersch2013-09-17
| |
* | Merge pull request #994 from offlinehacker/euganke_dependenciesDomen Kožar2013-09-24
|\ \ | | | | | | Add a few python packages
| * | pythonPackages: add ColanderAlchemy, generator for colander schemas from ↵Jaka Hudoklin2013-09-25
| | | | | | | | | | | | sqlalchemy models
| * | pythonPackages: add sphinx_pypi_uploadJaka Hudoklin2013-09-25
| | |
| * | pythonPackages: add sphinxcontrib_httpJaka Hudoklin2013-09-25
| | |
| * | pythonPackages: add statd, client for Etsy's node-js statsd serverJaka Hudoklin2013-09-25
| | |
| * | pythonPackages: add htmllaundry, simple HTML cleanup utilitiesJaka Hudoklin2013-09-25
| | |
| * | pythonPackages: add pyramid_multiauth, stacked authentication policies for ↵Jaka Hudoklin2013-09-25
| | | | | | | | | | | | pyramid
| * | pythonPackages: add sqlalchemy_imageattach, SQLAlchemy extension for ↵Jaka Hudoklin2013-09-25
| | | | | | | | | | | | attaching images to entity objects
| * | pythonPackages.sqlalchemy: add sqlalchemy 0.8.2Jaka Hudoklin2013-09-25
| | |
| * | pythonPackages: add wand, ctypes-based simple MagickWand API binding for PythonJaka Hudoklin2013-09-25
| | |
| * | pythonPackages.psutil: update to 1.0.1Jaka Hudoklin2013-09-25
| | |
| * | pythonPackages: add memory_profiler, a module for monitoring memory usage of ↵Jaka Hudoklin2013-09-25
| | | | | | | | | | | | a python program
| * | pythonPackages: add pytest_xdist, plugin for distributed testing and ↵Jaka Hudoklin2013-09-25
| | | | | | | | | | | | loop-on-failing modes
| * | pythonPackages: add execnet, rapid multi-Python deploymentJaka Hudoklin2013-09-25
| | |
| * | pythonPackages: add alembic, database migration tool for SQLAlchemyJaka Hudoklin2013-09-24
| | |
* | | Merge pull request #1008 from lovek323/pytestDomen Kožar2013-09-24
|\ \ \ | | | | | | | | pytest: fix broken config check
| * | | pytest: fix broken config checkJason "Don" O'Conal2013-09-25
| |/ /
* | | Merge pull request #1007 from offlinehacker/pythonPackages/fixesDomen Kožar2013-09-24
|\ \ \ | |/ / |/| | Python packages/fixes
| * | pythonPackages.pycurl2: fix with disabling testsJaka Hudoklin2013-09-24
| | |
| * | pythonPackages.pudb: fix with updateJaka Hudoklin2013-09-24
| | |
* | | pytest: add selenium option, fix selenium build on darwinJason "Don" O'Conal2013-09-24
| | |
* | | pytest: fix missing py dependencyJason "Don" O'Conal2013-09-24
| | |
* | | Merge pull request #999 from bjornfor/asciidoc-filtersPeter Simons2013-09-23
|\ \ \ | | | | | | | | Add support for additional Asciidoc filters
| * | | aafigure: new packageBjørn Forsman2013-09-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | aafigure is an ASCII art to image converter. Manual and example document: http://launchpad.net/aafigure/trunk/0.5/+download/aafigure.pdf
| * | | nwdiag: new packageBjørn Forsman2013-09-22
| | | | | | | | | | | | | | | | | | | | Nwdiag generates network-diagram image from spec-text file (similar to Graphviz).
| * | | actdiag: new packageBjørn Forsman2013-09-22
| | | | | | | | | | | | | | | | | | | | Actdiag generates activity-diagram image from spec-text file (similar to Graphviz).
| * | | seqdiag: new packageBjørn Forsman2013-09-22
| | | | | | | | | | | | | | | | | | | | Seqdiag generates sequence-diagram image from spec-text file (similar to Graphviz).
| * | | blockdiag: new packageBjørn Forsman2013-09-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Blockdiag generates block-diagram image from spec-text file (similar to Graphviz). Also add its needed dependencies, funcparserlib and webcolors.
* | | | pypi2nix: updatedRok Garbas2013-09-23
|/ / /
* | | python-nose: trivial change to rebuildDomen Kožar2013-09-22
| | |
* | | python-selenium: 2.25.0 -> 2.35.0Domen Kožar2013-09-18
| | |
* | | gtimelog: New expressionOliver Charles2013-09-18
| | |
* | | add sigal, gallery static generatorDomen Kožar2013-09-17
| | |