[arch-commits] Commit in python-evdev/repos/staging-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Oct 31 16:51:57 UTC 2019
Date: Thursday, October 31, 2019 @ 16:51:57
Author: felixonmars
Revision: 366230
archrelease: copy trunk to staging-x86_64
Added:
python-evdev/repos/staging-x86_64/PKGBUILD
(from rev 366229, python-evdev/trunk/PKGBUILD)
Deleted:
python-evdev/repos/staging-x86_64/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-31 16:51:44 UTC (rev 366229)
+++ PKGBUILD 2019-10-31 16:51:57 UTC (rev 366230)
@@ -1,30 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=python-evdev
-pkgver=1.2.0
-pkgrel=2
-pkgdesc="Python bindings for the Linux input subsystem"
-url="https://python-evdev.readthedocs.io/en/latest/"
-arch=(x86_64)
-license=(BSD)
-depends=(python)
-makedepends=(git)
-_commit=91710cd7b86573f9bdb139ff9e9cfce212c94879 # tags/v1.2.0^0
-source=("git+https://github.com/gvalkov/python-evdev#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
- cd $pkgname
- python setup.py build
-}
-
-package() {
- cd $pkgname
- python setup.py install --root="$pkgdir" --optimize=1 --skip-build
- install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE
-}
Copied: python-evdev/repos/staging-x86_64/PKGBUILD (from rev 366229, python-evdev/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-31 16:51:57 UTC (rev 366230)
@@ -0,0 +1,30 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=python-evdev
+pkgver=1.2.0
+pkgrel=3
+pkgdesc="Python bindings for the Linux input subsystem"
+url="https://python-evdev.readthedocs.io/en/latest/"
+arch=(x86_64)
+license=(BSD)
+depends=(python)
+makedepends=(git)
+_commit=91710cd7b86573f9bdb139ff9e9cfce212c94879 # tags/v1.2.0^0
+source=("git+https://github.com/gvalkov/python-evdev#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+ cd $pkgname
+ python setup.py build
+}
+
+package() {
+ cd $pkgname
+ python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+ install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE
+}
More information about the arch-commits
mailing list