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

Antonio Rojas arojas at gemini.archlinux.org
Fri Sep 3 19:21:38 UTC 2021


    Date: Friday, September 3, 2021 @ 19:21:38
  Author: arojas
Revision: 1010697

archrelease: copy trunk to community-any

Added:
  python-fabulous/repos/community-any/PKGBUILD
    (from rev 1010696, python-fabulous/trunk/PKGBUILD)
Deleted:
  python-fabulous/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-03 19:21:28 UTC (rev 1010696)
+++ PKGBUILD	2021-09-03 19:21:38 UTC (rev 1010697)
@@ -1,24 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-_pkgname=fabulous
-pkgname=python-fabulous
-pkgver=0.3.0
-pkgrel=2
-pkgdesc='Print images, colors, and stylish text to the terminal with Python'
-arch=('any')
-url='https://github.com/jart/fabulous'
-license=('Apache')
-depends=('python')
-makedepends=('python-setuptools')
-source=("https://github.com/jart/$_pkgname/releases/download/$pkgver/$_pkgname-$pkgver.tar.gz")
-sha256sums=('44e1c2bbb5a7762d78b88eb067f3c41dbe1fdc06f9bc383e81cb4ca45157089f')
-
-build() {
-  cd $_pkgname-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd $_pkgname-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-fabulous/repos/community-any/PKGBUILD (from rev 1010696, python-fabulous/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-03 19:21:38 UTC (rev 1010697)
@@ -0,0 +1,24 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+_pkgname=fabulous
+pkgname=python-fabulous
+pkgver=0.4.0
+pkgrel=1
+pkgdesc='Print images, colors, and stylish text to the terminal with Python'
+arch=('any')
+url='https://github.com/jart/fabulous'
+license=('Apache')
+depends=('python')
+makedepends=('python-setuptools')
+source=("https://github.com/jart/$_pkgname/releases/download/$pkgver/$_pkgname-$pkgver.tar.gz")
+sha256sums=('60ae547be786b5c19b555939453ea8c1e906b99a93847c8baa65e7154801d14a')
+
+build() {
+  cd $_pkgname-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}



More information about the arch-commits mailing list