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

David Runge dvzrv at gemini.archlinux.org
Sun Sep 5 18:22:13 UTC 2021


    Date: Sunday, September 5, 2021 @ 18:22:13
  Author: dvzrv
Revision: 1011816

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |  118 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-05 18:22:05 UTC (rev 1011815)
+++ PKGBUILD	2021-09-05 18:22:13 UTC (rev 1011816)
@@ -1,59 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-pkgname=pyenv
-pkgver=2.0.5
-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=('58354ad19501a9fb13645e9be27c7d4749db8973dc713d268d2650313692af67694f2a846a42bf4c3c937f2a674684355e95649870da66b7a5a94b2ffe6238f3')
-b2sums=('8d3b3818cd800c4fd1c1f661b5e10b2d079cedf8fb0d4f246bf92107e0a52f08fe545ad3f0d7274dbb9b9a5ff38097f05ea0f358abce63f0c6b064cfc163e21f')
-
-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/vendor_completions.d/"
-  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 1011815, pyenv/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-05 18:22:13 UTC (rev 1011816)
@@ -0,0 +1,59 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+pkgname=pyenv
+pkgver=2.0.6
+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=('825701054080b21c16053aa765d506780ddbd09036a8a6d8476fabb1c4b4ffd52fa883e727cc6823df43ec818c2d916d5e3142a4c9acfd70f6eda491744761c7')
+b2sums=('b50ac2f59129381187fef7ed94644e284179066bff56b711c41d86ca47411c94adcdc0f1139467e3dfb9f31d74673f76de183ad00b1193d304a11439e151c275')
+
+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/vendor_completions.d/"
+  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