Date: Sunday, February 26, 2023 @ 15:13:01
Author: foxboron
Revision: 1405167
archrelease: copy trunk to community-any
Added:
py3status/repos/community-any/PKGBUILD
(from rev 1405166, py3status/trunk/PKGBUILD)
Deleted:
py3status/repos/community-any/PKGBUILD
----------+
PKGBUILD | 94 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 47 insertions(+), 47 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-02-26 15:12:56 UTC (rev 1405166)
+++ PKGBUILD 2023-02-26 15:13:01 UTC (rev 1405167)
@@ -1,47 +0,0 @@
-# Maintainer: Morten Linderud <[email protected]>
-# Maintainer: Jonas Witschel <[email protected]>
-# Contributor: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Alexis "Horgix" Chotard <[email protected]>
-# Contributor: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
-
-pkgname=py3status
-pkgver=3.48
-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=('8740fb533ae53c3ebcd6dc8f42aa12260adec729450a0207ef19def484cb2638')
-
-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 1405166,
py3status/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-02-26 15:13:01 UTC (rev 1405167)
@@ -0,0 +1,47 @@
+# Maintainer: Morten Linderud <[email protected]>
+# Maintainer: Jonas Witschel <[email protected]>
+# Contributor: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Alexis "Horgix" Chotard <[email protected]>
+# Contributor: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
+
+pkgname=py3status
+pkgver=3.49
+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=('d322a12d7605ace0c4015c938a7c9f2936b6b4f050b9c084aa2523b2b3a49f80')
+
+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"
+}