Search Criteria
Package Details: python-conda-git 4.6.0a2.r0.gc467517ca-2
Git Clone URL: | https://aur.archlinux.org/python-conda-git.git (read-only, click to copy) |
---|---|
Package Base: | python-conda-git |
Description: | OS-agnostic, system-level binary package manager and ecosystem |
Upstream URL: | http://conda.pydata.org/docs/ |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | cyrevolt |
Maintainer: | cyrevolt |
Last Packager: | cyrevolt |
Votes: | 2 |
Popularity: | 0.073476 |
First Submitted: | 2016-04-08 07:38 |
Last Updated: | 2018-05-02 00:30 |
Dependencies (6)
- python (python-dbg)
- python-requests
- python-ruamel-yaml (python-ruamel-yaml-hg)
- python-pycosat>=0.6.1
- git (git-git) (make)
- python-conda-build (optional) – to use the conda build command
Required by (3)
- conda-zsh-completion (requires python-conda) (optional)
- python-conda-build (requires python-conda)
- python-conda-verify (requires python-conda)
Latest Comments
« First ‹ Previous 1 2
cyrevolt commented on 2017-01-10 23:34
Sorry for this; the current version of conda does not create the binaries (conda, activate, deactivate) anymore. If you are using the fish shell, you are not affected by this. In other cases, I recommend you to use the stable version https://aur.archlinux.org/packages/python-conda and downgrade to v4.2.12-3 as mentioned in the comment there.
cyrevolt commented on 2017-01-04 20:48
Done, sorry for the delay. :)
Thank you for all your hints! I have just added you as a co-maintainer, so you should be able now to e.g. bump the pkgrel number and push the changes if I understand correctly. =)
petronny commented on 2017-01-04 10:43
Hi,
please add `echo $pkgver > conda/.version` to PKGBUILD just like python-conda.
cyrevolt commented on 2016-10-28 21:33
Thanks @Petron, I've just updated both this git version and the stable python-conda.
The odd part is that the "stable" version doesn't work fully now (conda-env doesn't) and it collides with files from conda-env. I had multiple issues packaging these tools, which is mainly why I haven't updated them in quite a while, e.g. they moved the activate/deactivate tools around between conda and conda-env. If you have any clue, it would be awesome if you could provide some details. :)
petronny commented on 2016-10-26 09:05
Hi, please remove the line relevant fish
and add python-ruamel.yaml as its dependency.
PS. currently the python-ruamel.yaml is out of date, please use python-ruamel.yaml-hg instead.
cyrevolt commented on 2016-04-08 12:12
Please note:
In current builds, the fish commands do not work, so consider the stable release from the python-conda package instead of this one. Also, for some reason, the current revision provides the activate/deactivate commands again, although they were once moved to conda-env.
The next release (4.1.0) is coming soon, and as announced here https://github.com/conda/conda/commit/5518a6421939ada69267c20d3c374a67acb65e22 the dependencies will not be correct anymore. They are switching to a different yaml parser.