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

Leonidas Spyropoulos artafinde at gemini.archlinux.org
Thu Apr 7 19:04:01 UTC 2022


    Date: Thursday, April 7, 2022 @ 19:04:01
  Author: artafinde
Revision: 1182834

archrelease: copy trunk to community-any

Added:
  liquidctl/repos/community-any/PKGBUILD
    (from rev 1182833, liquidctl/trunk/PKGBUILD)
Deleted:
  liquidctl/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   91 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 45 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-07 19:03:53 UTC (rev 1182833)
+++ PKGBUILD	2022-04-07 19:04:01 UTC (rev 1182834)
@@ -1,46 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
-
-pkgname=liquidctl
-pkgver=1.8.1
-pkgrel=1
-arch=('any')
-url='https://github.com/liquidctl/liquidctl'
-license=('GPL3')
-pkgdesc='Cross-platform CLI and Python drivers for AIO liquid coolers and other devices'
-depends=('python' 'python-docopt' 'python-pyusb' 'python-hidapi' 'python-colorlog' 'i2c-tools')
-makedepends=('git' 'python-setuptools')
-checkdepends=('python-pytest')
-source=("git+$url.git?signed#tag=v$pkgver")
-validpgpkeys=('23F335ED4E829797734B22F65841AF7406AF7AD0') # Jonas Tadeu Silva Malaco Filho <jonas at jonasmalaco.com>
-sha512sums=('SKIP')
-
-build() {
-  cd $pkgname
-
-  export DIST_NAME='Arch Linux'
-  export DIST_PACKAGE="$pkgver-$pkgrel"
-
-  python setup.py build
-
-  gzip liquidctl.8
-}
-
-check() {
-  cd $pkgname
-
-  mkdir runtime
-  XDG_RUNTIME_DIR=runtime python -m pytest
-}
-
-package() {
-  cd $pkgname
-
-  python setup.py install --root "$pkgdir" --skip-build -O1
-
-  install -Dm 644 extra/linux/71-liquidctl.rules "$pkgdir"/usr/lib/udev/rules.d/71-liquidctl.rules
-
-  # Install documentation
-  install -dm 755 "$pkgdir"/usr/share/doc/$pkgname
-  cp -r -a --no-preserve=ownership docs/* "$pkgdir"/usr/share/doc/$pkgname
-  install -Dm 644 liquidctl.8.gz "$pkgdir"/usr/share/man/man8/liquidctl.8.gz
-}

Copied: liquidctl/repos/community-any/PKGBUILD (from rev 1182833, liquidctl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-07 19:04:01 UTC (rev 1182834)
@@ -0,0 +1,45 @@
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+
+pkgname=liquidctl
+pkgver=1.9.1
+pkgrel=1
+arch=('any')
+url='https://github.com/liquidctl/liquidctl'
+license=('GPL3')
+pkgdesc='Cross-platform CLI and Python drivers for AIO liquid coolers and other devices'
+depends=('python' 'python-docopt' 'python-pyusb' 'python-hidapi' 'python-colorlog' 'i2c-tools')
+makedepends=('git' 'python-setuptools-scm' 'python-build' 'python-installer' 'python-wheel')
+checkdepends=('python-pytest')
+source=("git+$url.git?signed#tag=v$pkgver")
+validpgpkeys=('23F335ED4E829797734B22F65841AF7406AF7AD0') # Jonas Tadeu Silva Malaco Filho <jonas at jonasmalaco.com>
+sha512sums=('SKIP')
+
+build() {
+  cd "${pkgname}"
+
+  export DIST_NAME='Arch Linux'
+  export DIST_PACKAGE="$pkgver-$pkgrel"
+  export SETUPTOOLS_SCM_PRETEND_VERSION="$pkgver"
+
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd "${pkgname}"
+
+  mkdir runtime
+  XDG_RUNTIME_DIR=runtime python -m pytest
+}
+
+package() {
+  cd "${pkgname}"
+
+  python -m installer --destdir="${pkgdir}" dist/*.whl
+
+  install -Dm 644 extra/linux/71-liquidctl.rules "${pkgdir}"/usr/lib/udev/rules.d/71-liquidctl.rules
+
+  # Install documentation
+  install -dm 755 "${pkgdir}"/usr/share/doc/"${pkgname}"
+  cp -r -a --no-preserve=ownership docs/* "${pkgdir}"/usr/share/doc/"${pkgname}"
+  install -Dm 644 liquidctl.8 "${pkgdir}"/usr/share/man/man8/liquidctl.8
+}



More information about the arch-commits mailing list