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

Morten Linderud foxboron at archlinux.org
Sat Nov 10 20:14:14 UTC 2018


    Date: Saturday, November 10, 2018 @ 20:14:13
  Author: foxboron
Revision: 405725

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   61 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 31 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-10 20:14:00 UTC (rev 405724)
+++ PKGBUILD	2018-11-10 20:14:13 UTC (rev 405725)
@@ -1,30 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Contributor: Alexis "Horgix" Chotard <alexis.horgix.chotard at gmail.com>
-# Contributor: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
-
-pkgname=py3status
-pkgver=3.13
-pkgrel=1
-pkgdesc="An extensible i3status replacement/wrapper written in python"
-url="http://www.ultrabug.fr/tag/py3status/"
-arch=('any')
-license=('BSD')
-depends=('python' 'python-setuptools' 'i3status')
-optdepends=('i3status: for some of the functionality'
-            'acpi: for some of the battery related modules'
-            'pacman-contrib: for the arch_updates module')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/ultrabug/py3status/archive/$pkgver.tar.gz")
-sha256sums=('c6e1c6d1984265b705e3beac8d6b47d88432cdeca80f09d3fbc05c4c5a2a2a07')
-
-build() {
-  cd $pkgname-$pkgver
-  python setup.py build
-}
-
-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 405724, py3status/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-11-10 20:14:13 UTC (rev 405725)
@@ -0,0 +1,31 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Contributor: Alexis "Horgix" Chotard <alexis.horgix.chotard at gmail.com>
+# Contributor: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
+
+pkgname=py3status
+pkgver=3.14
+pkgrel=1
+pkgdesc="An extensible i3status replacement/wrapper written in python"
+url="http://www.ultrabug.fr/tag/py3status/"
+arch=('any')
+license=('BSD')
+depends=('python' 'python-setuptools' 'i3status')
+optdepends=('i3status: for some of the functionality'
+            'acpi: for some of the battery related modules'
+            'python-pyudev: udev module'
+            'pacman-contrib: for the arch_updates module')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/ultrabug/py3status/archive/$pkgver.tar.gz")
+sha256sums=('4bbd27f606c90e3932f449c998773c801c86cf6146473ec153943ff0df2dc496')
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+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