Updated package (pacman 4.1, python dependencies, ...).
Search Criteria
Package Details: spyder-git 6.0.0a1.r358.g2578be8a3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/spyder-git.git (read-only, click to copy) |
---|---|
Package Base: | spyder-git |
Description: | The Scientific Python Development Environment |
Upstream URL: | https://www.spyder-ide.org/ |
Licenses: | MIT |
Conflicts: | spyder, spyder3-git |
Provides: | spyder |
Replaces: | spyder3-git |
Submitter: | willemw |
Maintainer: | willemw |
Last Packager: | willemw |
Votes: | 24 |
Popularity: | 0.000000 |
First Submitted: | 2015-02-24 08:52 (UTC) |
Last Updated: | 2023-08-10 20:51 (UTC) |
Dependencies (58)
- autopep8
- flake8
- ipython (ipython-gitAUR)
- jupyter-nbconvert
- python-atomicwrites (python-atomicwrites-homeassistantAUR)
- python-chardet
- python-cloudpickle
- python-cookiecutter
- python-debugpy
- python-diff-match-patch
- python-intervaltree
- python-jedi
- python-jellyfish
- python-jsonschema
- python-keyring
- python-lsp-black
- python-lsp-server
- python-numpydoc
- python-parso
- python-pexpect
- Show 38 more dependencies...
Required by (5)
- python-cq-editor (requires spyder)
- python-cq-editor-git (requires spyder)
- python-guidata (requires spyder) (optional)
- python-sardana (requires spyder)
- python-taurus (requires spyder) (optional)
Sources (1)
Latest Comments
« First ‹ Previous 1 .. 7 8 9 10 11 12 13 Next › Last »
willemw commented on 2013-06-24 13:17 (UTC)
willemw commented on 2013-06-23 07:17 (UTC)
All the python 'depends' and 'optdepends' are now python3 dependencies. These package names should start with 'python2-' and 'pylint' should be 'python2-pylint'.
davidovitch commented on 2013-05-20 14:02 (UTC)
What I haven't figured out yet is to prevent from having the mercurial repo directory (.hg) twice, as now it lives in both src/spyderlib/.hg and spyderlib/.hg. Any ideas, I can't figure it out based on the official guidelines: https://wiki.archlinux.org/index.php/VCS_PKGBUILD_Guidelines.
flying-sheep commented on 2013-05-18 12:55 (UTC)
fixed it:
https://gist.github.com/flying-sheep/5604309
davidovitch commented on 2013-04-08 11:43 (UTC)
Since pacman 4.1, I think every -git, -hg, -bzr needs to be updated. It is explained here: https://wiki.archlinux.org/index.php/VCS_PKGBUILD_Guidelines
For example, to get the correct version info I updated the PKGBUILD with:
pkgver() {
cd @srcdir/$_hgrepo-build
hg identify -ni | awk 'BEGIN{OFS=".";} {print $2}'
}
contrebasse commented on 2012-11-09 22:38 (UTC)
It seems that it requires python2-pyzmq:
ImportError: IPython.zmq requires pyzmq >= 2.1.4
big_gie commented on 2012-11-08 17:08 (UTC)
EDIT: Sorry AUR broke the patch.
Here's a pastebin for a diff of a working PKGBUILD: http://pastebin.com/jp4i2Zqr
cheesinglee commented on 2012-02-24 09:59 (UTC)
Build fails for me because it appears that the hg repository is pulled in twice, and gives up because no changes were added after the second pull.
I commented out the if-clause in build(), and was then able to get it to install.
Pinned Comments
willemw commented on 2020-08-05 07:20 (UTC) (edited on 2021-08-18 20:33 (UTC) by willemw)
Note:
Some dependencies may need to be manually downgraded or upgraded.
Alternatively, try to edit "install_requires" in "setup.py" and the requirements file ("requirements/conda.txt" in the source files or "requires.txt" in the installed files).