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

Jonas Witschel diabonas at gemini.archlinux.org
Thu Aug 25 16:31:34 UTC 2022


    Date: Thursday, August 25, 2022 @ 16:31:34
  Author: diabonas
Revision: 1279494

archrelease: copy trunk to community-any

Added:
  py3status/repos/community-any/PKGBUILD
    (from rev 1279493, py3status/trunk/PKGBUILD)
Deleted:
  py3status/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   93 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 47 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-25 16:31:22 UTC (rev 1279493)
+++ PKGBUILD	2022-08-25 16:31:34 UTC (rev 1279494)
@@ -1,46 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Maintainer: Jonas Witschel <diabonas at archlinux.org>
-# Contributor: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Alexis "Horgix" Chotard <alexis.horgix.chotard at gmail.com>
-# Contributor: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
-
-pkgname=py3status
-pkgver=3.45
-pkgrel=1
-pkgdesc="An extensible i3status replacement/wrapper written in python"
-url="https://www.ultrabug.fr/tag/py3status/"
-arch=('any')
-license=('BSD')
-depends=('python' 'python-setuptools')
-makedepends=('python-build' 'python-installer' 'python-wheel')
-checkdepends=('python-pytest')
-optdepends=('i3status: for i3status modules'
-            'i3blocks: for i3blocks modules'
-            'python-mpris2: for the mpris module'
-            'python-pyudev: for udev event monitoring'
-            'python-pydbus: for modules that rely on D-Bus'
-            'python-pytz: for the clock module'
-            'python-tzlocal: for the clock module'
-            'pacman-contrib: for the arch_updates module')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ultrabug/py3status/archive/refs/tags/$pkgver.tar.gz")
-sha256sums=('9221e47591f5f167ed9ab053f1967114458afd9bcc28f90a3339ce44a7b5d0a5')
-
-build() {
-    cd "$pkgname-$pkgver"
-    python -m build --wheel --no-isolation
-}
-
-check() {
-    cd "$pkgname-$pkgver"
-    pytest
-}
-
-package() {
-    cd "$pkgname-$pkgver"
-    python -m installer --destdir="$pkgdir" dist/*.whl
-    install -d "$pkgdir/usr/share/doc/$pkgname"{,/dev-guide,/user-guide}
-    install -m644 docs/*.md README.md CHANGELOG "$pkgdir/usr/share/doc/$pkgname"
-    install -m644 docs/dev-guide/* "$pkgdir/usr/share/doc/$pkgname/dev-guide"
-    install -m644 docs/user-guide/* "$pkgdir/usr/share/doc/$pkgname/user-guide"
-    install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: py3status/repos/community-any/PKGBUILD (from rev 1279493, py3status/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-25 16:31:34 UTC (rev 1279494)
@@ -0,0 +1,47 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Maintainer: Jonas Witschel <diabonas at archlinux.org>
+# Contributor: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Alexis "Horgix" Chotard <alexis.horgix.chotard at gmail.com>
+# Contributor: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
+
+pkgname=py3status
+pkgver=3.46
+pkgrel=1
+pkgdesc="An extensible i3status replacement/wrapper written in python"
+url="https://www.ultrabug.fr/tag/py3status/"
+arch=('any')
+license=('BSD')
+depends=('python' 'python-setuptools')
+makedepends=('python-build' 'python-installer' 'python-wheel')
+checkdepends=('python-pytest')
+optdepends=('i3status: for i3status modules'
+            'i3blocks: for i3blocks modules'
+            'iw: for the wifi module'
+            'python-mpris2: for the mpris module'
+            'python-pyudev: for udev event monitoring'
+            'python-pydbus: for modules that rely on D-Bus'
+            'python-pytz: for the clock module'
+            'python-tzlocal: for the clock module'
+            'pacman-contrib: for the arch_updates module')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ultrabug/py3status/archive/refs/tags/$pkgver.tar.gz")
+sha256sums=('412feb569b1b4f479fa2c4519dfba4699e71999779aac5c32a56356ae20f4df6')
+
+build() {
+    cd "$pkgname-$pkgver"
+    python -m build --wheel --no-isolation
+}
+
+check() {
+    cd "$pkgname-$pkgver"
+    pytest
+}
+
+package() {
+    cd "$pkgname-$pkgver"
+    python -m installer --destdir="$pkgdir" dist/*.whl
+    install -d "$pkgdir/usr/share/doc/$pkgname"{,/dev-guide,/user-guide}
+    install -m644 docs/*.md README.md CHANGELOG "$pkgdir/usr/share/doc/$pkgname"
+    install -m644 docs/dev-guide/* "$pkgdir/usr/share/doc/$pkgname/dev-guide"
+    install -m644 docs/user-guide/* "$pkgdir/usr/share/doc/$pkgname/user-guide"
+    install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list