Search Criteria
Package Details: python2-neovim-git 0.4.0.r0.ga5ee340-1
Git Clone URL: | https://aur.archlinux.org/python2-neovim-git.git (read-only, click to copy) |
---|---|
Package Base: | python2-neovim-git |
Description: | Python client to neovim, git version. Use this to keep up with neovim-git |
Upstream URL: | http://github.com/neovim/python-client |
Keywords: | neovim |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | dave_v |
Maintainer: | dave_v |
Last Packager: | dave_v |
Votes: | 22 |
Popularity: | 0.000453 |
First Submitted: | 2014-11-12 10:15 |
Last Updated: | 2019-12-03 12:17 |
Dependencies (9)
Required by (2)
- neovim-git (requires python2-neovim) (optional)
- neovim-nightly-bin (requires python2-neovim) (optional)
Latest Comments
1 2 3 Next › Last »
dave_v commented on 2019-12-06 22:28
@karcher: The Git repository's URL has changed. Yay keeps a clone of the repository to speed up updates etc.
To get rid of the error, simply delete the cache path that's mentioned in the error message. Yay will pull the repository again when you retry the install.
karcher commented on 2019-12-05 19:13
I'm getting the following error during update:
dave_v commented on 2019-12-03 12:18
Thanks for the notification @jogdand - Updated the package accordingly.
jogdand commented on 2019-12-03 06:37
git://github.com/... is causing timeout (might be due to our school network restrictions). git+https://github.com/... is working and is suggested in wiki (https://wiki.archlinux.org/index.php/VCS_package_guidelines#VCS_sources). Can this be added to PKGBUILD?
dave_v commented on 2016-03-08 12:35
Thanks for the note, Vtec234. I've updated the PKGBUILD to fix this.
Vtec234 commented on 2016-03-05 21:20
Build fails with
mv: cannot stat '/tmp/yaourt-tmp-wojciech/aur-python2-neovim-git/pkg/python2-neovim-git/usr/bin/pynvim': No such file or directory.
Commenting out the mv pynvim pynvim2 line in PKGBUILD makes it work.
This is why:
https://github.com/neovim/python-client/releases/tag/0.1.3
yan12125 commented on 2016-02-14 16:38
Fails with pacman 5.0:
> url should not be an array
dave_v commented on 2015-12-14 10:16
@yan12125 - Thanks for the feedback - I've updated it.
yan12125 commented on 2015-12-11 05:47
@dave_v Could you please change pkgver() to:
pkgver() {
cd "$pkgname"
git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
This function is extracted from https://wiki.archlinux.org/index.php/VCS_package_guidelines#Git. With that, pkgver becomes 0.1.0.r0.g354d6f7, which matches versioning of community/python2-neovim.
dave_v commented on 2015-07-15 08:03
Thanks demizer, I've updated the PKGBUILD.