Commit Graph

833 Commits

Author SHA1 Message Date
Rickard Nilsson
a3bf4df6e4 libvirt-python: Update from 1.2.0 to 1.2.2 2014-03-12 08:33:43 +01:00
Ricardo M. Correia
691b499a66 pythonPackages.glances: 1.7.1 -> 1.7.4 2014-03-11 03:11:14 +01:00
Domen Kozar
0b66e7f5be pythonPackages.nose: 1.3.0 -> 1.3.1 2014-03-10 23:35:20 +01:00
Domen Kožar
498c1e25fb Merge pull request #1907 from offlinehacker/pkgs/pythonPackages/improvements
Python improvements
2014-03-10 12:06:26 +01:00
Jaka Hudoklin
a33891973a pythonPackages: syntax improvements
- import pkgs.lib by default, there's no reason why not
- Define `isPy*` helper functions for all python versions
- Define `pythonName` that returns unique python name based on `isPy*`
  helpers
- Fix `python2.7` version detection
- Fix pythonPackages importing(with) for `python2.7` only packages
2014-03-10 11:30:05 +01:00
Domen Kozar
086afe9161 pythonPackages.nose: remove also pyc file 2014-03-10 08:59:00 +01:00
Domen Kozar
807fbbe8ba pythonPackages.sqlalchemy9: add 2014-03-09 14:19:39 +01:00
Jaka Hudoklin
f0f2125620 pythonPackages: auto add unzip to buildInputs if pkg has zip suffix 2014-03-08 23:29:15 +01:00
Domen Kozar
649e7d6fdb python wrap.sh: wrap pypy and python shebangs 2014-03-07 16:50:46 +01:00
Domen Kozar
fedd018d93 fix pypy and pypyPackages 2014-03-07 14:34:06 +01:00
Shea Levy
48d2b92912 Merge branch 'pew' of git://github.com/berdario/nixpkgs
Added Pew (and misc. related changes)

Conflicts:
	pkgs/top-level/python-packages.nix
2014-03-07 04:33:37 -05:00
Dario Bertini
e62bf9119c
Changed virtualenv-clone to use the version from pypi (the author will keep updating it, so I don't need my fork on github anymore)
Tried to made the tests run with tox: updating tox (and the dependencies: virtualenv and py) let the installation finish, but its tests still fail
2014-03-06 10:58:52 +01:00
Sander van der Burg
cfc2aabc84 requests2: Add new package 2014-03-05 10:54:25 +01:00
Domen Kožar
bca6feea00 Merge pull request #1872 from wkennington/cache.python
Add python paypalrestsdk and sorl_thumbnail
2014-03-03 19:32:30 +01:00
William A. Kennington III
347681ef74 sorl: Describe test failures 2014-03-03 12:30:58 -06:00
William A. Kennington III
ea5d87fedf sorl_thumbnail: Add package 2014-03-03 10:36:49 -06:00
William A. Kennington III
f0125f019e paypalrestsdk: Add package 2014-03-03 10:34:33 -06:00
Domen Kožar
6c12e8d2bd pythonPackages.mrbob: 0.1a9 -> 0.1.1 2014-03-03 14:58:34 +01:00
Dario Bertini
38d69b08fe
Added pew and virtualenv-clone 2014-03-03 14:06:12 +01:00
Domen Kožar
9f67bfe7d2 pythonPackages.pytz: 2012c -> 2013.9, fix Babel 2014-02-28 16:11:53 +01:00
Domen Kožar
9019998576 refactor cython into pythonPackages, fixes #1803 2014-02-27 16:37:35 +01:00
Peter Simons
2955a48107 python-packages.nix: strip trailing whitespace 2014-02-24 22:04:40 +01:00
Peter Simons
199afbe062 python-logilab-common: update to version 0.61.0 2014-02-24 22:04:40 +01:00
Peter Simons
ddbeda0142 python-logilab-astng: update to version 0.24.3 2014-02-24 22:04:40 +01:00
Domen Kožar
72d3ce1431 pythonPackages.eggdeps: disable tests, they've been failing for ages and author is not responding 2014-02-22 18:29:16 +01:00
Matej Cotman
e07c7d233b add matejc as maintainer 2014-02-22 18:11:18 +01:00
Matej Cotman
e310dd1774 searx: new package 2014-02-22 18:11:18 +01:00
Domen Kožar
269955a521 pythonPackages.psycopg2: 2.5.1 -> 2.5.2 2014-02-21 23:46:56 +01:00
Domen Kožar
40b8b3206e fix remaining broken python packages due to refactoring 2014-02-21 23:27:06 +01:00
Domen Kožar
f1db57f1fe buildPythonPackage: fix more borken packages 2014-02-21 18:29:57 +01:00
Domen Kožar
c72d59881f remove unneeded pytest test skip 2014-02-20 01:19:16 +01:00
Domen Kožar
fae6079a01 adopt rest of the packages that were failing with the buildPythonPackage changes 2014-02-20 01:19:15 +01:00
Domen Kožar
bf5d6fb9b1 Refactor buildPythonPackage to modularize building process.
Before we used `easy_install` command to handle installation
in one shot, now this is split into two phases:

 - buildPhase: python setup.py build
 - installPhase: python setup.py install

Each of those commands have the ability to pass extra
parameters through buildPythonPackage parameters as
`setupPyInstallFlags` and `setupPyBuildFlags`.

Phases now correctly execute post/pre hooks.

In configurePhase we inject setuptools dependency before distutils
is imported to apply monkeypatching by setuptools that is needed
for special features to apply.

We don't have to reorder default phases anymore, as test
phase comes after build and that works.

I rewrote offineDistutils into distutils-cfg with a bit cleaner
syntax and ability to specify extraCfg to the config file.

Plone packages are failing and garbas said he will adopt them to
the new functions. The rest of the packages I fixed and these commits
shouldn't break any package (according to my testings) and they introduce
16 new jobs and fix 38 that were broken before.
2014-02-20 01:19:15 +01:00
Domen Kožar
e9923c6499 pythonPackages: update a bunch of them 2014-02-20 01:19:15 +01:00
Domen Kožar
6cbc1d554f remove unused setuptools/site.nix 2014-02-20 01:19:14 +01:00
Jaka Hudoklin
5caaa5e0ba pythonPackages: fix and upate graphite, carbon and whisper
Twisted needed downgrade for carbon to start
2014-02-19 16:42:12 +01:00
Evgeny Egorochkin
cf3d2e0a17 add repositories.git to several packages 2014-02-14 09:34:30 +02:00
Bjørn Forsman
d4ebb62481 python-robotframework-selenium2library: bump 1.4.0 -> 1.5.0 2014-02-13 22:47:28 +01:00
Bjørn Forsman
bf57fb7386 python-robotframework-ride: bump 1.2.2 -> 1.2.3
Remove the now unneeded postPatch phase; the fix has been integrated
into the upstream release.
2014-02-13 22:47:28 +01:00
Bjørn Forsman
b705e0d156 python-robotframework: bump 2.8.1 -> 2.8.4
Source URL is changing from googlecode to pypi; new releases are no
longer available on googlecode.
2014-02-13 22:47:28 +01:00
Shea Levy
51d35d5028 Update pythonPackages.botocore 2014-02-12 09:35:08 -05:00
Shea Levy
9332d9ed5c Update pythonPackages.jmespath 2014-02-12 09:35:08 -05:00
Shea Levy
6a4e30d8d1 Add rsa pythonPackage 2014-02-12 09:35:08 -05:00
Shea Levy
ffc3091811 Add bcdoc pythonPackage 2014-02-12 09:35:08 -05:00
Petr Rockai
63478d9590 Add fedpkg, koji &c. + their python dependencies. 2014-02-08 14:37:53 +01:00
Petr Rockai
140e06f9aa osc: Add an OBS (open build system) CLI client. 2014-02-08 14:36:51 +01:00
Austin Seipp
1920d6854a Add pythonPackages.pysphere 0.1.8
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-02-04 22:13:59 -06:00
Bjørn Forsman
071e26e5e8 python-dpkt: new package
dpkt is a fast, simple packet creation / parsing module, with
definitions for the basic TCP/IP protocols.
2014-02-01 16:29:30 +01:00
aszlig
a2a44f92ae
paramiko: Update to new upstream version 1.12.1.
This release contains only minor fixes, which are:

 * Fix AttributeError bugs in known_hosts file (re)loading.
 * Note ecdsa requirement in README.

Full changelog with credits and issue IDs can be found at:

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

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-01-29 13:23:30 +01:00
Cillian de Róiste
197de444df ipython: disable support for qtconsole, pylabQt and pylab on Darwin
Qt and CUPS are not supported on Darwin and are dependencies.

Note: this makes ipython the same as ipythonLight on Darwin, but
ipython is used as an input for other packages (ipdb and ipdplugin)
and it is reasonable to assume that users on other platforms may
choose ipythonLight.
2014-01-28 12:13:41 +01:00
Oliver Charles
8ab1160079 pythonPackages.tarsnapper: New expression 2014-01-25 10:30:35 +00:00
Domen Kožar
f2d6166781 python-libarchive: 3.0.4-5 -> 3.1.2-1 2014-01-24 14:33:41 +01:00
Domen Kožar
c1811d0304 Add pythonPackages.pyramid_chameleon and disable tests for zope_testrunner 2014-01-22 18:19:07 +01:00
Domen Kožar
15006a1788 mailpile: add spambayes dependency to spam/ham emails 2014-01-22 08:06:18 +01:00
Shea Levy
ca116f76f9 Unmaintain a bunch of packages
Trying to take maintainership more seriously...

Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-21 22:34:41 -05:00
Ricardo M. Correia
aed957bae7 virt-manager: Fix error: 'ImportError: No module named libvirt'
The problem was that libvirt 1.2.0 no longer includes the python bindings; it is
a separate package now.
2014-01-11 22:01:52 +01:00
Song Wenwu
501008ad6f pyqt4: update to 4.10.3 and add python3 support
also add python3 support for dbus-python
2014-01-11 20:07:29 +01:00
Song Wenwu
98d2f7ea45 sip: update to 4.15.4 and add python3 support 2014-01-11 20:07:28 +01:00
William A. Kennington III
c916c9bc2a pysqlite: Upgrade from 2.5.5 -> 2.6.3 2014-01-10 18:48:47 -06:00
William A. Kennington III
f9c97afff8 zfec: Upgrade from 1.4.7 -> 1.4.24 2014-01-10 17:28:35 -06:00
William A. Kennington III
6b8aaab78a twisted: Upgrade from 10.2.0 -> 13.2.0 2014-01-10 17:28:35 -06:00
William A. Kennington III
888c0116de pycryptopp: Upgrade from 0.5.29 ->
0.6.0.1206569328141510525648634803928199668821045408958
2014-01-10 17:28:35 -06:00
William A. Kennington III
4fa90144af darcsver: Upgrade from 1.7.2 -> 1.7.4 2014-01-10 17:28:35 -06:00
Evgeny Egorochkin
fd0b94dd6a Remove "v" prefix from package versions to make them machine-readable 2014-01-10 10:16:41 +02:00
Domen Kožar
ddda0dfc60 pythonPackages.nose: skip failing test 2014-01-02 23:38:27 +01:00
Domen Kožar
9737d898f3 Merge pull request #1416 from wkennington/matplot
Update matplotlib to use buildPythonPackage
2014-01-02 12:09:04 -08:00
William A. Kennington III
1c14b519ac pythonPackages.matplotlib: Update to use buildPythonPackage
Matplotlib is currently using hacked together build / install phases
which mimick this functionality of buildPythonPackage. This patch
changes the expression to remove the duplicated build scripting.
2013-12-30 02:42:12 -06:00
Domen Kožar
5e641b3ffc pythonPackages.py: 1.4.13 -> 1.4.19 2013-12-29 20:04:26 +01:00
Domen Kožar
8a920ad306 pyramid_jinja: 1.6 -> 1.9 2013-12-29 19:57:34 +01:00
Domen Kožar
43ede75535 python3Packages: update some to fix py3k support 2013-12-29 19:52:26 +01:00
Domen Kožar
e860eef8f3 pythonPackages.webtest: typo 2013-12-29 14:26:25 +01:00
Domen Kožar
8f14618e45 pythonPackages.webob: 2.0.3 -> 2.0.11 2013-12-29 14:22:40 +01:00
Domen Kožar
4cc859c6be pythonPackages.unittest2: use correct name under py3k 2013-12-29 13:21:47 +01:00
Domen Kožar
bffd5c23b2 pythonPackages.nose-selecttests: fix url 2013-12-29 13:06:42 +01:00
Domen Kožar
8993655f4c pythonPackages: add pyramid_debugtoolbar, robotframework_selenium2library, robotsuite and nose-selecttests 2013-12-29 10:09:30 +01:00
Domen Kožar
86ecd31111 Python: get rid of distribute
Distribute is deprecated in favor of setuptools (again), please
see http://pythonhosted.org/setuptools/merge-faq.html
2013-12-28 21:15:49 +01:00
Domen Kožar
dcbf69915d matplotlib: get rid of distribute 2013-12-28 21:04:51 +01:00
William A. Kennington III
c00b1ba8f3 Update matplotlib from 1.2.1 -> 1.3.1
Additionally, fix the build and install phases so that they build under
python3
2013-12-28 21:04:50 +01:00
William A. Kennington III
7f4f6bdbfb Update tornado from 2.4 -> 3.1.1 2013-12-28 21:04:50 +01:00
William A. Kennington III
e5c6fb8fa1 Update pyparsing from 1.5.6 -> 2.0.1 2013-12-28 21:04:50 +01:00
William A. Kennington III
587d03ec4e Update python-dateutil from 2.1 -> 2.2 2013-12-28 21:04:50 +01:00
William A. Kennington III
f5374c123c Add targetcli-fb as well as necessary dependencies 2013-12-26 10:58:15 +01:00
Nixpkgs Monitor
d6a95753d5 python33Packages.pygit2: update from 0.18.1 to 0.20.0 2013-12-21 10:51:52 +02:00
Nixpkgs Monitor
d8f62e85e5 python27Packages.pysvn: update from 1.7.6 to 1.7.8 2013-12-21 02:28:26 +02:00
Domen Kožar
bcf507f3c2 pythonPackages.webob: 1.2.3 -> 1.3.1 2013-12-18 22:30:38 +01:00
Rickard Nilsson
b913699f2a obnam: Update to 1.6 2013-12-18 16:21:47 +01:00
Bjørn Forsman
8d52c9066e python-pycollada: set meta.platforms to only linux, darwin
It doesn't build on the BSDs (or actually, it's dependencies).
2013-12-14 14:23:41 +01:00
Bjørn Forsman
a23acb830a python-pycollada: new package
pycollada is a python library for reading and writing collada documents.

collada is an open file format (XML based) for 3D applications. Filename
extension is .dae (digital asset exchange).
2013-12-14 13:00:46 +01:00
Nixpkgs Monitor
cfc84230eb python33Packages.manuel: update from 1.6.0 to 1.6.1 2013-12-13 23:31:52 +02:00
Evgeny Egorochkin
c53d8c81f5 pycrypto: remove version 2.5 since it's vulnerable to CVE-2012-2417, CVE-2013-1445 2013-12-13 11:13:23 +02:00
Rok Garbas
95b104dec9 update brach of outdated python packages
tnx to https://vdmvtkitqc3grub6.onion.to/outdated?m=Rok+Garbas report

pythonPackage.colander -> 1.0b1
pythonPackage.deform -> 0.9.9
pythonPackage.pyramid -> 1.4.5
pythonPackage.pyramid_exclog -> 0.7
pythonPackage.repoze_lru -> 0.6
pythonPackage.zope_deprecation -> 3.5.1
pythonPackage.flake8 -> 2.1.0
pythonPackage.jedi -> 0.7.0
pythonPackage.turses -> 0.2.19
pythonPackage.tweepy -> 2.1
pythonPackage.waitress -> 0.8.7
pythonPackage.zope_sqlalchemy -> 0.7.3
pythonPackage.tissue -> 0.9.2
2013-11-28 14:25:37 +01:00
aszlig
3ff6197e90
python-protobuf: Fix generating *_pb2.py files.
This only happens during setup.py build and generates the corresponding
_pb2.py files from the .proto files, as they're no longer included in
the source distribution starting from 2.5.0.

Thanks to @iElectric for reporting this build failure:

http://hydra.nixos.org/build/6897112

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-11-26 16:38:13 +01:00
Jason "Don" O'Conal
e9963296b1 pythonPackages.goobook: add expression 2013-11-24 13:56:52 +01:00
Bjørn Forsman
3f21d7c334 python-seqdiag: bump 0.8.2 -> 0.9.0
Changes:
  0.9.0 (2013-10-05)
  Support python 3.2 and 3.3 (thanks to @masayuko)
  Drop supports for python 2.4 and 2.5
  Replace dependency: PIL -> Pillow

(The test phase still fails, so continue having it disabled.)
2013-11-24 13:11:34 +01:00
Bjørn Forsman
be0a7c1238 python-nwdiag: bump 0.9.4 -> 1.0.0
Changes:
  1.0.0 (2013-10-05)
  Support python 3.2 and 3.3 (thanks to @masayuko)
  Drop supports for python 2.4 and 2.5
  Replace dependency: PIL -> Pillow

(The test phase still fails, so continue having it disabled.)
2013-11-24 13:07:02 +01:00
Bjørn Forsman
6b2a7d0aa4 python-actdiag: bump 0.4.3 -> 0.5.1
Changes:
  0.5.1 (2013-10-22)
  Fix bugs

  0.5.0 (2013-10-05)
  Support python 3.2 and 3.3 (thanks to @masayuko)
  Drop supports for python 2.4 and 2.5
  Replace dependency: PIL -> Pillow

(The test phase still fails for one test, so continue having it disabled.)
2013-11-24 13:04:06 +01:00
Bjørn Forsman
36612c7614 python-blockdiag: bump 1.2.4 -> 1.3.2
Changes:
  1.3.2 (2013-11-19)
  Fix bugs

  1.3.1 (2013-10-22)
  Fix bugs

  1.3.0 (2013-10-05)
  Support python 3.2 and 3.3 (thanks to @masayuko)
  Drop supports for python 2.4 and 2.5
  Replace dependency: PIL -> Pillow

(The test phase still fails for one test, so continue having it disabled.)
2013-11-24 12:58:21 +01:00
Bjørn Forsman
a071712606 python-pyodbc: bump 3.0.6 -> 3.0.7
Changes:
* Added context manager support to Cursor
* Added padding for driver bugs writing an extra byte
* Cursor.executemany now accepts an iterator or generator.
* Compilation improvements for FreeBSD, Cygwin, and OS/X
* Use SQL_DATA_AT_EXEC instead of SQL_DATA_LEN_AT_EXEC when possible for driver compatibility.
* Row objects can now be pickled.
2013-11-24 12:47:58 +01:00
Rok Garbas
b6a720141e Pillow: update to 2.2.1 2013-11-21 12:33:37 +01:00
Rok Garbas
52d1973b3e adding zc_buildout 2.2.1 2013-11-21 12:33:20 +01:00
William A. Kennington III
821cd16449 Upgrade Django Versions
This patch pushes django 1.4.1 -> 1.4.10 and adds django 1.5.5 and
django 1.6. Additionally, it creates the default django package which
always points to the latest version.
2013-11-21 01:08:36 -06:00
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 762164c8a73864d6989f50fd87fb24aec9f9ff90 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 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>
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