Date: Sunday, May 7, 2023 @ 18:06:48
  Author: arojas
Revision: 1459389

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-07 18:06:38 UTC (rev 1459388)
+++ PKGBUILD    2023-05-07 18:06:48 UTC (rev 1459389)
@@ -1,31 +0,0 @@
-# Maintainer: Sergej Pupykin <[email protected]>
-# Maintainer: Tim Hatch <[email protected]>
-
-pkgname=python-termcolor
-pkgver=2.2.0
-pkgrel=2
-pkgdesc="ANSI Color formatting for output in terminal"
-arch=('any')
-license=('MIT')
-url="https://github.com/termcolor/termcolor";
-depends=('python')
-makedepends=('python-build' 'python-installer' 'python-hatch-vcs')
-checkdepends=('python-pytest')
-source=(https://pypi.python.org/packages/source/t/termcolor/termcolor-$pkgver.tar.gz)
-sha256sums=('dfc8ac3f350788f23b2947b3e6cfa5a53b630b612e6cd8965a015a776020b99a')
-
-build() {
-  cd termcolor-$pkgver
-  python -m build --no-isolation --wheel
-}
-
-check() {
-  cd termcolor-$pkgver
-  PYTHONPATH="$PWD/src" pytest
-}
-
-package() {
-  cd termcolor-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -Dm644 COPYING.txt -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-termcolor/repos/community-any/PKGBUILD (from rev 1459388, 
python-termcolor/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-05-07 18:06:48 UTC (rev 1459389)
@@ -0,0 +1,31 @@
+# Maintainer: Sergej Pupykin <[email protected]>
+# Maintainer: Tim Hatch <[email protected]>
+
+pkgname=python-termcolor
+pkgver=2.3.0
+pkgrel=1
+pkgdesc="ANSI Color formatting for output in terminal"
+arch=('any')
+license=('MIT')
+url="https://github.com/termcolor/termcolor";
+depends=('python')
+makedepends=('python-build' 'python-installer' 'python-hatch-vcs')
+checkdepends=('python-pytest')
+source=(https://pypi.python.org/packages/source/t/termcolor/termcolor-$pkgver.tar.gz)
+sha256sums=('b5b08f68937f138fe92f6c089b99f1e2da0ae56c52b78bf7075fd95420fd9a5a')
+
+build() {
+  cd termcolor-$pkgver
+  python -m build --no-isolation --wheel
+}
+
+check() {
+  cd termcolor-$pkgver
+  PYTHONPATH="$PWD/src" pytest
+}
+
+package() {
+  cd termcolor-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -Dm644 COPYING.txt -t "$pkgdir"/usr/share/licenses/$pkgname/
+}

Reply via email to