[arch-commits] Commit in python-ansicolor/repos/community-staging-any (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Wed Dec 1 21:32:02 UTC 2021


    Date: Wednesday, December 1, 2021 @ 21:32:01
  Author: felixonmars
Revision: 1060764

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-01 21:32:00 UTC (rev 1060763)
+++ PKGBUILD	2021-12-01 21:32:01 UTC (rev 1060764)
@@ -1,36 +0,0 @@
-# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
-# Contributor: Darshit Shah <darnir at gmail.com>
-
-_name=ansicolor
-pkgname=python-ansicolor
-pkgver=0.3.2
-pkgrel=2
-pkgdesc='Library to produce ansi color output and colored highlighting and diffing'
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-arch=('any')
-url=https://github.com/numerodix/ansicolor
-license=('Apache')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('3b840a6b1184b5f1568635b1adab28147947522707d41ceba02d5ed0a0877279')
-b2sums=('c7f3287645ec3c1b02280b2ac4da0051ba1a88b71c09516f98103787ae2d09bed7b441ecb8cea9796f24f3935154cf1bc4180d12842f8ed1c6e024a066fa228a')
-
-build() {
-  cd $_name-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $_name-$pkgver
-  python -m venv --system-site-packages test-env
-  test-env/bin/python setup.py install --optimize=1 --skip-build
-  test-env/bin/python -m pytest
-}
-
-package() {
-  cd $_name-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-ansicolor/repos/community-staging-any/PKGBUILD (from rev 1060761, python-ansicolor/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-01 21:32:01 UTC (rev 1060764)
@@ -0,0 +1,36 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+# Contributor: Darshit Shah <darnir at gmail.com>
+
+_name=ansicolor
+pkgname=python-ansicolor
+pkgver=0.3.2
+pkgrel=3
+pkgdesc='Library to produce ansi color output and colored highlighting and diffing'
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+arch=('any')
+url=https://github.com/numerodix/ansicolor
+license=('Apache')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
+sha256sums=('3b840a6b1184b5f1568635b1adab28147947522707d41ceba02d5ed0a0877279')
+b2sums=('c7f3287645ec3c1b02280b2ac4da0051ba1a88b71c09516f98103787ae2d09bed7b441ecb8cea9796f24f3935154cf1bc4180d12842f8ed1c6e024a066fa228a')
+
+build() {
+  cd $_name-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_name-$pkgver
+  python -m venv --system-site-packages test-env
+  test-env/bin/python setup.py install --optimize=1 --skip-build
+  test-env/bin/python -m pytest
+}
+
+package() {
+  cd $_name-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list