summary refs log tree commit diff
path: root/pkgs/applications/science/spyder
Commit message (Collapse)AuthorAge
* add myself as maintainerFrederik Rietdijk2015-09-09
|
* spyder: 2.2.5 -> 2.3.6Frederik Rietdijk2015-08-29
| | | | | | Set environment variable to use setuptools (fixes build issue). [Bjørn: split enabling spyder for python3 into separate commit.]
* Fix many package descriptionsBjørn Forsman2014-08-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (My OCD kicked in today...) Remove repeated package names, capitalize first word, remove trailing periods and move overlong descriptions to longDescription. I also simplified some descriptions as well, when they were particularly long or technical, often based on Arch Linux' package descriptions. I've tried to stay away from generated expressions (and I think I succeeded). Some specifics worth mentioning: * cron, has "Vixie Cron" in its description. The "Vixie" part is not mentioned anywhere else. I kept it in a parenthesis at the end of the description. * ctags description started with "Exuberant Ctags ...", and the "exuberant" part is not mentioned elsewhere. Kept it in a parenthesis at the end of description. * nix has the description "The Nix Deployment System". Since that doesn't really say much what it is/does (especially after removing the package name!), I changed that to "Powerful package manager that makes package management reliable and reproducible" (borrowed from nixos.org). * Tons of "GNU Foo, Foo is a [the important bits]" descriptions is changed to just [the important bits]. If the package name doesn't contain GNU I don't think it's needed to say it in the description either.
* Whitespace fixes in package expressions I maintainBjørn Forsman2014-01-02
|
* spyder: update 2.1.13.1 -> 2.2.5Bjørn Forsman2013-11-22
| | | | | | This update brings bug fixes and new features. Full changelog: https://code.google.com/p/spyderlib/source/browse/CHANGELOG
* Fix maintainers attributeRob Vermaas2013-05-21
|
* Add myself as maintainer for several packagesBjørn Forsman2013-05-20
| | | | And set missing meta.platforms for the packages I've added earlier.
* spyder: create desktop menu itemBjørn Forsman2013-05-06
|
* spyder: add recommended and optional dependenciesBjørn Forsman2013-05-06
| | | | | | | | | | | | | | | | Spyder says about itself that it has ...the support of IPython (enhanced interactive Python interpreter) and popular Python libraries such as NumPy (linear algebra), SciPy (signal and image processing) or matplotlib (interactive 2D/3D plotting). So I think having those available as default is a the right thing to to. (We can easily make a stripped down spyder expression if needed later.) I've added the list of recommended and optional dependencies as described here: http://pythonhosted.org/spyder/installation.html#dependencies
* spyder: new packageBjørn Forsman2013-05-05
Spyder (previously known as Pydee) is a powerful interactive development environment for the Python language with advanced editing, interactive testing, debugging and introspection features. The name Spyder comes from Scientific PYthon Development EnviRonment.