[arch-commits] Commit in python-hid/repos/community-staging-any (PKGBUILD PKGBUILD)
Evangelos Foutras
foutrelis at gemini.archlinux.org
Wed Dec 1 21:33:22 UTC 2021
Date: Wednesday, December 1, 2021 @ 21:33:22
Author: foutrelis
Revision: 1060799
archrelease: copy trunk to community-staging-any
Added:
python-hid/repos/community-staging-any/PKGBUILD
(from rev 1060798, python-hid/trunk/PKGBUILD)
Deleted:
python-hid/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 52 ++++++++++++++++++++++++++--------------------------
1 file changed, 26 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-01 21:33:18 UTC (rev 1060798)
+++ PKGBUILD 2021-12-01 21:33:22 UTC (rev 1060799)
@@ -1,26 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Contributor: Thomas Weißschuh <thomas t-8ch de>
-
-pkgname=python-hid
-pkgver=1.0.4
-pkgrel=6
-_pkgname=${pkgname#python-}
-pkgdesc="Python hidapi bindings in ctypes (aka pyhidapi)"
-arch=(any)
-url="https://github.com/apmorton/pyhidapi"
-license=(MIT)
-depends=(hidapi python)
-conflicts=(python-hidapi)
-makedepends=(python-setuptools)
-source=("$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname::1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
-sha256sums=('f61b0382f37a334bc8ba8604bc84b94875ee4f594fbbaf82b2c3b3e827883fc1')
-
-build() {
- cd "$_pkgname-$pkgver"
- python setup.py build
-}
-
-package() {
- cd "$_pkgname-$pkgver"
- python setup.py install --skip-build -O1 --root="$pkgdir"
-}
Copied: python-hid/repos/community-staging-any/PKGBUILD (from rev 1060798, python-hid/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-01 21:33:22 UTC (rev 1060799)
@@ -0,0 +1,26 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Contributor: Thomas Weißschuh <thomas t-8ch de>
+
+pkgname=python-hid
+pkgver=1.0.4
+pkgrel=7
+_pkgname=${pkgname#python-}
+pkgdesc="Python hidapi bindings in ctypes (aka pyhidapi)"
+arch=(any)
+url="https://github.com/apmorton/pyhidapi"
+license=(MIT)
+depends=(hidapi python)
+conflicts=(python-hidapi)
+makedepends=(python-setuptools)
+source=("$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname::1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
+sha256sums=('f61b0382f37a334bc8ba8604bc84b94875ee4f594fbbaf82b2c3b3e827883fc1')
+
+build() {
+ cd "$_pkgname-$pkgver"
+ python setup.py build
+}
+
+package() {
+ cd "$_pkgname-$pkgver"
+ python setup.py install --skip-build -O1 --root="$pkgdir"
+}
More information about the arch-commits
mailing list