Date: Friday, January 6, 2023 @ 15:08:10
  Author: felixonmars
Revision: 1378627

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-06 15:07:49 UTC (rev 1378626)
+++ PKGBUILD    2023-01-06 15:08:10 UTC (rev 1378627)
@@ -1,30 +0,0 @@
-# Maintainer: Sergej Pupykin <[email protected]>
-# Maintainer: Tim Hatch <[email protected]>
-
-pkgname=python-termcolor
-pkgver=2.1.1
-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=('67cee2009adc6449c650f6bcf3bdeed00c8ba53a8cda5362733c53e0a39fb70b')
-
-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
-}

Copied: python-termcolor/repos/community-any/PKGBUILD (from rev 1378626, 
python-termcolor/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-01-06 15:08:10 UTC (rev 1378627)
@@ -0,0 +1,30 @@
+# Maintainer: Sergej Pupykin <[email protected]>
+# Maintainer: Tim Hatch <[email protected]>
+
+pkgname=python-termcolor
+pkgver=2.2.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=('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
+}

Reply via email to