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

Frederik Schwan freswa at gemini.archlinux.org
Fri Sep 24 21:10:03 UTC 2021


    Date: Friday, September 24, 2021 @ 21:10:03
  Author: freswa
Revision: 1023990

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-24 21:10:01 UTC (rev 1023989)
+++ PKGBUILD	2021-09-24 21:10:03 UTC (rev 1023990)
@@ -1,25 +0,0 @@
-# Maintainer: Frederik Schwan <freswa at archlinux dot org>
-# Contributor: Hao Long <imlonghao at archlinuxcn.org>
-
-pkgname=python-rich
-pkgver=10.10.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' 'python-pygments' 'python-typing_extensions' 'python-commonmark')
-makedepends=('python-pip' 'python-poetry')
-source=("https://github.com/willmcgugan/rich/archive/v${pkgver}/rich-${pkgver}.tar.gz")
-b2sums=('5f57b7ea7a091b3478ddc17dfe29309f558f36e8795a66ea918141f42f2a9e5a655667a1db8420193f3f44ba070413ebb512601751a6a5663a87db775576ce65')
-
-build() {
-  cd rich-${pkgver}
-  poetry build --format wheel
-}
-
-package() {
-  cd rich-${pkgver}
-  PIP_CONFIG_FILE=/dev/null pip install --isolated --root="${pkgdir}" --ignore-installed --no-deps dist/*.whl
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-rich/repos/community-any/PKGBUILD (from rev 1023989, python-rich/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-24 21:10:03 UTC (rev 1023990)
@@ -0,0 +1,25 @@
+# Maintainer: Frederik Schwan <freswa at archlinux dot org>
+# Contributor: Hao Long <imlonghao at archlinuxcn.org>
+
+pkgname=python-rich
+pkgver=10.11.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' 'python-pygments' 'python-typing_extensions' 'python-commonmark')
+makedepends=('python-pip' 'python-poetry')
+source=("https://github.com/willmcgugan/rich/archive/v${pkgver}/rich-${pkgver}.tar.gz")
+b2sums=('34081a127eacbc875fb5af1b00a195df4718eacb4e0371ac1367950fc8e102bc2a611d970364a1b02cb400137cb838aa30d9bcd757a4d4644ed976c49c9603c8')
+
+build() {
+  cd rich-${pkgver}
+  poetry build --format wheel
+}
+
+package() {
+  cd rich-${pkgver}
+  PIP_CONFIG_FILE=/dev/null pip install --isolated --root="${pkgdir}" --ignore-installed --no-deps dist/*.whl
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}



More information about the arch-commits mailing list