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

Frederik Schwan freswa at gemini.archlinux.org
Sun Nov 28 19:31:18 UTC 2021


    Date: Sunday, November 28, 2021 @ 19:31:17
  Author: freswa
Revision: 1055373

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-28 19:31:16 UTC (rev 1055372)
+++ PKGBUILD	2021-11-28 19:31:17 UTC (rev 1055373)
@@ -1,25 +0,0 @@
-# Maintainer: Frederik Schwan <freswa at archlinux dot org>
-# Contributor: Hao Long <imlonghao at archlinuxcn.org>
-
-pkgname=python-rich
-pkgver=10.14.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=('bc7d9a493dd4d283b0890bf385ac219c60cfb80addc226b39418ff26ca598a96c71e56ce7bea34b0508728d5535ed8ef71b21b907c13bb2ac3a1c79afefeb8f2')
-
-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 1055372, python-rich/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-11-28 19:31:17 UTC (rev 1055373)
@@ -0,0 +1,25 @@
+# Maintainer: Frederik Schwan <freswa at archlinux dot org>
+# Contributor: Hao Long <imlonghao at archlinuxcn.org>
+
+pkgname=python-rich
+pkgver=10.15.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=('c169ca3d9144349770a0baf56d6267d5ac2e8505878838c233561961c0f1f4c5dee9585e241ee730346935134162652368f735f3f9c8cf20fa43272bc99f0e68')
+
+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