Commit Graph

730 Commits

Author SHA1 Message Date
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