[arch-commits] Commit in python-fabulous/repos/community-staging-any (2 files)
Felix Yan
felixonmars at gemini.archlinux.org
Wed Dec 1 21:38:42 UTC 2021
Date: Wednesday, December 1, 2021 @ 21:38:42
Author: felixonmars
Revision: 1060927
archrelease: copy trunk to community-staging-any
Added:
python-fabulous/repos/community-staging-any/PKGBUILD
(from rev 1060926, python-fabulous/trunk/PKGBUILD)
Deleted:
python-fabulous/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 48 ++++++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 24 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-01 21:38:39 UTC (rev 1060926)
+++ PKGBUILD 2021-12-01 21:38:42 UTC (rev 1060927)
@@ -1,24 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-_pkgname=fabulous
-pkgname=python-fabulous
-pkgver=0.4.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=('60ae547be786b5c19b555939453ea8c1e906b99a93847c8baa65e7154801d14a')
-
-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-staging-any/PKGBUILD (from rev 1060926, python-fabulous/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-01 21:38:42 UTC (rev 1060927)
@@ -0,0 +1,24 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+_pkgname=fabulous
+pkgname=python-fabulous
+pkgver=0.4.0
+pkgrel=3
+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