[arch-commits] Commit in pyenv/repos/community-any (PKGBUILD PKGBUILD)

David Runge dvzrv at archlinux.org
Tue Oct 15 14:40:09 UTC 2019


    Date: Tuesday, October 15, 2019 @ 14:40:08
  Author: dvzrv
Revision: 516176

archrelease: copy trunk to community-any

Added:
  pyenv/repos/community-any/PKGBUILD
    (from rev 516175, pyenv/trunk/PKGBUILD)
Deleted:
  pyenv/repos/community-any/PKGBUILD

----------+
 PKGBUILD |  116 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 58 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-15 14:40:03 UTC (rev 516175)
+++ PKGBUILD	2019-10-15 14:40:08 UTC (rev 516176)
@@ -1,58 +0,0 @@
-# Maintainer: David Runge <dave at sleepmap.de>
-
-pkgname=pyenv
-pkgver=1.2.13
-pkgrel=1
-pkgdesc="Easily switch between multiple versions of Python"
-arch=('any')
-url="https://github.com/pyenv/pyenv"
-license=('MIT')
-depends=('bash')
-optdepends=('git: installing development versions')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz")
-sha512sums=('f316b09afa7c66cb446df7d74a1af15f0abe351d7fd64cf57334803a1c9c4a567d67be7971f7848f9930ccbb720fc69db496f436c72cf8d62853e24c0d161d36')
-
-package() {
-  cd "$pkgname-$pkgver"
-  # application
-  install -vDm 755 libexec/* -t "${pkgdir}/usr/share/${pkgname}/libexec"
-  install -vdm 755 "${pkgdir}/usr/bin"
-  ln -sv "/usr/share/${pkgname}/libexec/${pkgname}" \
-    "${pkgdir}/usr/bin/${pkgname}"
-  # application hooks
-  install -vDm 755 pyenv.d/exec/pip-rehash/* \
-    -t "${pkgdir}/usr/share/${pkgname}/pyenv.d/exec/pip-rehash"
-  install -vDm 644 pyenv.d/exec/*.bash \
-    -t "${pkgdir}/usr/share/${pkgname}/pyenv.d/exec/"
-  install -vDm 644 pyenv.d/rehash/*.bash \
-    -t "${pkgdir}/usr/share/${pkgname}/pyenv.d/rehash"
-  install -vDm 644 pyenv.d/rehash/conda.d/* \
-    -t "${pkgdir}/usr/share/${pkgname}/pyenv.d/rehash/conda.d"
-  install -vDm 644 pyenv.d/rehash/source.d/* \
-    -t "${pkgdir}/usr/share/${pkgname}/pyenv.d/rehash/source.d"
-  # plugin
-  install -vDm 755 plugins/python-build/bin/* \
-    -t "${pkgdir}/usr/share/${pkgname}/plugins/python-build/bin"
-  for bin in {${pkgname}-{install,uninstall},python-build}; do
-    ln -sv "/usr/share/${pkgname}/plugins/python-build/bin/${bin}" \
-      "${pkgdir}/usr/bin/${bin}"
-  done
-  cp -av plugins/python-build/share \
-    "${pkgdir}/usr/share/${pkgname}/plugins/python-build"
-  # licenses
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -vDm 644 plugins/python-build/LICENSE \
-    "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.python-build"
-  # shell completion
-  install -vDm 644 completions/*.fish \
-    -t "${pkgdir}/usr/share/fish/completions/"
-  install -vDm 644 completions/${pkgname}.bash \
-    "${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
-  install -vDm 644 completions/${pkgname}.zsh \
-    "${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
-  # docs
-  install -vDm 644 {CHANGELOG,COMMANDS,README}.md \
-    -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -vDm 644 plugins/python-build/README.md \
-    "${pkgdir}/usr/share/doc/${pkgname}/README-python-build.md"
-}

Copied: pyenv/repos/community-any/PKGBUILD (from rev 516175, pyenv/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-10-15 14:40:08 UTC (rev 516176)
@@ -0,0 +1,58 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+
+pkgname=pyenv
+pkgver=1.2.14
+pkgrel=1
+pkgdesc="Easily switch between multiple versions of Python"
+arch=('any')
+url="https://github.com/pyenv/pyenv"
+license=('MIT')
+depends=('bash')
+optdepends=('git: installing development versions')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz")
+sha512sums=('b000f8da96356dc969b4165b1ff943d134c5cb596c5421ac7a2c607972aa347d786994fee0cd856bd900f903737e0847e3b66f92831d342d7b15ad8daf330c0f')
+
+package() {
+  cd "$pkgname-$pkgver"
+  # application
+  install -vDm 755 libexec/* -t "${pkgdir}/usr/share/${pkgname}/libexec"
+  install -vdm 755 "${pkgdir}/usr/bin"
+  ln -sv "/usr/share/${pkgname}/libexec/${pkgname}" \
+    "${pkgdir}/usr/bin/${pkgname}"
+  # application hooks
+  install -vDm 755 pyenv.d/exec/pip-rehash/* \
+    -t "${pkgdir}/usr/share/${pkgname}/pyenv.d/exec/pip-rehash"
+  install -vDm 644 pyenv.d/exec/*.bash \
+    -t "${pkgdir}/usr/share/${pkgname}/pyenv.d/exec/"
+  install -vDm 644 pyenv.d/rehash/*.bash \
+    -t "${pkgdir}/usr/share/${pkgname}/pyenv.d/rehash"
+  install -vDm 644 pyenv.d/rehash/conda.d/* \
+    -t "${pkgdir}/usr/share/${pkgname}/pyenv.d/rehash/conda.d"
+  install -vDm 644 pyenv.d/rehash/source.d/* \
+    -t "${pkgdir}/usr/share/${pkgname}/pyenv.d/rehash/source.d"
+  # plugin
+  install -vDm 755 plugins/python-build/bin/* \
+    -t "${pkgdir}/usr/share/${pkgname}/plugins/python-build/bin"
+  for bin in {${pkgname}-{install,uninstall},python-build}; do
+    ln -sv "/usr/share/${pkgname}/plugins/python-build/bin/${bin}" \
+      "${pkgdir}/usr/bin/${bin}"
+  done
+  cp -av plugins/python-build/share \
+    "${pkgdir}/usr/share/${pkgname}/plugins/python-build"
+  # licenses
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -vDm 644 plugins/python-build/LICENSE \
+    "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.python-build"
+  # shell completion
+  install -vDm 644 completions/*.fish \
+    -t "${pkgdir}/usr/share/fish/completions/"
+  install -vDm 644 completions/${pkgname}.bash \
+    "${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
+  install -vDm 644 completions/${pkgname}.zsh \
+    "${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
+  # docs
+  install -vDm 644 {CHANGELOG,COMMANDS,README}.md \
+    -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -vDm 644 plugins/python-build/README.md \
+    "${pkgdir}/usr/share/doc/${pkgname}/README-python-build.md"
+}



More information about the arch-commits mailing list