[arch-commits] Commit in python-neovim/trunk (PKGBUILD)
Sven-Hendrik Haase
svenstaro at archlinux.org
Thu Mar 30 01:12:28 UTC 2017
Date: Thursday, March 30, 2017 @ 01:12:27
Author: svenstaro
Revision: 219983
upgpkg: python-neovim 0.1.13-2
Remove python-click dep (FS#53464)
Modified:
python-neovim/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-03-30 01:08:58 UTC (rev 219982)
+++ PKGBUILD 2017-03-30 01:12:27 UTC (rev 219983)
@@ -4,7 +4,7 @@
pkgname=('python-neovim' 'python2-neovim')
_realname=python-client
pkgver=0.1.13
-pkgrel=1
+pkgrel=2
pkgdesc='Python client for Neovim'
url='https://github.com/neovim/python-client'
arch=('any')
@@ -27,7 +27,7 @@
package_python-neovim() {
pkgdesc='Python 3 client for neovim'
- depends=('neovim' 'python' 'python-msgpack' 'python-greenlet' 'python-click')
+ depends=('neovim' 'python' 'python-msgpack' 'python-greenlet')
cd "${srcdir}/${_realname}-${pkgver}"
python setup.py install --optimize=1 --prefix=/usr --root="${pkgdir}" --skip-build
@@ -35,7 +35,7 @@
package_python2-neovim() {
pkgdesc='Python 2 client for neovim'
- depends=('neovim' 'python2' 'python2-msgpack' 'python2-greenlet' 'python2-click' 'python2-trollius')
+ depends=('neovim' 'python2' 'python2-msgpack' 'python2-greenlet' 'python2-trollius')
cd "${srcdir}/${_realname}-${pkgver}-python2"
python2 setup.py install --optimize=1 --prefix=/usr --root="${pkgdir}" --skip-build
More information about the arch-commits
mailing list