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

Evangelos Foutras foutrelis at gemini.archlinux.org
Thu Dec 2 23:40:32 UTC 2021


    Date: Thursday, December 2, 2021 @ 23:40:32
  Author: foutrelis
Revision: 1063238

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 23:40:31 UTC (rev 1063237)
+++ PKGBUILD	2021-12-02 23:40:32 UTC (rev 1063238)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-ansicolors
-pkgver=1.1.8
-_commit=c965f5b9103c5bd32a1572adb8024ebe83278fb0
-pkgrel=4
-pkgdesc="ANSI colors for Python"
-url="https://github.com/jonathaneunice/colors"
-license=('ISC')
-arch=('any')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("https://github.com/jonathaneunice/colors/archive/$_commit/$pkgname-$_commit.tar.gz")
-sha512sums=('f60770496614b75fc2a6bab15c55a87c245ac233c907708572e76d4701690895b3a350b7ab2934304262a8e9076fbff64a9792c2345fe5994af0c6c09209e6a2')
-
-build() {
-  cd colors-$_commit
-  python setup.py build
-}
-
-check() {
-  cd colors-$_commit
-  python -m pytest
-}
-
-package() {
-  cd colors-$_commit
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-ansicolors/repos/community-staging-any/PKGBUILD (from rev 1063235, python-ansicolors/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 23:40:32 UTC (rev 1063238)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-ansicolors
+pkgver=1.1.8
+_commit=c965f5b9103c5bd32a1572adb8024ebe83278fb0
+pkgrel=5
+pkgdesc="ANSI colors for Python"
+url="https://github.com/jonathaneunice/colors"
+license=('ISC')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("https://github.com/jonathaneunice/colors/archive/$_commit/$pkgname-$_commit.tar.gz")
+sha512sums=('f60770496614b75fc2a6bab15c55a87c245ac233c907708572e76d4701690895b3a350b7ab2934304262a8e9076fbff64a9792c2345fe5994af0c6c09209e6a2')
+
+build() {
+  cd colors-$_commit
+  python setup.py build
+}
+
+check() {
+  cd colors-$_commit
+  python -m pytest
+}
+
+package() {
+  cd colors-$_commit
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



More information about the arch-commits mailing list