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

Antonio Rojas arojas at gemini.archlinux.org
Sun Jun 19 14:18:00 UTC 2022


    Date: Sunday, June 19, 2022 @ 14:18:00
  Author: arojas
Revision: 1238617

archrelease: copy trunk to community-any

Added:
  python-shtab/repos/community-any/PKGBUILD
    (from rev 1238616, python-shtab/trunk/PKGBUILD)
Deleted:
  python-shtab/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-19 14:17:48 UTC (rev 1238616)
+++ PKGBUILD	2022-06-19 14:18:00 UTC (rev 1238617)
@@ -1,32 +0,0 @@
-# Maintainer:
-# Contributor: SZanko, szanko at protonmail dot com
-
-_pkgname=shtab
-pkgname=python-${_pkgname}
-pkgver=1.5.4
-pkgrel=1
-pkgdesc='Automagic shell tab completion for Python CLI applications'
-arch=(any)
-url='https://github.com/iterative/shtab'
-license=(Apache)
-depends=(python)
-makedepends=(python-build python-installer python-setuptools-scm python-wheel)
-checkdepends=(python-pytest-cov python-pytest-timeout)
-source=(https://pypi.python.org/packages/source/${_pkgname:0:1}/${_pkgname/-/_}/${_pkgname/-/_}-${pkgver}.tar.gz)
-sha256sums=('0ef9cfc55e7e3efe83cb8e888cd39c4a2211271c07deade81acdfb1477c79140')
-
-build() {
-  cd $_pkgname-$pkgver
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  cd $_pkgname-$pkgver
-  pytest -v
-}
-
-package() {
-  cd $_pkgname-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -Dm644 LICENCE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-shtab/repos/community-any/PKGBUILD (from rev 1238616, python-shtab/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-19 14:18:00 UTC (rev 1238617)
@@ -0,0 +1,32 @@
+# Maintainer:
+# Contributor: SZanko, szanko at protonmail dot com
+
+_pkgname=shtab
+pkgname=python-${_pkgname}
+pkgver=1.5.5
+pkgrel=1
+pkgdesc='Automagic shell tab completion for Python CLI applications'
+arch=(any)
+url='https://github.com/iterative/shtab'
+license=(Apache)
+depends=(python)
+makedepends=(python-build python-installer python-setuptools-scm python-wheel)
+checkdepends=(python-pytest-cov python-pytest-timeout)
+source=(https://pypi.python.org/packages/source/${_pkgname:0:1}/${_pkgname/-/_}/${_pkgname/-/_}-${pkgver}.tar.gz)
+sha256sums=('f90a6ce64b821002d5881b6212992a27ab40c3bab36aabca8de118b0b78f61f6')
+
+build() {
+  cd $_pkgname-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd $_pkgname-$pkgver
+  pytest -v
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -Dm644 LICENCE -t "$pkgdir"/usr/share/licenses/$pkgname
+}



More information about the arch-commits mailing list