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

Jonas Witschel diabonas at archlinux.org
Mon Mar 22 20:20:46 UTC 2021


    Date: Monday, March 22, 2021 @ 20:20:46
  Author: diabonas
Revision: 899147

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   84 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-22 20:20:40 UTC (rev 899146)
+++ PKGBUILD	2021-03-22 20:20:46 UTC (rev 899147)
@@ -1,42 +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.34
-pkgrel=1
-pkgdesc="An extensible i3status replacement/wrapper written in python"
-url="https://www.ultrabug.fr/tag/py3status/"
-arch=('any')
-license=('BSD')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner')
-optdepends=('i3status: for i3status modules'
-            'i3blocks: for i3blocks modules'
-            'python-pyudev: for udev event monitoring'
-            'python-pydbus: for modules that rely on D-Bus'
-            'python-tzlocal: for modules that need time zone info'
-            'pacman-contrib: for the arch_updates module')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ultrabug/py3status/archive/$pkgver.tar.gz")
-sha256sums=('f1234e72cda0a792c3d71da3de3a3752ed3462b62793f6a1204372234a5d2521')
-
-build() {
-    cd "$pkgname-$pkgver"
-    python setup.py build
-}
-
-check() {
-    cd "$pkgname-$pkgver"
-    python setup.py pytest
-}
-
-package() {
-    cd "$pkgname-$pkgver"
-    python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-    install -d "$pkgdir/usr/share/doc/$pkgname"
-    install -m644 doc/* README.rst CHANGELOG "$pkgdir/usr/share/doc/$pkgname"
-    install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: py3status/repos/community-any/PKGBUILD (from rev 899146, py3status/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-22 20:20:46 UTC (rev 899147)
@@ -0,0 +1,42 @@
+# 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.35
+pkgrel=1
+pkgdesc="An extensible i3status replacement/wrapper written in python"
+url="https://www.ultrabug.fr/tag/py3status/"
+arch=('any')
+license=('BSD')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner')
+optdepends=('i3status: for i3status modules'
+            'i3blocks: for i3blocks modules'
+            'python-pyudev: for udev event monitoring'
+            'python-pydbus: for modules that rely on D-Bus'
+            'python-tzlocal: for modules that need time zone info'
+            'pacman-contrib: for the arch_updates module')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ultrabug/py3status/archive/$pkgver.tar.gz")
+sha256sums=('8069e35ff7dead4feecdd714b6c36985c4dbfd2cc133ff0ae6d190e99549f55b')
+
+build() {
+    cd "$pkgname-$pkgver"
+    python setup.py build
+}
+
+check() {
+    cd "$pkgname-$pkgver"
+    python setup.py pytest
+}
+
+package() {
+    cd "$pkgname-$pkgver"
+    python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+    install -d "$pkgdir/usr/share/doc/$pkgname"
+    install -m644 doc/* README.rst CHANGELOG "$pkgdir/usr/share/doc/$pkgname"
+    install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list