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

Frederik Schwan freswa at archlinux.org
Tue Jan 12 13:34:16 UTC 2021


    Date: Tuesday, January 12, 2021 @ 13:34:16
  Author: freswa
Revision: 819881

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-12 13:34:13 UTC (rev 819880)
+++ PKGBUILD	2021-01-12 13:34:16 UTC (rev 819881)
@@ -1,30 +0,0 @@
-# Maintainer: Frederik Schwan <freswa at archlinux dot org>
-# Contributor: Hao Long <imlonghao at archlinuxcn.org>
-
-pkgname=python-rich
-pkgver=9.7.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-setuptools' 'python-dephell')
-source=("https://github.com/willmcgugan/rich/archive/v${pkgver}/rich-${pkgver}.tar.gz")
-b2sums=('0c234b349e918f6014f83872af51c19dea0ffceb8d6eccc71aff76110cd416c95ede583cfc369aa0f48278c0680bbcd3bb01ea4eac2bcf45c843e75b23d8d4ba')
-
-prepare() {
-  cd rich-${pkgver}
-  dephell deps convert --from pyproject.toml --to setup.py
-}
-
-build() {
-  cd rich-${pkgver}
-  python3 setup.py build
-}
-
-package() {
-  cd rich-${pkgver}
-  python3 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-rich/repos/community-any/PKGBUILD (from rev 819880, python-rich/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-12 13:34:16 UTC (rev 819881)
@@ -0,0 +1,30 @@
+# Maintainer: Frederik Schwan <freswa at archlinux dot org>
+# Contributor: Hao Long <imlonghao at archlinuxcn.org>
+
+pkgname=python-rich
+pkgver=9.8.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-setuptools' 'python-dephell')
+source=("https://github.com/willmcgugan/rich/archive/v${pkgver}/rich-${pkgver}.tar.gz")
+b2sums=('88a332dbbf6da7ff154b21e466824ad06398124ff65f8bb4caf2b7ad9fc55d2b8ffd605a16a6d6724e6c40f213572c8c88bafb8487002b03d1979f9ef19b4c3d')
+
+prepare() {
+  cd rich-${pkgver}
+  dephell deps convert --from pyproject.toml --to setup.py
+}
+
+build() {
+  cd rich-${pkgver}
+  python3 setup.py build
+}
+
+package() {
+  cd rich-${pkgver}
+  python3 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}



More information about the arch-commits mailing list