[arch-commits] Commit in python-ansicolor/repos/community-staging-any (2 files)
Felix Yan
felixonmars at archlinux.org
Thu Oct 31 17:45:46 UTC 2019
Date: Thursday, October 31, 2019 @ 17:45:45
Author: felixonmars
Revision: 521404
archrelease: copy trunk to community-staging-any
Added:
python-ansicolor/repos/community-staging-any/PKGBUILD
(from rev 521402, python-ansicolor/trunk/PKGBUILD)
Deleted:
python-ansicolor/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 50 +++++++++++++++++++++++++-------------------------
1 file changed, 25 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-31 17:45:40 UTC (rev 521403)
+++ PKGBUILD 2019-10-31 17:45:45 UTC (rev 521404)
@@ -1,25 +0,0 @@
-# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
-# Contributor: Darshit Shah <darnir at gmail.com>
-
-_name=ansicolor
-pkgname=python-ansicolor
-pkgver=0.2.6
-pkgrel=6
-pkgdesc='Library to produce ansi color output and colored highlighting and diffing'
-depends=('python')
-makedepends=('python-setuptools')
-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=('d17e1b07b9dd7ded31699fbca53ae6cd373584f9b6dcbc124d1f321ebad31f1d')
-
-build() {
- cd $_name-$pkgver
- python setup.py build
-}
-
-package() {
- cd $_name-$pkgver
- python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
Copied: python-ansicolor/repos/community-staging-any/PKGBUILD (from rev 521402, python-ansicolor/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-31 17:45:45 UTC (rev 521404)
@@ -0,0 +1,25 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+# Contributor: Darshit Shah <darnir at gmail.com>
+
+_name=ansicolor
+pkgname=python-ansicolor
+pkgver=0.2.6
+pkgrel=7
+pkgdesc='Library to produce ansi color output and colored highlighting and diffing'
+depends=('python')
+makedepends=('python-setuptools')
+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=('d17e1b07b9dd7ded31699fbca53ae6cd373584f9b6dcbc124d1f321ebad31f1d')
+
+build() {
+ cd $_name-$pkgver
+ python setup.py build
+}
+
+package() {
+ cd $_name-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
More information about the arch-commits
mailing list