Date: Saturday, March 4, 2023 @ 22:31:00
Author: freswa
Revision: 1412581
archrelease: copy trunk to community-any
Added:
python-rich/repos/community-any/PKGBUILD
(from rev 1412580, python-rich/trunk/PKGBUILD)
Deleted:
python-rich/repos/community-any/PKGBUILD
----------+
PKGBUILD | 50 +++++++++++++++++++++++++-------------------------
1 file changed, 25 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-04 22:30:56 UTC (rev 1412580)
+++ PKGBUILD 2023-03-04 22:31:00 UTC (rev 1412581)
@@ -1,25 +0,0 @@
-# Maintainer: Frederik Schwan <freswa at archlinux dot org>
-# Contributor: Hao Long <[email protected]>
-
-pkgname=python-rich
-pkgver=13.3.1
-pkgrel=1
-pkgdesc='Render rich text, tables, progress bars, syntax highlighting,
markdown and more to the terminal'
-arch=(any)
-url='https://github.com/willmcgugan/rich'
-license=('MIT')
-depends=(python-{colorama,markdown-it-py,pygments})
-makedepends=(python-{build,installer,poetry-core,wheel})
-source=("https://github.com/willmcgugan/rich/archive/v${pkgver}/rich-${pkgver}.tar.gz")
-b2sums=('79713ee232bc1c990c1432f7966cffd69b8ffef9ad8a562339d62b03fbab4620040c5ae1d735d3084d71f32581955f0ea5fad113ff992dcddb2dd0e20465484e')
-
-build() {
- cd rich-${pkgver}
- python -m build --wheel --no-isolation
-}
-
-package() {
- cd rich-${pkgver}
- python -m installer --destdir="$pkgdir" dist/*.whl
- install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}
Copied: python-rich/repos/community-any/PKGBUILD (from rev 1412580,
python-rich/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-04 22:31:00 UTC (rev 1412581)
@@ -0,0 +1,25 @@
+# Maintainer: Frederik Schwan <freswa at archlinux dot org>
+# Contributor: Hao Long <[email protected]>
+
+pkgname=python-rich
+pkgver=13.3.2
+pkgrel=1
+pkgdesc='Render rich text, tables, progress bars, syntax highlighting,
markdown and more to the terminal'
+arch=(any)
+url='https://github.com/willmcgugan/rich'
+license=('MIT')
+depends=(python-{colorama,markdown-it-py,pygments})
+makedepends=(python-{build,installer,poetry-core,wheel})
+source=("https://github.com/willmcgugan/rich/archive/v${pkgver}/rich-${pkgver}.tar.gz")
+b2sums=('fbee6e01b60a18cb32a7f86fa41d621d2cb895e5602f23ed85e7338788f4fbab401fe0a8c2b2bb3a1975c40ebeaaf4d013e50a6d6e5cad6324a14acea21d48dc')
+
+build() {
+ cd rich-${pkgver}
+ python -m build --wheel --no-isolation
+}
+
+package() {
+ cd rich-${pkgver}
+ python -m installer --destdir="$pkgdir" dist/*.whl
+ install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}