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

2020-12-18 Thread Frederik Schwan via arch-commits
Date: Saturday, December 19, 2020 @ 01:44:17
  Author: freswa
Revision: 779734

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-19 01:43:40 UTC (rev 779733)
+++ PKGBUILD2020-12-19 01:44:17 UTC (rev 779734)
@@ -1,30 +0,0 @@
-# Maintainer: Frederik Schwan 
-# Contributor: Hao Long 
-
-pkgname=python-rich
-pkgver=9.4.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=('4c046c0b1a025eacb49e88c7e4a09a85380a90ce95e30847f130f93d977be846c116363d886783248c53448fea767ba7dee54051f291d0e1830eb1d57a302595')
-
-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 779733, 
python-rich/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-19 01:44:17 UTC (rev 779734)
@@ -0,0 +1,30 @@
+# Maintainer: Frederik Schwan 
+# Contributor: Hao Long 
+
+pkgname=python-rich
+pkgver=9.5.1
+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=('9f32aa2a6acb9a18f7c69f74187d953a56212ace10af4d0372a86ad66cc4f5b9a1008d5cb8b34348ef8c9fe66ca236ae533eb875bc4cecd21a1c3f65d34bafac')
+
+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
+}


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

2020-12-14 Thread Frederik Schwan via arch-commits
Date: Monday, December 14, 2020 @ 13:55:36
  Author: freswa
Revision: 775004

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-14 13:55:32 UTC (rev 775003)
+++ PKGBUILD2020-12-14 13:55:36 UTC (rev 775004)
@@ -1,30 +0,0 @@
-# Maintainer: Frederik Schwan 
-# Contributor: Hao Long 
-
-pkgname=python-rich
-pkgver=9.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' '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=('839f95902ede956461605e7472663adeb1377dab10651c94b080bb23e10d84a17ccff9cb93d115b7caf110d2647658d1355999e10bdfd2bc64ace1328370')
-
-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 775003, 
python-rich/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-14 13:55:36 UTC (rev 775004)
@@ -0,0 +1,30 @@
+# Maintainer: Frederik Schwan 
+# Contributor: Hao Long 
+
+pkgname=python-rich
+pkgver=9.4.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=('4c046c0b1a025eacb49e88c7e4a09a85380a90ce95e30847f130f93d977be846c116363d886783248c53448fea767ba7dee54051f291d0e1830eb1d57a302595')
+
+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
+}


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

2020-12-02 Thread Frederik Schwan via arch-commits
Date: Wednesday, December 2, 2020 @ 13:53:32
  Author: freswa
Revision: 769155

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-02 13:53:30 UTC (rev 769154)
+++ PKGBUILD2020-12-02 13:53:32 UTC (rev 769155)
@@ -1,31 +0,0 @@
-# Maintainer: Frederik Schwan 
-# Contributor: Hao Long 
-
-pkgname=python-rich
-_name=rich
-pkgver=9.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' '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=('d041962ef1281f1f2bb071a29c96c26d36de042ad8531cf0e44408eb3cb0f9d745f69cae408ee9d296f83e3037cae973b86903c6c9a85202207f67828f601637')
-
-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 769154, 
python-rich/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-02 13:53:32 UTC (rev 769155)
@@ -0,0 +1,30 @@
+# Maintainer: Frederik Schwan 
+# Contributor: Hao Long 
+
+pkgname=python-rich
+pkgver=9.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' '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=('839f95902ede956461605e7472663adeb1377dab10651c94b080bb23e10d84a17ccff9cb93d115b7caf110d2647658d1355999e10bdfd2bc64ace1328370')
+
+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
+}


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

2020-11-10 Thread Frederik Schwan via arch-commits
Date: Tuesday, November 10, 2020 @ 14:33:04
  Author: freswa
Revision: 749542

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   62 ++---
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-10 14:33:01 UTC (rev 749541)
+++ PKGBUILD2020-11-10 14:33:04 UTC (rev 749542)
@@ -1,31 +0,0 @@
-# Maintainer: Frederik Schwan 
-# Contributor: Hao Long 
-
-pkgname=python-rich
-_name=rich
-pkgver=9.1.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=('d1bc9b854b840125316d396bdff79476db8fe98e731cc2f2bc734236122c600e7133bbf4626c9fe1cbdf1aed6e4ac7b16a0af81fd24d8da302895c3fd0b8e3de')
-
-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 749541, 
python-rich/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-10 14:33:04 UTC (rev 749542)
@@ -0,0 +1,31 @@
+# Maintainer: Frederik Schwan 
+# Contributor: Hao Long 
+
+pkgname=python-rich
+_name=rich
+pkgver=9.2.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=('d041962ef1281f1f2bb071a29c96c26d36de042ad8531cf0e44408eb3cb0f9d745f69cae408ee9d296f83e3037cae973b86903c6c9a85202207f67828f601637')
+
+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
+}


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

2020-10-27 Thread Frederik Schwan via arch-commits
Date: Tuesday, October 27, 2020 @ 13:54:47
  Author: freswa
Revision: 734417

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   65 +
 1 file changed, 31 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-27 13:54:44 UTC (rev 734416)
+++ PKGBUILD2020-10-27 13:54:47 UTC (rev 734417)
@@ -1,34 +0,0 @@
-# Maintainer: Frederik Schwan 
-# Contributor: Hao Long 
-
-pkgname=python-rich
-_name=rich
-pkgver=9.0.1
-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' '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";
-
"https://github.com/willmcgugan/rich/commit/cbac633ab30f3b3e4e836ff87a3a88a28bffca48.patch";)
-b2sums=('03304eab96beb683833efcacf3b15548d23850210bb06275fab78b8e76e4351f0b2d5e00e87ea8c4c3d8281a050c63ad636e214ce38b11d3906641071163bd46'
-
'9a7e358673c9c051f040beb96b5a85ac4718f7bc9ff820c04ebee7c84b0646361096c439b4fc86e91d67af31017a25dd6d1103f5f7657e545b86b89b85a6b65c')
-
-prepare() {
-  cd rich-${pkgver}
-  patch -Np1 < ../cbac633ab30f3b3e4e836ff87a3a88a28bffca48.patch
-  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 734416, 
python-rich/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-27 13:54:47 UTC (rev 734417)
@@ -0,0 +1,31 @@
+# Maintainer: Frederik Schwan 
+# Contributor: Hao Long 
+
+pkgname=python-rich
+_name=rich
+pkgver=9.1.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=('d1bc9b854b840125316d396bdff79476db8fe98e731cc2f2bc734236122c600e7133bbf4626c9fe1cbdf1aed6e4ac7b16a0af81fd24d8da302895c3fd0b8e3de')
+
+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
+}


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

2020-10-22 Thread Frederik Schwan via arch-commits
Date: Thursday, October 22, 2020 @ 13:43:20
  Author: freswa
Revision: 729137

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   65 +++--
 1 file changed, 34 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-22 13:43:16 UTC (rev 729136)
+++ PKGBUILD2020-10-22 13:43:20 UTC (rev 729137)
@@ -1,31 +0,0 @@
-# Maintainer: Frederik Schwan 
-# Contributor: Hao Long 
-
-pkgname=python-rich
-_name=rich
-pkgver=9.0.1
-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=('03304eab96beb683833efcacf3b15548d23850210bb06275fab78b8e76e4351f0b2d5e00e87ea8c4c3d8281a050c63ad636e214ce38b11d3906641071163bd46')
-
-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 729136, 
python-rich/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-22 13:43:20 UTC (rev 729137)
@@ -0,0 +1,34 @@
+# Maintainer: Frederik Schwan 
+# Contributor: Hao Long 
+
+pkgname=python-rich
+_name=rich
+pkgver=9.0.1
+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' '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";
+
"https://github.com/willmcgugan/rich/commit/cbac633ab30f3b3e4e836ff87a3a88a28bffca48.patch";)
+b2sums=('03304eab96beb683833efcacf3b15548d23850210bb06275fab78b8e76e4351f0b2d5e00e87ea8c4c3d8281a050c63ad636e214ce38b11d3906641071163bd46'
+
'9a7e358673c9c051f040beb96b5a85ac4718f7bc9ff820c04ebee7c84b0646361096c439b4fc86e91d67af31017a25dd6d1103f5f7657e545b86b89b85a6b65c')
+
+prepare() {
+  cd rich-${pkgver}
+  patch -Np1 < ../cbac633ab30f3b3e4e836ff87a3a88a28bffca48.patch
+  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
+}


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

2020-10-22 Thread Frederik Schwan via arch-commits
Date: Thursday, October 22, 2020 @ 11:21:51
  Author: freswa
Revision: 729039

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   62 ++---
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-22 11:21:50 UTC (rev 729038)
+++ PKGBUILD2020-10-22 11:21:51 UTC (rev 729039)
@@ -1,31 +0,0 @@
-# Maintainer: Frederik Schwan 
-# Contributor: Hao Long 
-
-pkgname=python-rich
-_name=rich
-pkgver=8.0.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=('a9241ed92dfd88634bc7196612df27a34cae9cd491fec0da4eb610765460675c9ba4f344740c9acfed8932578173c3a1579e143ea6736667f4286976be1102c3')
-
-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 729037, 
python-rich/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-22 11:21:51 UTC (rev 729039)
@@ -0,0 +1,31 @@
+# Maintainer: Frederik Schwan 
+# Contributor: Hao Long 
+
+pkgname=python-rich
+_name=rich
+pkgver=9.0.1
+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=('03304eab96beb683833efcacf3b15548d23850210bb06275fab78b8e76e4351f0b2d5e00e87ea8c4c3d8281a050c63ad636e214ce38b11d3906641071163bd46')
+
+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
+}


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

2020-10-05 Thread Frederik Schwan via arch-commits
Date: Monday, October 5, 2020 @ 21:39:38
  Author: freswa
Revision: 719147

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   62 ++---
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-05 21:39:35 UTC (rev 719146)
+++ PKGBUILD2020-10-05 21:39:38 UTC (rev 719147)
@@ -1,31 +0,0 @@
-# Maintainer: Frederik Schwan 
-# Contributor: Hao Long 
-
-pkgname=python-rich
-_name=rich
-pkgver=7.1.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=('609d07d00d08efab5bab0ee397c83435b14f93006933323189d923213acb1cfd39a5ad1479802cf3908cb7e5637c7ee51ad419fd5a7e68e3d95a9ff12bc6e81d')
-
-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 719146, 
python-rich/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-05 21:39:38 UTC (rev 719147)
@@ -0,0 +1,31 @@
+# Maintainer: Frederik Schwan 
+# Contributor: Hao Long 
+
+pkgname=python-rich
+_name=rich
+pkgver=8.0.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=('a9241ed92dfd88634bc7196612df27a34cae9cd491fec0da4eb610765460675c9ba4f344740c9acfed8932578173c3a1579e143ea6736667f4286976be1102c3')
+
+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
+}


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

2020-09-26 Thread Frederik Schwan via arch-commits
Date: Saturday, September 26, 2020 @ 16:48:36
  Author: freswa
Revision: 712486

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   62 ++---
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-26 16:48:04 UTC (rev 712485)
+++ PKGBUILD2020-09-26 16:48:36 UTC (rev 712486)
@@ -1,31 +0,0 @@
-# Maintainer: Frederik Schwan 
-# Contributor: Hao Long 
-
-pkgname=python-rich
-_name=rich
-pkgver=7.0.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=('f8e706eb72ad699b0cfce7153f7e08b7a83997dae4a1406eb9646ecb8766e307b3c24b73aa0ade1115fa0eee1f22a29db18e6e07eaf585119f2537c793598f37')
-
-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 712485, 
python-rich/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-26 16:48:36 UTC (rev 712486)
@@ -0,0 +1,31 @@
+# Maintainer: Frederik Schwan 
+# Contributor: Hao Long 
+
+pkgname=python-rich
+_name=rich
+pkgver=7.1.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=('609d07d00d08efab5bab0ee397c83435b14f93006933323189d923213acb1cfd39a5ad1479802cf3908cb7e5637c7ee51ad419fd5a7e68e3d95a9ff12bc6e81d')
+
+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
+}


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

2020-09-19 Thread Frederik Schwan via arch-commits
Date: Saturday, September 19, 2020 @ 10:37:20
  Author: freswa
Revision: 710869

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   62 ++---
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-19 10:37:17 UTC (rev 710868)
+++ PKGBUILD2020-09-19 10:37:20 UTC (rev 710869)
@@ -1,31 +0,0 @@
-# Maintainer: Frederik Schwan 
-# Contributor: Hao Long 
-
-pkgname=python-rich
-_name=rich
-pkgver=6.2.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=('ad3e41e3c56314a272b94da7e0fd2c801dd0e8b39e37c2f17e9087b23b78c2c0cd5e3426c20b046301cc12d4c449df652f8502f0621bf3852f60b1a21706bde0')
-
-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 710868, 
python-rich/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-19 10:37:20 UTC (rev 710869)
@@ -0,0 +1,31 @@
+# Maintainer: Frederik Schwan 
+# Contributor: Hao Long 
+
+pkgname=python-rich
+_name=rich
+pkgver=7.0.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=('f8e706eb72ad699b0cfce7153f7e08b7a83997dae4a1406eb9646ecb8766e307b3c24b73aa0ade1115fa0eee1f22a29db18e6e07eaf585119f2537c793598f37')
+
+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
+}


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

2020-09-16 Thread Frederik Schwan via arch-commits
Date: Thursday, September 17, 2020 @ 00:08:34
  Author: freswa
Revision: 708424

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   62 ++---
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-17 00:08:32 UTC (rev 708423)
+++ PKGBUILD2020-09-17 00:08:34 UTC (rev 708424)
@@ -1,31 +0,0 @@
-# Maintainer: Frederik Schwan 
-# Contributor: Hao Long 
-
-pkgname=python-rich
-_name=rich
-pkgver=6.1.2
-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=('f0d8f2f52ea88af40c92929ccb55d696eab82678bf81c705af4022c8105182e2b1d595b60ac3fec35832a6d0766f830de35e91bf3e3e7f05094ce936275e696b')
-
-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 708423, 
python-rich/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-17 00:08:34 UTC (rev 708424)
@@ -0,0 +1,31 @@
+# Maintainer: Frederik Schwan 
+# Contributor: Hao Long 
+
+pkgname=python-rich
+_name=rich
+pkgver=6.2.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=('ad3e41e3c56314a272b94da7e0fd2c801dd0e8b39e37c2f17e9087b23b78c2c0cd5e3426c20b046301cc12d4c449df652f8502f0621bf3852f60b1a21706bde0')
+
+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
+}


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

2020-09-12 Thread Frederik Schwan via arch-commits
Date: Saturday, September 12, 2020 @ 16:32:20
  Author: freswa
Revision: 704300

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   62 ++---
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-12 16:32:17 UTC (rev 704299)
+++ PKGBUILD2020-09-12 16:32:20 UTC (rev 704300)
@@ -1,31 +0,0 @@
-# Maintainer: Frederik Schwan 
-# Contributor: Hao Long 
-
-pkgname=python-rich
-_name=rich
-pkgver=6.1.1
-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=('ac73c2727c3077e310c1b6117158f1a0e9480ef6c8fe745cba934b5018cb303a94237110a2392764b5a25e51228f75e3396f4c7de3c1f151c0c6f95b6b49db4d')
-
-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 704299, 
python-rich/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-12 16:32:20 UTC (rev 704300)
@@ -0,0 +1,31 @@
+# Maintainer: Frederik Schwan 
+# Contributor: Hao Long 
+
+pkgname=python-rich
+_name=rich
+pkgver=6.1.2
+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=('f0d8f2f52ea88af40c92929ccb55d696eab82678bf81c705af4022c8105182e2b1d595b60ac3fec35832a6d0766f830de35e91bf3e3e7f05094ce936275e696b')
+
+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
+}


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

2020-09-10 Thread Frederik Schwan via arch-commits
Date: Thursday, September 10, 2020 @ 15:30:49
  Author: freswa
Revision: 701804

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   62 ++---
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-10 15:30:45 UTC (rev 701803)
+++ PKGBUILD2020-09-10 15:30:49 UTC (rev 701804)
@@ -1,31 +0,0 @@
-# Maintainer: Frederik Schwan 
-# Contributor: Hao Long 
-
-pkgname=python-rich
-_name=rich
-pkgver=6.0.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=('8d44bd8c2976532df0675307ed2ecbfdcd5c4d90561d05fbde23cd30e563ec6b4b9de98898e41750a2ec5b031c4b4fa656517100437cba2cce6a08b93a7f4ca5')
-
-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 701803, 
python-rich/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-10 15:30:49 UTC (rev 701804)
@@ -0,0 +1,31 @@
+# Maintainer: Frederik Schwan 
+# Contributor: Hao Long 
+
+pkgname=python-rich
+_name=rich
+pkgver=6.1.1
+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=('ac73c2727c3077e310c1b6117158f1a0e9480ef6c8fe745cba934b5018cb303a94237110a2392764b5a25e51228f75e3396f4c7de3c1f151c0c6f95b6b49db4d')
+
+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
+}


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

2020-08-27 Thread Frederik Schwan via arch-commits
Date: Thursday, August 27, 2020 @ 22:17:11
  Author: freswa
Revision: 690105

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   57 +++--
 1 file changed, 31 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-27 22:17:04 UTC (rev 690104)
+++ PKGBUILD2020-08-27 22:17:11 UTC (rev 690105)
@@ -1,26 +0,0 @@
-# Maintainer: Frederik Schwan 
-# Contributor: Hao Long 
-
-pkgname=python-rich
-_name=rich
-pkgver=5.2.1
-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')
-source=("https://files.pythonhosted.org/packages/source/r/rich/rich-${pkgver}.tar.gz";)
-b2sums=('a9ff2857c4e1174421257c40dbe82419015ec63977b34329525415d509ffa80de868b7562041543946dde1d37ed698ef4de0596f33a42fdc7716a2c1711f81f2')
-
-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 690104, 
python-rich/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-27 22:17:11 UTC (rev 690105)
@@ -0,0 +1,31 @@
+# Maintainer: Frederik Schwan 
+# Contributor: Hao Long 
+
+pkgname=python-rich
+_name=rich
+pkgver=6.0.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=('8d44bd8c2976532df0675307ed2ecbfdcd5c4d90561d05fbde23cd30e563ec6b4b9de98898e41750a2ec5b031c4b4fa656517100437cba2cce6a08b93a7f4ca5')
+
+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
+}