Date: Friday, January 27, 2023 @ 22:28:11
Author: freswa
Revision: 1388985
archrelease: copy trunk to community-any
Added:
python-rich/repos/community-any/PKGBUILD
(from rev 1388984, python-rich/trunk/PKGBUILD)
Deleted:
python-rich/repos/community-any/PKGBUILD
----------+
PKGBUILD | 50 +++++++++++++++++++++++++-------------------------
1 file changed, 25 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-27 22:28:00 UTC (rev 1388984)
+++ PKGBUILD 2023-01-27 22:28:11 UTC (rev 1388985)
@@ -1,25 +0,0 @@
-# Maintainer: Frederik Schwan <freswa at archlinux dot org>
-# Contributor: Hao Long <[email protected]>
-
-pkgname=python-rich
-pkgver=13.2.0
-pkgrel=2
-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=('1a767de5d3b872e07e74374d956b4a3d1b6916a98846f98208f8a2e14a1c12f18fe7d85919f0b2104228fd74d25e640d446fae416a70254f7241fa726fb82802')
-
-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 1388984,
python-rich/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-01-27 22:28:11 UTC (rev 1388985)
@@ -0,0 +1,25 @@
+# Maintainer: Frederik Schwan <freswa at archlinux dot org>
+# Contributor: Hao Long <[email protected]>
+
+pkgname=python-rich
+pkgver=13.3.0
+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=('bf314606d2da55d1c20d01083c21edc6f10590431152d360f1a5731fc543d47360faabd5141d3bf9b46793145a08bd79c971974ae85956df8821a33afa45bc50')
+
+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
+}