Date: Monday, April 10, 2023 @ 11:40:22
  Author: felixonmars
Revision: 1444087

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-10 11:40:12 UTC (rev 1444086)
+++ PKGBUILD    2023-04-10 11:40:22 UTC (rev 1444087)
@@ -1,25 +0,0 @@
-# Maintainer: Frederik Schwan <freswa at archlinux dot org>
-# Contributor: Hao Long <[email protected]>
-
-pkgname=python-rich
-pkgver=13.3.3
-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,markdown-it-py,pygments})
-makedepends=(python-{build,installer,poetry-core,wheel})
-source=("https://github.com/willmcgugan/rich/archive/v${pkgver}/rich-${pkgver}.tar.gz";)
-b2sums=('2d4aaca6dd18b7f3dd6267b3ead09ece8e2edc2ed050c137a93618915f6cd999744957d6925da90446a5b3a46ef871561145d5c2c27ff2722afac24090cf1064')
-
-build() {
-  cd rich-${pkgver}
-  python -m build --wheel --no-isolation
-}
-
-package() {
-  cd rich-${pkgver}
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-rich/repos/community-staging-any/PKGBUILD (from rev 1444086, 
python-rich/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-10 11:40:22 UTC (rev 1444087)
@@ -0,0 +1,25 @@
+# Maintainer: Frederik Schwan <freswa at archlinux dot org>
+# Contributor: Hao Long <[email protected]>
+
+pkgname=python-rich
+pkgver=13.3.3
+pkgrel=3
+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,markdown-it-py,pygments})
+makedepends=(python-{build,installer,poetry-core,wheel})
+source=("https://github.com/willmcgugan/rich/archive/v${pkgver}/rich-${pkgver}.tar.gz";)
+b2sums=('2d4aaca6dd18b7f3dd6267b3ead09ece8e2edc2ed050c137a93618915f6cd999744957d6925da90446a5b3a46ef871561145d5c2c27ff2722afac24090cf1064')
+
+build() {
+  cd rich-${pkgver}
+  python -m build --wheel --no-isolation
+}
+
+package() {
+  cd rich-${pkgver}
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Reply via email to