[arch-commits] Commit in python-halo/trunk (PKGBUILD)

Morten Linderud foxboron at archlinux.org
Wed Jun 30 11:00:05 UTC 2021


    Date: Wednesday, June 30, 2021 @ 11:00:05
  Author: foxboron
Revision: 967967

upgpkg: python-halo 0.0.31-2

Added:
  python-halo/trunk/PKGBUILD

----------+
 PKGBUILD |   25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

Added: PKGBUILD
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-30 11:00:05 UTC (rev 967967)
@@ -0,0 +1,25 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Contributor: Alexander Seiler <seileralex at gmail.com>
+
+pkgname=python-halo
+pkgver=0.0.31
+pkgrel=2
+_pkgname=${pkgname#python-}
+pkgdesc="Beautiful terminal spinners in Python"
+arch=(any)
+url="https://github.com/manrajgrover/halo"
+license=(MIT)
+depends=('python' 'python-log_symbols' 'python-spinners' 'python-termcolor' 'python-six')
+makedepends=(python-setuptools)
+source=("$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname::1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
+sha256sums=('7b67a3521ee91d53b7152d4ee3452811e1d2a6321975137762eb3d70063cc9d6')
+
+build() {
+  cd "$_pkgname-$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd "$_pkgname-$pkgver"
+  python setup.py install --skip-build -O1 --root="$pkgdir"
+}




More information about the arch-commits mailing list