[arch-commits] Commit in py3status/repos/community-any (PKGBUILD PKGBUILD)
Jonas Witschel
diabonas at gemini.archlinux.org
Thu Jun 16 16:40:02 UTC 2022
Date: Thursday, June 16, 2022 @ 16:40:02
Author: diabonas
Revision: 1238146
archrelease: copy trunk to community-any
Added:
py3status/repos/community-any/PKGBUILD
(from rev 1238145, py3status/trunk/PKGBUILD)
Deleted:
py3status/repos/community-any/PKGBUILD
----------+
PKGBUILD | 92 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 46 insertions(+), 46 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-06-16 16:39:48 UTC (rev 1238145)
+++ PKGBUILD 2022-06-16 16:40:02 UTC (rev 1238146)
@@ -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.44
-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/$pkgver.tar.gz")
-sha256sums=('3afc200780c090253987e47d9e43fede4e24ebba47192de9961f79c05cedc998')
-
-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 1238145, py3status/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-06-16 16:40:02 UTC (rev 1238146)
@@ -0,0 +1,46 @@
+# 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"
+}
More information about the arch-commits
mailing list