[arch-commits] Commit in python-ansicolors/repos/community-staging-any (2 files)
Felix Yan
felixonmars at archlinux.org
Thu Nov 12 18:38:52 UTC 2020
Date: Thursday, November 12, 2020 @ 18:38:52
Author: felixonmars
Revision: 753140
archrelease: copy trunk to community-staging-any
Added:
python-ansicolors/repos/community-staging-any/PKGBUILD
(from rev 753139, python-ansicolors/trunk/PKGBUILD)
Deleted:
python-ansicolors/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-12 18:38:45 UTC (rev 753139)
+++ PKGBUILD 2020-11-12 18:38:52 UTC (rev 753140)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-ansicolors
-pkgver=1.1.8
-_commit=c965f5b9103c5bd32a1572adb8024ebe83278fb0
-pkgrel=2
-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 753139, python-ansicolors/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-12 18:38:52 UTC (rev 753140)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-ansicolors
+pkgver=1.1.8
+_commit=c965f5b9103c5bd32a1572adb8024ebe83278fb0
+pkgrel=3
+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