Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
hid-tools
Commits:
58163d40 by Antonio Rojas at 2024-12-25T12:44:29+01:00
upgpkg: 0.9-1: Update to 0.9
- - - - -
3 changed files:
- .SRCINFO
- PKGBUILD
- − fix-sphinx.patch
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = hid-tools
pkgdesc = Python scripts to manipulate HID data
- pkgver = 0.7
- pkgrel = 3
+ pkgver = 0.9
+ pkgrel = 1
url = https://gitlab.freedesktop.org/libevdev/hid-tools
arch = any
license = GPL2
@@ -17,9 +17,7 @@ pkgbase = hid-tools
depends = python-libevdev
depends = python-click
depends = python-yaml
- source =
https://gitlab.freedesktop.org/libevdev/hid-tools/-/archive/0.7/hid-tools-0.7.tar.gz
- source = fix-sphinx.patch
- sha512sums =
9a9bd42ac0a78455e7c5c472b954ac6761c656d51dc9667def50fd61311280d435b227c5b9519d05287063bbdfad3930598a9f0a8e4ffe4cc7cc1cda37c4462c
- sha512sums =
de6821177ddda48ebd9183f7d9f159797f36c1e7b0f0a08066994322999a58560975208ac6b3702f6022e18ee1f6f1572cdfad72c27aadc649e0c5eb8e5d8ef5
+ source =
https://gitlab.freedesktop.org/libevdev/hid-tools/-/archive/0.9/hid-tools-0.9.tar.gz
+ sha512sums =
e48668ad2a3423ef91805178a48aa355b5231712cd1ded36194c814a7eaacb80d767fc95e1e76cc9a94dcb6d28074abf4a92574c168a042e930890b57216ed97
pkgname = hid-tools
=====================================
PKGBUILD
=====================================
@@ -1,25 +1,16 @@
# Maintainer: Filipe Laíns (FFY00) <[email protected]>
pkgname=hid-tools
-pkgver=0.7
-pkgrel=3
+pkgver=0.9
+pkgrel=1
arch=('any')
url='https://gitlab.freedesktop.org/libevdev/hid-tools'
license=('GPL2')
pkgdesc='Python scripts to manipulate HID data'
depends=('python-parse' 'python-pyudev' 'python-libevdev' 'python-click'
'python-yaml')
makedepends=('python-build' 'python-installer' 'python-hatchling'
'python-pypandoc' 'python-sphinx' 'python-sphinx_rtd_theme'
'python-sphinxcontrib-apidoc')
-source=("$url/-/archive/$pkgver/$pkgname-$pkgver.tar.gz"
- "fix-sphinx.patch")
-sha512sums=('9a9bd42ac0a78455e7c5c472b954ac6761c656d51dc9667def50fd61311280d435b227c5b9519d05287063bbdfad3930598a9f0a8e4ffe4cc7cc1cda37c4462c'
-
'de6821177ddda48ebd9183f7d9f159797f36c1e7b0f0a08066994322999a58560975208ac6b3702f6022e18ee1f6f1572cdfad72c27aadc649e0c5eb8e5d8ef5')
-
-prepare() {
- cd $pkgname-$pkgver
-
- patch -Np1 -i ${srcdir}/fix-sphinx.patch
-}
-
+source=("$url/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('e48668ad2a3423ef91805178a48aa355b5231712cd1ded36194c814a7eaacb80d767fc95e1e76cc9a94dcb6d28074abf4a92574c168a042e930890b57216ed97')
build() {
cd $pkgname-$pkgver
=====================================
fix-sphinx.patch deleted
=====================================
@@ -1,12 +0,0 @@
-diff -aur hid-tools-0.7.old/doc/source/conf.py hid-tools-0.7/doc/source/conf.py
---- hid-tools-0.7.old/doc/source/conf.py 2024-11-23 11:33:40.921977008
+0100
-+++ hid-tools-0.7/doc/source/conf.py 2024-11-23 11:34:04.335873711 +0100
-@@ -173,7 +173,7 @@
- ]
-
- # Example configuration for intersphinx: refer to the Python standard library.
--intersphinx_mapping = {"http://docs.python.org/": None}
-+intersphinx_mapping = {'python': ('https://docs.python.org/3', None)}
-
- apidoc_module_dir = "../../"
- apidoc_output_dir = "./"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hid-tools/-/commit/58163d4010ad091c5b1a3fe414f46f9230c99e31
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hid-tools/-/commit/58163d4010ad091c5b1a3fe414f46f9230c99e31
You're receiving this email because of your account on gitlab.archlinux.org.