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

Felix Yan felixonmars at gemini.archlinux.org
Thu Dec 2 15:20:34 UTC 2021


    Date: Thursday, December 2, 2021 @ 15:20:33
  Author: felixonmars
Revision: 1062033

archrelease: copy trunk to community-staging-any

Added:
  python-getkey/repos/community-staging-any/PKGBUILD
    (from rev 1062030, python-getkey/trunk/PKGBUILD)
Deleted:
  python-getkey/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 15:20:31 UTC (rev 1062032)
+++ PKGBUILD	2021-12-02 15:20:33 UTC (rev 1062033)
@@ -1,31 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-_pkgname=getkey
-pkgname=python-getkey
-pkgver=0.6.5
-pkgrel=2
-pkgdesc='Python library to easily read single chars and key strokes'
-arch=('any')
-url='https://github.com/kcsaff/getkey'
-license=('MIT')
-depends=('python')
-makedepends=('python-setuptools' 'flake8')
-checkdepends=('python-pytest-cov')
-source=("https://github.com/kcsaff/$_pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('096792463ed0cd8ac92d7b2b6d23cff1c815b449403115034bed2029b378d54c')
-
-build() {
-  cd $_pkgname-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $_pkgname-$pkgver
-  pytest
-}
-
-package() {
-  cd $_pkgname-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-getkey/repos/community-staging-any/PKGBUILD (from rev 1062030, python-getkey/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 15:20:33 UTC (rev 1062033)
@@ -0,0 +1,31 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+_pkgname=getkey
+pkgname=python-getkey
+pkgver=0.6.5
+pkgrel=3
+pkgdesc='Python library to easily read single chars and key strokes'
+arch=('any')
+url='https://github.com/kcsaff/getkey'
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools' 'flake8')
+checkdepends=('python-pytest-cov')
+source=("https://github.com/kcsaff/$_pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('096792463ed0cd8ac92d7b2b6d23cff1c815b449403115034bed2029b378d54c')
+
+build() {
+  cd $_pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+  pytest
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list