[arch-commits] Commit in vim-jedi/repos/community-staging-any (PKGBUILD PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Sun Nov 10 20:36:51 UTC 2019


    Date: Sunday, November 10, 2019 @ 20:36:51
  Author: foutrelis
Revision: 526539

archrelease: copy trunk to community-staging-any

Added:
  vim-jedi/repos/community-staging-any/PKGBUILD
    (from rev 526538, vim-jedi/trunk/PKGBUILD)
Deleted:
  vim-jedi/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   88 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-10 20:36:47 UTC (rev 526538)
+++ PKGBUILD	2019-11-10 20:36:51 UTC (rev 526539)
@@ -1,44 +0,0 @@
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Danilo Bargen <gezuru at gmail.com>
-
-pkgname=vim-jedi
-_reponame=jedi-vim
-pkgver=0.10.0
-pkgrel=2
-pkgdesc='Vim plugin for jedi, an awesome Python autocompletion'
-url='https://github.com/davidhalter/jedi-vim'
-arch=('any')
-license=('MIT')
-depends=('vim' 'python-jedi' 'python')
-optdepends=('vim-supertab: tab completion'
-            'python2-jedi: Python 2 support')
-checkdepends=('python-pytest')
-groups=('vim-plugins')
-options=('!emptydirs')
-source=(https://github.com/davidhalter/${_reponame}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('4a5d9e572d08ee4b7637adba5cda355273c35c04e83790e918ea66483a000ffc')
-
-prepare() {
-  cd ${_reponame}-${pkgver}
-  sed -E 's|zipimport|zipimport\\nzipp|' -i test/vspec/pyimport.vim
-}
-
-check() {
-  cd ${_reponame}-${pkgver}
-  py.test
-}
-
-package() {
-  cd ${_reponame}-${pkgver}
-
-  install -d "${pkgdir}/usr/share/vim/vimfiles"
-  cp -dpr --no-preserve=ownership pythonx "${pkgdir}/usr/share/vim/vimfiles"
-  cp -dpr --no-preserve=ownership doc "${pkgdir}/usr/share/vim/vimfiles/doc"
-  cp -dpr --no-preserve=ownership after "${pkgdir}/usr/share/vim/vimfiles/after"
-  cp -dpr --no-preserve=ownership autoload "${pkgdir}/usr/share/vim/vimfiles/autoload"
-  cp -dpr --no-preserve=ownership ftplugin "${pkgdir}/usr/share/vim/vimfiles/ftplugin"
-  cp -dpr --no-preserve=ownership plugin "${pkgdir}/usr/share/vim/vimfiles/plugin"
-
-  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: vim-jedi/repos/community-staging-any/PKGBUILD (from rev 526538, vim-jedi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-10 20:36:51 UTC (rev 526539)
@@ -0,0 +1,44 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Danilo Bargen <gezuru at gmail.com>
+
+pkgname=vim-jedi
+_reponame=jedi-vim
+pkgver=0.10.0
+pkgrel=3
+pkgdesc='Vim plugin for jedi, an awesome Python autocompletion'
+url='https://github.com/davidhalter/jedi-vim'
+arch=('any')
+license=('MIT')
+depends=('vim' 'python-jedi' 'python')
+optdepends=('vim-supertab: tab completion'
+            'python2-jedi: Python 2 support')
+checkdepends=('python-pytest')
+groups=('vim-plugins')
+options=('!emptydirs')
+source=(https://github.com/davidhalter/${_reponame}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('4a5d9e572d08ee4b7637adba5cda355273c35c04e83790e918ea66483a000ffc')
+
+prepare() {
+  cd ${_reponame}-${pkgver}
+  sed -E 's|zipimport|zipimport\\nzipp|' -i test/vspec/pyimport.vim
+}
+
+check() {
+  cd ${_reponame}-${pkgver}
+  py.test
+}
+
+package() {
+  cd ${_reponame}-${pkgver}
+
+  install -d "${pkgdir}/usr/share/vim/vimfiles"
+  cp -dpr --no-preserve=ownership pythonx "${pkgdir}/usr/share/vim/vimfiles"
+  cp -dpr --no-preserve=ownership doc "${pkgdir}/usr/share/vim/vimfiles/doc"
+  cp -dpr --no-preserve=ownership after "${pkgdir}/usr/share/vim/vimfiles/after"
+  cp -dpr --no-preserve=ownership autoload "${pkgdir}/usr/share/vim/vimfiles/autoload"
+  cp -dpr --no-preserve=ownership ftplugin "${pkgdir}/usr/share/vim/vimfiles/ftplugin"
+  cp -dpr --no-preserve=ownership plugin "${pkgdir}/usr/share/vim/vimfiles/plugin"
+
+  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}



More information about the arch-commits mailing list