[arch-commits] Commit in python-rich/repos/community-any (PKGBUILD PKGBUILD)
Frederik Schwan
freswa at archlinux.org
Sun Feb 21 19:51:40 UTC 2021
Date: Sunday, February 21, 2021 @ 19:51:40
Author: freswa
Revision: 867920
archrelease: copy trunk to community-any
Added:
python-rich/repos/community-any/PKGBUILD
(from rev 867919, python-rich/trunk/PKGBUILD)
Deleted:
python-rich/repos/community-any/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-02-21 19:51:38 UTC (rev 867919)
+++ PKGBUILD 2021-02-21 19:51:40 UTC (rev 867920)
@@ -1,30 +0,0 @@
-# Maintainer: Frederik Schwan <freswa at archlinux dot org>
-# Contributor: Hao Long <imlonghao at archlinuxcn.org>
-
-pkgname=python-rich
-pkgver=9.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-setuptools' 'python-dephell')
-source=("https://github.com/willmcgugan/rich/archive/v${pkgver}/rich-${pkgver}.tar.gz")
-b2sums=('6899af2eb90a7b44f55c9542969b72ded0335e2bd0877ded7c595bd19a7819ed841de1a551f25e95330f128b050d34cce3907ca9011a6f5d5cbc1b2191f2d5e7')
-
-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 867919, python-rich/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-02-21 19:51:40 UTC (rev 867920)
@@ -0,0 +1,30 @@
+# Maintainer: Frederik Schwan <freswa at archlinux dot org>
+# Contributor: Hao Long <imlonghao at archlinuxcn.org>
+
+pkgname=python-rich
+pkgver=9.11.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=('7dcae32743bfcbbab0af6896f72e865d2a72ab66545168544d065145cf10a2aab4785454e547f011219a85a8aa762f1ed5ebef2b9fb7f44225a2f776835b643d')
+
+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