Date: Wednesday, April 12, 2023 @ 20:26:30
Author: freswa
Revision: 1445022
archrelease: copy trunk to community-staging-any
Added:
python-rich/repos/community-staging-any/PKGBUILD
(from rev 1445021, python-rich/trunk/PKGBUILD)
Deleted:
python-rich/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 50 +++++++++++++++++++++++++-------------------------
1 file changed, 25 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-12 20:26:28 UTC (rev 1445021)
+++ PKGBUILD 2023-04-12 20:26:30 UTC (rev 1445022)
@@ -1,25 +0,0 @@
-# Maintainer: Frederik Schwan <freswa at archlinux dot org>
-# Contributor: Hao Long <[email protected]>
-
-pkgname=python-rich
-pkgver=13.3.3
-pkgrel=3
-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=('2d4aaca6dd18b7f3dd6267b3ead09ece8e2edc2ed050c137a93618915f6cd999744957d6925da90446a5b3a46ef871561145d5c2c27ff2722afac24090cf1064')
-
-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-staging-any/PKGBUILD (from rev 1445021,
python-rich/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-12 20:26:30 UTC (rev 1445022)
@@ -0,0 +1,25 @@
+# Maintainer: Frederik Schwan <freswa at archlinux dot org>
+# Contributor: Hao Long <[email protected]>
+
+pkgname=python-rich
+pkgver=13.3.4
+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=('f0ca78bf4cdec19136f9372e541ea90713e55acf4dc6f709b8edba9c8dc56da9ac534c6f32b05b634a970e4c02b1f08bfcb5ff949889d6f7bfaa104a1ca6b1cd')
+
+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
+}