Thomas Tuegel
bfe106cfa6
Build numpy and scipy with openblas
...
Fixes #6772 .
2015-06-04 17:44:31 -05:00
Allen Nelson
8bf170f280
Remove lingering dependence on atlas with numpy.
...
Closes https://github.com/NixOS/nixpkgs/pull/8133 .
2015-06-04 20:07:41 +02:00
Peter Simons
f1587a2d1e
Move numpy-scipy-support.nix file from the top-level to development/python-modules.
...
The top-level is not supposed to contain sub-directories, IMHO.
2015-06-04 19:59:46 +02:00
Cillian de Róiste
4938d89272
Merge pull request #8168 from richardlarocque/loxodo_app_rebase
...
Move Loxodo package and add an icon
2015-06-04 11:26:04 +02:00
Domen Kožar
eb9874389b
Merge pull request #8079 from adnelson/pandas_osx
...
supporting pandas on osx, added test suite
2015-06-04 10:29:01 +02:00
Richard Larocque
472642ebff
Make Loxodo into a real package
...
There's no reason to keep it hidden in python27Packages hierarchy.
Promote it to be a top-level package.
2015-06-03 23:43:00 -07:00
Allen Nelson
560d52f51e
switched to python.executable
2015-06-03 15:45:57 -05:00
lethalman
d144ece04e
Merge pull request #8127 from ip1981/mwlib
...
Add more dependencies for mwlib
2015-06-03 12:50:02 +02:00
Igor Pashev
95c6b835cb
mwlib may use pyfribidi
2015-06-02 06:14:34 +00:00
Allen Nelson
23b1950603
switch to sha256 hashes
2015-06-01 08:43:53 -05:00
codyopel
cdf49bb47a
requests2: 2.6.0 -> 2.7.0
2015-05-31 22:47:31 -04:00
codyopel
f70582e334
responses: 0.2.2 -> 0.4.0
2015-05-31 22:42:53 -04:00
codyopel
b4a99530d1
cookies: add python package
2015-05-31 22:39:02 -04:00
Tobias Geerinckx-Rice
8c4bf0f931
python-packages: prompt_toolkit 0.37 -> 0.38
2015-06-01 04:04:33 +02:00
Allen Nelson
2ba1ab3ad1
supporting pandas on osx, added test suite
2015-05-30 20:11:59 -05:00
Peter Simons
76da869d9a
Merge pull request #8045 from adnelson/numpy_scipy_osx
...
Test suites and working OSX builds for numpy and scipy
2015-05-30 19:26:31 +02:00
Allen Nelson
18bb7a4047
fix undefined variable
2015-05-29 11:05:34 -07:00
Allen Nelson
6c238d1d5f
moving non-packages into a separate file
2015-05-29 11:12:55 -05:00
Shea Levy
eb0a21a512
boto: Remove obsolete patch
2015-05-29 11:21:49 -04:00
Domen Kožar
7ddb84055c
Merge pull request #8048 from Bsami/remotes/origin/python2.38.0
...
Remotes/origin/python2.38.0
2015-05-29 08:52:29 +02:00
Allen Nelson
3d00848ace
using atlasWithLapack dependency. running test suites for numpy and scipy.
2015-05-29 00:06:57 -05:00
Sami BOUHLEL
fb310a6998
added support for boto 2.38.0
2015-05-28 21:15:16 +01:00
Sami BOUHLEL
385936f7d9
added support for boto 2.38.0
2015-05-28 20:53:57 +01:00
Tobias Geerinckx-Rice
158e1cfdd0
Don't use "with licenses;" for single licences
...
And don't use square brackets on such lines.
2015-05-28 19:20:29 +02:00
Bjørn Forsman
201059f728
python-pyev: new package
...
Python bindings for the libev library.
https://code.google.com/p/pyev/
2015-05-27 23:00:09 +02:00
Tobias Geerinckx-Rice
b2d7f4b1ba
Use common licence attributes from lib/licenses.nix
...
Many (less easily automatically converted) old-style strings
remain.
Where there was any possible ambiguity about the exact version or
variant intended, nothing was changed. IANAL, nor a search robot.
Use `with stdenv.lib` wherever it makes sense.
2015-05-27 22:00:06 +02:00
Siarhei Zirukin
4fd635404d
e19: updates for 1.14.0
...
- libraries and applications updated to the latest
- the "elementary getting started" (https://docs.enlightenment.org/auto/elementary/group__Start.html )
works with just `pkg-config --cflags --libs elementary`
- switched from lua-old to elua
2015-05-27 20:06:06 +02:00
lethalman
71fc9aac4d
Merge pull request #7992 from ip1981/mwlib
...
Added mwlib services
2015-05-27 16:59:57 +02:00
Igor Pashev
d88f704516
Pillow requires lcms2 with python2.7 too
2015-05-27 14:55:22 +00:00
Tobias Geerinckx-Rice
60461dee1c
python-packages: pyramid_tm: re-enable checks
...
Tested on x86_64-linux.
If tests still fail elsewhere, disable them (per platform?) with a
more descriptive and up-to-date comment.
2015-05-27 01:37:43 +02:00
Tobias Geerinckx-Rice
2af3773342
python-packages: webtest: unittest2 is a Python package
2015-05-27 01:24:04 +02:00
Tobias Geerinckx-Rice
3f4bdb8ee0
python-packages: prompt_toolkit 0.26 -> 0.37
2015-05-26 16:36:17 +02:00
Tobias Geerinckx-Rice
184682d4d3
python-packages: pgcli 0.16.3 -> 0.17.0
...
New features:
- Add support for auto-completing view names
- Add support for building RPM and DEB packages
- Add subsequence matching for completion
- Completion for built-in tables and temporary tables are suggested after
entering a prefix of pg_
- Add place holder doc strings for special commands that are planned for
implementation
- Updated version of prompt_toolkit, now matching braces are highlighted
- Added support of \\e command. Queries can be edited in an external editor
- Add special command \dT to show datatypes
- Add auto-completion support for datatypes in CREATE, SELECT etc
- Improve the auto-completion in WHERE clause with logical operators
Bug Fixes:
- Fix the table formatting while printing multi-byte characters
- Fix a crash when pg_catalog was present in search path
- Fixed a bug that broke \e when prompt_tookit was updated
- Fix the display of triggers as shown in the \d output
- Fix broken auto-completion for INNER JOIN, LEFT JOIN etc
- Fix incorrect super() calls in pgbuffer, pgtoolbar and pgcompleter
- Add missing schema completion for CREATE and DROP statements
- Minor fixes around cursor cleanup
2015-05-26 16:20:52 +02:00
Tobias Geerinckx-Rice
3a61b7fca3
python-packages: clean up meta attribute
...
- Typos: meta.maintainer -> meta.maintainers, licences -> license, ...
- Remove unnecessary stdenv.lib (already in scope for entire file)
- [ maintainers.foo maintainers.bar ] -> with maintainers; [ foo bar ]
Doing so even for single-maintainer packages makes it slightly
more inviting to add others, which can only be a good thing.
2015-05-26 11:54:12 +02:00
William A. Kennington III
2ce464dbe9
Merge pull request #7923 from joelmo/patch-4
...
rpy2: disable pypy
2015-05-23 22:54:05 -07:00
Benjamin Staffin
50cb206cd5
awscli: update to 1.7.29
...
Includes updates to bcdoc and botocore.
2015-05-23 18:29:44 -07:00
Domen Kožar
42d9fe8b09
gevent: 1.0.1 -> 1.0.2
2015-05-23 14:30:49 +02:00
Mateusz Kowalczyk
815f85edfd
python-livestreamer: update to 1.12.2
2015-05-23 01:40:19 +01:00
Arseniy Seroka
f06ec43e8b
Merge pull request #7946 from couchemar/isort-3.9.6
...
Add python package: isort-3.9.6
2015-05-22 20:04:03 +03:00
Andrey Pavlov
e32332b9b5
Add python package: isort-3.9.6
2015-05-22 19:11:27 +03:00
aszlig
b26de39252
gyp: Revive old SVN version to build Chromium.
...
Works around regression from a305e6855d
.
We're also marking it lowPrio to make sure nobody will accidentally
reference it using nix-env -i.
Until we have fixed #7402 , we're going to build with the old gyp version
to prevent being affected by https://crbug.com/462153 .
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-05-22 11:37:40 +02:00
Joel Moberg
a0d3e234ec
rpy2: disable pypy
2015-05-21 13:59:58 +02:00
codyopel
a305e6855d
gyp: svn-1977 -> 2015-05-17
2015-05-21 05:06:54 -04:00
Evgeny Egorochkin
d6a8bdcdc6
azure sdk for python: update from 0.9.0 to 0.11.0
...
Conflicts:
pkgs/top-level/python-packages.nix
2015-05-20 13:24:39 +03:00
Peter Simons
51412f96c0
Merge pull request #7886 from joelmo/numpy
...
numpy and matplotlib updates
2015-05-19 13:16:11 +02:00
Joel Moberg
7bc00dbdaf
numpy: 1.8.2 -> 1.9.2
2015-05-18 11:25:56 +02:00
Daniel Peebles
ec69293f05
Merge pull request #7516 from joelmo/rpy2
...
rpy2: initial
2015-05-17 15:42:19 -04:00
Domen Kožar
f26476f7d4
Merge pull request #7871 from joelmo/scipy
...
scipy: 0.14.0 -> 0.15.1
2015-05-17 17:59:33 +02:00
Joel Moberg
8c1dfabdce
rpy2: initial
2015-05-17 15:48:13 +02:00
Joel Moberg
1c678fdcf3
scipy: 0.14.0 -> 0.15.1
...
Fixes #7870
2015-05-17 15:12:27 +02:00
Domen Kožar
3efefb5baa
greenlet: delete problematic test
2015-05-16 20:56:53 +02:00
Domen Kožar
4c67102a59
pythonPackages.greenlet: 0.4.5 -> 0.4.7
2015-05-16 20:34:40 +02:00
Michael Phillips
9579fecd28
pyblosxom: new package
2015-05-15 00:47:46 -05:00
Tobias Geerinckx-Rice
f0764dd632
python-packages: SQLAlchemy: skip tests on Py3k
...
They would fail anyway, blocking all dependents for the sake of
a mere test dependency.
2015-05-12 18:13:05 +02:00
Tobias Geerinckx-Rice
8549e0cc99
Revert "python-packages: SQLAlchemy: build"
...
This reverts commit 6e8d1f84f2
.
pysqlite is not available for Python 3. Adding it to buildInputs
makes all packages dependent upon sqlalchemy equally unavailable
for no good reason.
2015-05-12 18:13:05 +02:00
Pascal Wittmann
88fbc8a0da
Merge pull request #7809 from desiderius/attrdict-2.0.0
...
python-packages: new attrdict-2.0.0 package
2015-05-12 17:25:28 +02:00
desiderius
1fe0ebc0ec
python-packages: new attrdict-2.0.0 package
...
A dict with attribute-style access.
2015-05-12 10:27:30 +02:00
Peter Simons
430c3e08b4
python-SQLAlchemy: the buildInput attributes in the derived expressions are unnecessary
2015-05-12 00:35:13 +02:00
Peter Simons
ea0c877858
python-SQLAlchemy: test suite dependencies don't need to propagate
2015-05-11 23:36:13 +02:00
Peter Simons
b37e68b09f
python-packages.nix: fix Emacs syntax highlighting
2015-05-11 23:26:32 +02:00
Peter Simons
d9e83b77a6
python-packages.nix: drop trailing whitespace
2015-05-11 23:26:32 +02:00
Peter Simons
1eec4a4a10
python-SQLAlchemy: add pysqlite module to fix the test suite
...
http://hydra.cryp.to/build/817910/nixlog/1/raw
2015-05-11 23:26:31 +02:00
Tobias Geerinckx-Rice
6e8d1f84f2
python-packages: SQLAlchemy: build
...
Fix test failure by adding pysqlite dependency (buildInputs only).
2015-05-11 23:12:09 +02:00
Domen Kožar
5c6f159cd5
subunit: split package into everything and python lib
2015-05-10 13:46:30 +02:00
Domen Kožar
4827deaf00
pythonPackages: a bunch of build fixes
2015-05-10 13:46:30 +02:00
Erik Timan
d57a93f04b
python-packages: icalendar 3.8.4 -> 3.9.0
...
dateutil is a new depencency for icalendar 3.9.0.
2015-05-10 13:46:02 +02:00
Erik Timan
7dbe0ff77b
python-packages: disable older than 2.7 for azure
2015-05-10 13:46:02 +02:00
Erik Timan
34b50b6765
python-packages: azure 0.10.0 -> 0.10.2
2015-05-10 13:46:02 +02:00
rushmorem
a7a0fcfbd2
Add s3ql package
...
S3QL is a file system that stores all its data online using storage
services like Google Storage, Amazon S3, or OpenStack. S3QL effectively
provides a hard disk of dynamic, infinite capacity that can be accessed
from any computer with internet access running Linux, FreeBSD or OS-X.
2015-05-10 13:46:01 +02:00
koral
81549b0136
Added jellyfish python package.
2015-05-10 13:46:00 +02:00
Domen Kožar
90ee280913
subunit: split package into everything and python lib
2015-05-10 11:39:42 +02:00
Domen Kožar
7142d47991
pythonPackages: a bunch of build fixes
2015-05-10 10:11:29 +02:00
Domen Kožar
7bda733f8b
Merge pull request #7782 from olcai/python-azure
...
python-packages: azure 0.10.0 -> 0.10.2
2015-05-10 09:18:34 +02:00
Erik Timan
f541c61e22
python-packages: icalendar 3.8.4 -> 3.9.0
...
dateutil is a new depencency for icalendar 3.9.0.
2015-05-09 23:33:12 +02:00
Erik Timan
8d8c7c3600
python-packages: disable older than 2.7 for azure
2015-05-09 20:02:40 +00:00
Erik Timan
b884826d15
python-packages: azure 0.10.0 -> 0.10.2
2015-05-09 19:32:32 +00:00
Arseniy Seroka
a360ce48ec
Merge pull request #7774 from rushmorem/s3ql
...
Add s3ql package
2015-05-09 17:41:06 +03:00
rushmorem
cd11803aa1
Add s3ql package
...
S3QL is a file system that stores all its data online using storage
services like Google Storage, Amazon S3, or OpenStack. S3QL effectively
provides a hard disk of dynamic, infinite capacity that can be accessed
from any computer with internet access running Linux, FreeBSD or OS-X.
2015-05-09 16:28:11 +02:00
koral
ea9969b0e4
Added jellyfish python package.
2015-05-09 09:10:47 +00:00
William A. Kennington III
c9395e1e92
Merge branch 'master' into staging
2015-05-08 05:59:50 -07:00
Michael Phillips
2bfff5a8ef
Update powerline to 2.1
2015-05-07 12:14:53 -05:00
William A. Kennington III
074c4a7f78
Merge remote-tracking branch 'upstream/master' into staging
2015-05-07 01:44:49 -07:00
Tobias Geerinckx-Rice
d80f6f8d6f
python-packages: add repocheck 2015-05-04
...
This script gives status information for code repositories found
recursively under a root directory. In particular, it tells whether
there are uncommitted changes, untracked files, unpushed or unpulled
commits. Thanks to the -u option, it is also useful to fetch updates
for all the remotes in the encountered repositories.
2015-05-05 19:43:19 +02:00
Rob Vermaas
b114eab794
le: add psutil to dependencies
2015-05-05 13:26:55 +00:00
Edward Tjörnhammar
b7aeeee043
pythonPackages.httpretty: disable testing
2015-05-04 23:41:54 +02:00
Edward Tjörnhammar
210452aacd
Merge pull request #7683 from codyopel/fix-tornado
...
tornado: fix breakage from a5b17ec
2015-05-04 23:34:44 +02:00
Domen Kožar
21a7e39b0b
Merge pull request #7658 from benley/jenkins-job-builder
...
New package: jenkins-job-builder
2015-05-04 10:34:52 +02:00
codyopel
63ea868735
tornado: fix breakage from a5b17ec
...
tornado 4.x now depends on certifi
add tornado 3.2.2 back for packages not compatible with 4.x
2015-05-04 03:33:31 -04:00
Benjamin Staffin
3a371528bb
New package: jenkins-job-builder
2015-05-03 10:58:17 -07:00
Utku Demir
a5b17ecc94
pythonPackages.tornado: 3.2 -> 4.1
2015-05-02 22:05:00 +02:00
Utku Demir
c9f7c574ec
pythonPackages.pyzmq: 13.0.0 -> 14.5.0
2015-05-02 22:04:53 +02:00
Edward Tjörnhammar
1a6cddff0e
pythonPackages.httpretty: add certifi dependency
2015-05-02 22:03:30 +02:00
William A. Kennington III
00df204c82
Merge remote-tracking branch 'upstream/master' into staging
2015-05-01 15:57:09 -07:00
Arseniy Seroka
a8f17b376e
Merge pull request #7642 from leenaars/master
...
Nixpkg updated with new release of Blink (1.3.0, released Apr 29th 2015)
2015-05-01 03:50:48 +03:00
Rob Vermaas
33984cfeee
Add logentries agent 1.4.13
2015-04-30 16:44:45 +00:00
Joachim Fasting
bf7ad2d84f
meta.description fixups
...
Mostly scripted substitutions with a couple of subjective enhancements.
2015-04-30 18:17:42 +02:00
Michiel Leenaars
85c0aac675
New release of Blink
2015-04-30 09:49:45 +02:00
Thomas Tuegel
1fe28a1132
Merge remote-tracking branch 'upstream/master' into staging
2015-04-29 11:33:28 -05:00
Hendrik Bunke
27ea35b481
pythonPackages: fixed and updated goobook
...
goobook didn't work because dependency package 'six' has been in buildInputs
but should be in propagatedBuildInputs.
Also: updated goobook to 1.6
2015-04-28 12:24:28 +02:00
Pascal Wittmann
f99d5cf2fc
Fixed some descriptions
2015-04-28 10:55:20 +02:00