Date: Tuesday, October 4, 2022 @ 20:14:47
Author: felixonmars
Revision: 1321279
archrelease: copy trunk to community-any
Added:
python-termcolor/repos/community-any/PKGBUILD
(from rev 1321278, python-termcolor/trunk/PKGBUILD)
Deleted:
python-termcolor/repos/community-any/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-04 20:14:21 UTC (rev 1321278)
+++ PKGBUILD 2022-10-04 20:14:47 UTC (rev 1321279)
@@ -1,30 +0,0 @@
-# Maintainer: Sergej Pupykin <[email protected]>
-# Maintainer: Tim Hatch <[email protected]>
-
-pkgname=python-termcolor
-pkgver=2.0.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=('4889f2243b1da3934fc6cf4b57ee50a0ce98065ec06bfddac3fa6db24a9fcde2')
-
-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 1321278,
python-termcolor/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-10-04 20:14:47 UTC (rev 1321279)
@@ -0,0 +1,30 @@
+# Maintainer: Sergej Pupykin <[email protected]>
+# Maintainer: Tim Hatch <[email protected]>
+
+pkgname=python-termcolor
+pkgver=2.0.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=('6b2cf769e93364a2676e1de56a7c0cff2cf5bd07f37e9cc80b0dd6320ebfe388')
+
+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
+}