Commit Graph

4297 Commits

Author SHA1 Message Date
Frederik Rietdijk
74d0f57269 Revert "entrypoints example"
This reverts commit d228d52870.

THe example was not supposed to go in.
2016-12-05 10:31:53 +01:00
Frederik Rietdijk
d228d52870 entrypoints example 2016-12-05 10:29:22 +01:00
Frederik Rietdijk
42bad32e13 buildPythonPackage: refactor 2016-12-05 10:29:22 +01:00
Frederik Rietdijk
c6a7d8e10f pythonPackages.flit: init at 0.10 2016-12-05 09:56:09 +01:00
Frederik Rietdijk
03aacfaddd pythonPackages.request_download: init at 0.1.1 2016-12-05 09:56:09 +01:00
Frederik Rietdijk
44cc1d7193 pythonPackages.zipfile36: init at 0.1.3 2016-12-05 09:56:09 +01:00
Frederik Rietdijk
8dadb44196 pythonPackages: use fixed-point combinator
Use a fixed-point combinator for the Python package set to allow easier overriding of its contents.
Earlier implementations were proposed in #16784 and #17428. This commit is by comparison much smaller
and changes only what is needed.
2016-12-05 09:39:45 +01:00
Robert Helgesson
64291e4fa2
pythonPackages.slob: 2016-03-04 -> 2016-11-03 2016-12-04 09:12:03 +01:00
Frederik Rietdijk
4162623460 pythonPackages.cython: 0.24.1 -> 0.25.1 2016-12-03 16:09:37 +01:00
aszlig
6343fef546
python/pillow: Only disable failing tests
There's no reason to disable ALL tests just because only one particular
test module is failing.

Tested on i686-linux and x86_64-linux against these Python versions:

  Python 2.6: The interpreter itself doesn't build
  Python 2.7: Successful for both architectures
  Python 3.3: Successful for both architectures
  Python 3.4: Successful for both architectures
  Python 3.5: Successful for both architectures
  Python 3.6: One of the dependencies of pillow doesn't build (pytest)

Tests for PyPy still fail, which is why the doCheck attribute is only
set to false if we're building for PyPy.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @desiderius, @goibhniu, @prikhi
2016-12-03 03:33:27 +01:00
Frederik Rietdijk
da3d8d077d pythonPackages.django_guardian: add missing pytest 2016-12-02 10:35:17 +01:00
Joachim Fasting
4e2e2039c2
pythonPackages.acoustic: fix meta.license
There is no licenses.bsd; the upstream license looks like 3-clause BSD.
2016-12-02 03:26:52 +01:00
Frederik Rietdijk
7d2bc0c2d2 pythonPackages.numtraits: needs six 2016-12-01 21:07:33 +01:00
Frederik Rietdijk
2dba67fbb7 pythonPackages.webassets: disable tests
Test invocation was broken. Now that is fixed, but getting the tests to
pass requires more work.
2016-12-01 21:07:33 +01:00
Frederik Rietdijk
8b5544bea2 pythonPackages.pynzb: disable tests 2016-12-01 21:07:33 +01:00
Frederik Rietdijk
13017d8ba6 pythonPackages.rpkg: use local rpm and koji 2016-12-01 21:07:33 +01:00
Frederik Rietdijk
19ca20c91f pythonPackages.rpm: rpm for specific python version
rpm provides a Python module that is used by certain packages. We need
to override pkgs.rpm to get a correct version.
2016-12-01 21:07:33 +01:00
Frederik Rietdijk
74276caf19 koji -> pythonPackages.koji
koji is both a library and an application. It is used in Nixpkgs
primarily as a library and therefore I move it.
2016-12-01 21:07:33 +01:00
Frederik Rietdijk
be020a2582 pythonPackages: do not propagate pytest
pytest plugins should not propagate pytest. Instead, packages depending
on pytest and plugins, should explicitly depend on both the plugin(s)
and pytest. This change will more easily allow packages to depend on
another version of pytest when needed.
2016-12-01 21:07:33 +01:00
Frederik Rietdijk
a8379a1906 pythonPackages.pytestcache: disable tests 2016-12-01 21:07:33 +01:00
Frederik Rietdijk
d3f3ad3b26 pythonPackages.pyjwt: does not need pytest 2.7 2016-12-01 21:07:33 +01:00
Frederik Rietdijk
49a313c395 pythonpackages.lti: rename to PyLTI and remove overriding
- rename to PyLTI to follow upstream
- remove overriding because it is not necessary; newer mock can be used,
and modules python packages should be fixed to not propagate pytest (see
separate commit).

cc maintainer @layus
2016-12-01 21:07:33 +01:00
Jascha Geerds
d69a25dfde pythonPackages.docker: Add myself as a maintainer 2016-12-01 20:42:27 +01:00
Jascha Geerds
bfc2721ebf pythonPackages.docker: Fix build for python3 2016-12-01 20:41:14 +01:00
Frederik Rietdijk
9e4538112a pythonPackages.acoustics: init at 0.1.2 2016-12-01 17:51:39 +01:00
Nikolay Amiantov
58d2d460d0 pythonPackages.pyrsistent: propagate six 2016-12-01 17:31:04 +03:00
Frederik Rietdijk
d22432880b pythonPackages.oauthlib: 0.7.2 -> 2.0.0 2016-12-01 09:37:12 +01:00
Frederik Rietdijk
e39584c67d pythonPackages.pyjwt: 1.4.0 -> 1.4.2 2016-12-01 09:37:11 +01:00
Lancelot SIX
de4dba37a1
pythonPackages.pytest_30: 3.0.3 -> 3.0.4 2016-11-30 13:11:36 +01:00
Frederik Rietdijk
c517718ffc Merge pull request #20152 from igsha/fix-mezzanine
pythonPackages.mezzanine: fixes #19989
2016-11-30 10:43:34 +01:00
Frederik Rietdijk
07dcc4f43a pythonPackages.Theano: move and rename variants
We have two derivations, one that supports Cuda, and one that does not.
The names, TheanoWithCuda and TheanoWithoutCuda, now reflect that.
Furthermore, a boolean passthru.cudaSupport was added.

In the future the two derivations should be merged in one, with a
parameter `cudaSupport`.
2016-11-30 10:04:54 +01:00
Tuomas Tynkkynen
8a4d6516ee Merge remote-tracking branch 'upstream/staging' into master 2016-11-30 00:34:23 +02:00
Frederik Rietdijk
868bd67aa9 pythonPackages.jupyter_console: disable tests 2016-11-27 09:37:41 +01:00
Frederik Rietdijk
f7ad0223ce pythonPackages.ipywidgets: fix tests 2016-11-27 09:37:41 +01:00
Eric Sagnes
d0e8117ccb rainbowstream: 1.3.5 -> 1.3.6 2016-11-27 11:37:20 +09:00
Vladimír Čunát
925b335607
Merge branch 'master' into staging 2016-11-26 11:27:09 +01:00
Rok Garbas
b09435ea51 pythonPackages.magic-wormhole: enable tests 2016-11-26 04:55:28 +01:00
Frederik Rietdijk
4f51481bb2 pythonPackages.pynacl: fix tests 2016-11-25 09:13:01 +01:00
Frederik Rietdijk
18637d877a magic-wormhole: move to python-packages
since it is actually a library.
2016-11-25 09:13:01 +01:00
Frederik Rietdijk
51645f8f47 Merge pull request #20675 from carlsverre/update/mopidy-gmusic
mopidy-gmusic: 1.0.0 -> 2.0.0
2016-11-25 08:59:56 +01:00
Carl Sverre
5d62f80bb7 gmusicapi: 7.0.0 -> 10.1.0 2016-11-24 14:41:43 -08:00
Carl Sverre
8602f82169 gpsoauth: 0.0.4 -> 0.2.0 2016-11-24 14:41:09 -08:00
Carl Sverre
555928c228 mutagen: 1.32 -> 1.34 2016-11-24 14:40:09 -08:00
Carl Sverre
99e6b63199 pycryptodome: init at 3.4.3 2016-11-24 14:38:46 -08:00
Frederik Rietdijk
cd7e72a597 zeitgeist: python bindings at pythonPackages.zeitgeist 2016-11-24 22:28:04 +01:00
Frederik Rietdijk
6449435b04 libplist: use python2, multiple outputs, fix bindings 2016-11-24 22:28:03 +01:00
Frederik Rietdijk
869cf8a56b python35Packages.netaddr: disable tests instead of building 2016-11-24 22:28:03 +01:00
Frederik Rietdijk
5114fa8e89 bitbucket-cli: use python2 2016-11-24 22:28:03 +01:00
Frederik Rietdijk
fb231dd4f6 pythonPackages.bitbucket-cli: 0.4.1 -> 0.5.1 2016-11-24 22:28:03 +01:00
Rok Garbas
cfa7ffa50b pythonPackages.afew: 2016-01-04 -> 2016-02-29 2016-11-24 09:17:08 +01:00
Rok Garbas
b3608c378c pythonPackages.alot: disable alot on python3 ...
... since upstream is only testing it on python2 and 0.3.7 release is
currently broken on python3
2016-11-24 09:17:08 +01:00
Nikolay Amiantov
181701513e pythonPackages.webassets: 0.11.1 -> 0.12.0 2016-11-24 01:18:00 +03:00
Nikolay Amiantov
42dd31fe31 pythonPackages.flask_login: 0.2.2 -> 0.4.0 2016-11-24 01:18:00 +03:00
Nikolay Amiantov
c47406dade pythonPackages.flask_assets: 0.11 -> 0.12 2016-11-24 01:18:00 +03:00
Nikolay Amiantov
4337d43969 pythonPackages.regex: 2016.01.10 -> 2016.11.18 2016-11-24 01:18:00 +03:00
Nikolay Amiantov
3d29ffe3e6 pythonPackages.python-axolotl: 0.1.7 -> 0.1.35 2016-11-24 01:17:59 +03:00
Nikolay Amiantov
be95ceaff2 treewide: quote URLs in my packages 2016-11-24 01:17:52 +03:00
Lancelot SIX
00cecf6a84 Merge pull request #20195 from cko/remove_django_1_5
django_1_5: remove
2016-11-23 21:38:10 +01:00
Lorenzo Manacorda
f00f4b59b0 magic-wormhole: init at 0.8.1 2016-11-22 20:26:37 +01:00
Lorenzo Manacorda
dc4161a2a9 glances: fix license 2016-11-21 20:08:25 +01:00
Alexey Shmalko
4058735122
flask: 0.10.1 -> 0.11.1 2016-11-21 00:17:21 +02:00
Edward Tjörnhammar
ba9e16a7cc
acd-cli: pull out of pythonPackages and update to 3.0.2 2016-11-20 17:06:17 +01:00
Vladimír Čunát
b69f568f4c
Merge branch 'staging'
Hydra rebuild looks fine; only a few Darwin jobs is queued:
http://hydra.nixos.org/eval/1304891?compare=1304807
2016-11-19 04:35:51 +01:00
Tim Steinbach
74dee9fc39 Merge pull request #20358 from f--t/fix/powerline-update-2.4
powerline: 2.1.4 -> 2.4
2016-11-17 22:21:57 -05:00
Vladimír Čunát
5af7b82336
Merge branch 'master' into staging
To incorporate some larger security rebuilds (jasper).
2016-11-17 11:14:05 +01:00
Robert Helgesson
4b6770d0c0
pythonPackages.PyICU: 1.9.3 -> 1.9.5 2016-11-17 00:06:41 +01:00
Frederik Rietdijk
9524aedfc8 Merge pull request #20472 from Mic92/qrcode
pythonPackages.qrcode: fix dependencies and tests
2016-11-16 21:59:41 +01:00
Frederik Rietdijk
16e511fe2d pythonPackages.traitlets: fix tests 2016-11-16 19:32:20 +01:00
Jörg Thalheim
3378638e4b Merge pull request #20468 from lsix/update_poezio_1_10
poezio: 0.9 -> 0.10
2016-11-16 17:21:43 +01:00
Jörg Thalheim
2b31fecfd8
pythonPackages.qrcode: fix dependencies
this also fix tests for python3
2016-11-16 17:11:26 +01:00
Jörg Thalheim
ac8b3165b6
pythonPackages.pymaging_png: init at 2016-11-16 2016-11-16 17:11:17 +01:00
Jörg Thalheim
3d2e46e7ad
pythonPackages.pymaging: init at 2016-11-16 2016-11-16 17:10:07 +01:00
Jörg Thalheim
178bd65e0f Merge pull request #20470 from Mic92/qrcode
pythonPackages.qrcode: 5.1 -> 5.3
2016-11-16 16:34:15 +01:00
Jörg Thalheim
e237791fd4
pythonPackages.qrcode: 5.1 -> 5.3
works with python3 now
2016-11-16 16:32:36 +01:00
Frederik Rietdijk
efaf3358db pythonPackages.traitlets: 4.2.2 -> 4.3.1 2016-11-16 16:16:54 +01:00
Frederik Rietdijk
2a3d552c55 pythonPackages.ipykernel: 4.5.0 -> 4.5.1 2016-11-16 16:16:54 +01:00
Lancelot SIX
f7558d07df
poezio: 0.9 -> 0.10 2016-11-16 15:01:43 +01:00
Lancelot SIX
a45315500e
pythonPackages.slixmpp: 1.1 -> 1.2.1 2016-11-16 15:01:30 +01:00
Frederik Rietdijk
77cdbb9e3a pythonPackages.cryptography: 1.5.1 -> 1.5.3 2016-11-16 14:19:54 +01:00
Frederik Rietdijk
fb62bc90a1 pythonPackages.numexpr: 2.5.2 -> 2.6.1 2016-11-16 10:48:28 +01:00
Vladimír Čunát
b5e89fe9bf
Merge branch 'master' into staging 2016-11-15 00:20:19 +01:00
Frederik Rietdijk
27a6d61881 pythonPackages.pip: 8.1.2 -> 9.0.1 2016-11-15 00:05:56 +01:00
Christine Koppelt
c0d349fb20 django_1_5: remove 2016-11-14 22:52:41 +01:00
Christine Koppelt
1aaa576549 django_1_5: update depending packages 2016-11-14 22:39:47 +01:00
Adam Beckmeyer
e2c4c64668 Python: pint: init at 0.7.2 2016-11-14 16:28:09 -05:00
Kovacsics Robert (NixOS)
5a0665846e plover: move out of python-packages.nix 2016-11-14 20:36:59 +00:00
Frederik Rietdijk
245adb4052 Merge pull request #20337 from KoviRobi/python-plover-update
python-plover: 3.0.0 -> 3.1.0
2016-11-14 21:29:25 +01:00
Frederik Rietdijk
e23724dc96 pythonPackages.reikna: init at 0.6.7 2016-11-14 12:31:05 +01:00
Frederik Rietdijk
5cfcbd89e9 pythonPackages.pytools: fix tests 2016-11-14 12:31:05 +01:00
Frederik Rietdijk
6435a85c3f pythonPackages.numba: 0.27.0 -> 0.29.0
and move expression in a separate file.
2016-11-14 12:31:05 +01:00
Frederik Rietdijk
dc1b2ed11f pythonPackages.llvmlite: 0.13.0 -> 0.14.0
and move expression in separate file.
2016-11-14 12:31:05 +01:00
Frederik Rietdijk
450edd4b72 python-packages.nix: make pythonAtLeast and pythonOlder available 2016-11-14 12:31:05 +01:00
Frederik Rietdijk
6c7d501a7b pythonPackages.pyopencl: init at 2016.2 2016-11-14 12:31:05 +01:00
Frederik Rietdijk
dbee363591 pythonPackages.boost: version of boost for specific interpreter
Several Python packages require boost. pkgs.boost is built with Python
2.7 and therefore libboost_python.so was compatible only with 2.7.
2016-11-14 12:31:05 +01:00
Lancelot SIX
2f48d75b8d
pythonPackages.asgi_redis: 0.14.1 -> 1.0.0 2016-11-14 09:48:23 +01:00
Lancelot SIX
710ae1b5b3
pythonPackages.asgi_ipc: 1.1.0 -> 1.2.0 2016-11-14 09:48:01 +01:00
Lancelot SIX
2ef41c34f8
pythonPackages.asgiref: 0.14.0 -> 1.0.0 2016-11-14 09:47:31 +01:00
Tobias Geerinckx-Rice
4fd9a60874
pythonPackages.prompt_toolkit: 1.0.3 -> 1.0.9 2016-11-14 01:45:48 +01:00
Corbin
62f9196e35 pythonPackages.stripe: init at 1.41.1 2016-11-12 11:52:04 -08:00
ft
22e129060d powerline: 2.1.4 -> 2.4 2016-11-12 01:52:43 -08:00
Tim Steinbach
3a6f99765c Merge pull request #20219 from oxij/pkgs/python/add-a-bunch
pythonPackages: add a bunch
2016-11-11 15:06:25 -05:00
Kovacsics Robert (NixOS)
4402a3c599 python-plover: 3.0.0 -> 3.1.0 2016-11-11 08:27:37 +00:00
Igor Sharonov
63d45ecd65 pythonPackages.mezzanine: mark as broken, fixes #19989 2016-11-10 22:01:42 +03:00
Martijn Vermaat
a2a0fa6657 python27Packages.consul: Disable tests to unbreak 2016-11-10 14:00:40 -04:00
Antoine Eiche
3d768171e0 pythonPackages.tensorflow: update sha256 2016-11-10 08:52:01 +01:00
Matthias Beyer
4809263cb1 pythonPackages.sqlmap: 1.0.9.post5 -> 1.0.11 2016-11-09 18:55:34 +01:00
Frederik Rietdijk
20d16f86cc pythonPackages.pillow: 3.3.1 -> 3.4.2
Solves vulnerabilities mentioned in
https://github.com/NixOS/nixpkgs/issues/20274
2016-11-09 16:23:29 +01:00
Jascha Geerds
8d36794046 pythonPackages.docker: 1.9.0 -> 1.10.6 2016-11-09 15:39:37 +01:00
Jascha Geerds
27e2cd286e pythonPackages.docker_pycreds: init at 0.2.1 2016-11-09 15:39:35 +01:00
Tobias Geerinckx-Rice
220bdd33c7
pythonPackages.pgcli: 1.1.0 -> 1.3.1 2016-11-09 03:26:48 +01:00
Tobias Geerinckx-Rice
3e2ba413c0
pythonPackages.sqlparse: 0.1.19 -> 0.2.2 2016-11-09 03:26:06 +01:00
Tobias Geerinckx-Rice
44774e1da2
pythonPackages.pgspecial: 1.5.0 -> 1.6.0 2016-11-09 03:25:53 +01:00
Eelco Dolstra
a2b018f55a pythonPackages.hypothesis: Disable tests
A random failure was preventing simp_le from reaching the channel.

http://hydra.nixos.org/build/43253102
2016-11-08 17:22:11 +01:00
Frederik Rietdijk
6b70ac81bb libxml2: supportPython -> pythonSupport
since that is more commonly used in Nixpkgs.
2016-11-08 17:10:05 +01:00
Frederik Rietdijk
d2111660c5 libxml2: add a pythonPackages.libxml2 alias for the bindings 2016-11-08 17:10:04 +01:00
Frederik Rietdijk
be31980848 libxslt: build python bindings
and add a pythonPackages.libxslt alias.
2016-11-08 17:10:04 +01:00
Jan Malakhovski
79fb5d45a4 pythonPackages: plyvel: init at 0.9 2016-11-08 12:09:10 +00:00
Jan Malakhovski
08a5c36348 pythonPackages: send2trash: init at 1.3.0 2016-11-08 12:09:09 +00:00
Jan Malakhovski
e5044310a1 pythonPackages: hsaudiotag3k: init at 1.1.3 2016-11-08 12:09:07 +00:00
Jan Malakhovski
e13ffad383 pythonPackages: hsaudiotag: init at 1.1.1 2016-11-08 12:09:06 +00:00
Frederik Rietdijk
a42d51289a Merge pull request #20249 from peterhoeg/u/gitup
git-up: 1.4.1 -> 1.4.2
2016-11-08 09:23:55 +01:00
Peter Hoeg
a0e8cbb499 git-up: 1.4.1 -> 1.4.2 2016-11-08 14:56:50 +08:00
Ji-Haeng Huh
633387c0e8 tensorflow support for Darwin
tensorflow 0.10.0 : Because of an upstream bug in tensorflow, only tensorflow > 0.10.0 is functional in Darwin system. Required python packages (mock 2.0.0 and funcsigs 1.0.2) are added

Removing mock2_0_0 and funcsigs since now upstream supports them
2016-11-08 01:56:05 +01:00
Michaël Faille
a2149d61ab
yamllint: init 0.5.2
yamllint: add myself as maintainer
2016-11-07 09:06:31 -05:00
Luis Pedro Coelho
c92a549f6c pythonPackages.jug: 1.2.2 -> 1.3.0
Update jug to newest release.
2016-11-07 08:38:20 +01:00
Franz Pletz
80c6f9cb78
pythonPackages: fix indentation, remove tabs 2016-11-06 12:03:38 +01:00
Frederik Rietdijk
369ef8d977 Merge pull request #20104 from teh/distributed-update
Distributed update
2016-11-05 19:53:27 +01:00
Vincent Laporte
250f3feec2 python-lxml: fix build on darwin
by disabling format hardening
2016-11-05 10:04:46 +01:00
Jascha Geerds
73fff28e02 Merge pull request #20163 from elasticdog/ansible2
pythonPackages.ansible2: 2.1.2.0 -> 2.2.0.0
2016-11-05 00:58:55 +01:00
Frederik Rietdijk
92ee96e20e pythonPackages.pandas: 0.19.0 -> 0.19.1 2016-11-04 18:52:02 +01:00
Aaron Bull Schaefer
0ddba5a99e pythonPackages.ansible2: 2.1.2.0 -> 2.2.0.0 2016-11-04 09:15:58 -07:00
Frederik Rietdijk
bb082c5ca6 pythonPackages.git-webhook: init at 2016-03-11 2016-11-04 12:39:23 +01:00
Tom Hunger
54976c5c1b distributed: 1.10.0 -> 1.13.3 2016-11-04 10:41:35 +00:00
Tom Hunger
45d7aa6c32 zict: init at 0.0.3 2016-11-04 10:41:35 +00:00
Tom Hunger
2e3b9a063a heapdict: init at 1.0.0 2016-11-04 10:41:34 +00:00
Frederik Rietdijk
478b777674 Merge pull request #20148 from igsha/bitbucket_api
pythonPackages.bitbucket_api: fixes #19988
2016-11-04 10:00:27 +01:00
Igor Sharonov
a43f24cb4f pythonPackages.requests_oauth2: refactors dependencies 2016-11-04 11:55:47 +03:00
Igor Sharonov
83c1e8a020 pythonPackages.bitbucket_api: fixes #19988 2016-11-04 11:54:03 +03:00
Antoine Eiche
8bf8a631b2 pythonPackages.datrie: init at 0.7.1 2016-11-03 20:36:10 +01:00
Nikolay Amiantov
0a876d71cb pythonPackages.jaraco_functools: 1.11 -> 1.15.1 2016-11-03 17:30:36 +03:00
Nikolay Amiantov
662c5095a8 pythonPackages.moreItertools: merge with more-itertools 2016-11-03 17:10:58 +03:00
Franz Pletz
b806e14a3c
pythonPackages.django_1_8: 1.8.15 -> 1.8.16
Fixes CVE-2016-9013, CVE-2016-9014.

https://www.djangoproject.com/weblog/2016/nov/01/security-releases/
2016-11-02 14:23:54 +01:00
Franz Pletz
58ad105cd4
pythonPackages.django_1_9: 1.9.10 -> 1.9.11
Fixes CVE-2016-9013, CVE-2016-9014.

https://www.djangoproject.com/weblog/2016/nov/01/security-releases/
2016-11-02 14:23:53 +01:00
Franz Pletz
6ad14d4256
pythonPackages.django_1_10: 1.10.2 -> 1.10.3
Fixes CVE-2016-9013, CVE-2016-9014.

https://www.djangoproject.com/weblog/2016/nov/01/security-releases/
2016-11-02 14:23:53 +01:00
Frederik Rietdijk
1558b09a32 Merge pull request #20019 from lsix/19989-fix-mezzanine-for-python3
python33Packages.mezzanine Fix
2016-11-02 13:44:52 +01:00
Domen Kožar
ec2ca34933 Merge pull request #20022 from teh/altair
Altair
2016-11-01 22:15:51 +01:00
Domen Kožar
d6247cf560 Merge pull request #20067 from teh/updates-1
Updates 1
2016-11-01 22:14:19 +01:00
Tom Hunger
a1b80797c4 partd: 0.3.3 -> 0.3.6 2016-11-01 17:40:07 +00:00
Dan Peebles
3f61621354 pythonPackages.cached-property: works on Darwin 2016-11-01 10:13:33 -04:00
Tom Hunger
bca7914a44 altair: init at 1.0.0 2016-10-31 17:01:11 +00:00