Date: Wednesday, December 15, 2021 @ 13:37:46 Author: freswa Revision: 1073039
archrelease: copy trunk to community-any Added: python-rich/repos/community-any/PKGBUILD (from rev 1073038, python-rich/trunk/PKGBUILD) Deleted: python-rich/repos/community-any/PKGBUILD ----------+ PKGBUILD | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2021-12-15 13:37:43 UTC (rev 1073038) +++ PKGBUILD 2021-12-15 13:37:46 UTC (rev 1073039) @@ -1,25 +0,0 @@ -# Maintainer: Frederik Schwan <freswa at archlinux dot org> -# Contributor: Hao Long <imlong...@archlinuxcn.org> - -pkgname=python-rich -pkgver=10.16.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=('af66398a4bc6e3e5503418721906679dc6f964b6dcbb56195f64d0ef4f504d9e0002f8b727c4fba7b42dda8790a03bb12a85150b99d5294712e38dea2800f841') - -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 1073038, python-rich/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2021-12-15 13:37:46 UTC (rev 1073039) @@ -0,0 +1,25 @@ +# Maintainer: Frederik Schwan <freswa at archlinux dot org> +# Contributor: Hao Long <imlong...@archlinuxcn.org> + +pkgname=python-rich +pkgver=10.16.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-pip' 'python-poetry') +source=("https://github.com/willmcgugan/rich/archive/v${pkgver}/rich-${pkgver}.tar.gz") +b2sums=('dda2e6a64f9ecfe99fdda3a2e24c6a859e25eca48ebc2af63dbea3c8b90f977e10253721e85b876165c9f51c52ceed057e77b08cf2c77c28de67b8a2c49c4617') + +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 +}