[arch-commits] Commit in python-texttable/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Jun 27 20:58:25 UTC 2017
Date: Tuesday, June 27, 2017 @ 20:58:25
Author: felixonmars
Revision: 241296
archrelease: copy trunk to community-any
Added:
python-texttable/repos/community-any/PKGBUILD
(from rev 241295, python-texttable/trunk/PKGBUILD)
Deleted:
python-texttable/repos/community-any/PKGBUILD
----------+
PKGBUILD | 104 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 52 insertions(+), 52 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-06-27 20:58:09 UTC (rev 241295)
+++ PKGBUILD 2017-06-27 20:58:25 UTC (rev 241296)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Yen Chi Hsuan <yan12125 at gmail.com>
-# Contributor: rich_o <rich_o at lavabit.com>
-# Contributor: Jason St. John <jstjohn .. purdue . edu>
-# Contributor: Daniel YC Lin <dlin.tw at gmail>
-
-pkgname=(python-texttable python2-texttable)
-pkgver=0.9.0
-pkgrel=1
-pkgdesc="Generate a formatted text table using ASCII characters"
-arch=('any')
-url="https://pypi.python.org/pypi/texttable/"
-license=('LGPL')
-makedepends=('python' 'python2')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("https://pypi.io/packages/source/t/texttable/texttable-$pkgver.tar.gz")
-sha512sums=('cdbaa6f54f1b70be48f1ee685ed43ffc7e6388a50c06ba544748d6d5ecbf3dbbf92803850fa9ec3d8f5675020ebd3cc8ca0b2e4dc72078cbdcddad4a07cd7ef0')
-
-prepare() {
- cp -a texttable-$pkgver{,-py2}
-}
-
-build() {
- cd "$srcdir"/texttable-$pkgver
- python setup.py build
-
- cd "$srcdir"/texttable-$pkgver-py2
- python2 setup.py build
-}
-
-check() {
- cd "$srcdir"/texttable-$pkgver
- py.test tests.py
-
- cd "$srcdir"/texttable-$pkgver-py2
- py.test2 tests.py
-}
-
-package_python-texttable() {
- depends=('python')
-
- cd texttable-$pkgver
- python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-texttable() {
- depends=('python2')
-
- cd texttable-$pkgver-py2
- python2 setup.py install --root="$pkgdir" --optimize=1
-}
Copied: python-texttable/repos/community-any/PKGBUILD (from rev 241295, python-texttable/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-06-27 20:58:25 UTC (rev 241296)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Yen Chi Hsuan <yan12125 at gmail.com>
+# Contributor: rich_o <rich_o at lavabit.com>
+# Contributor: Jason St. John <jstjohn .. purdue . edu>
+# Contributor: Daniel YC Lin <dlin.tw at gmail>
+
+pkgname=(python-texttable python2-texttable)
+pkgver=0.9.1
+pkgrel=1
+pkgdesc="Generate a formatted text table using ASCII characters"
+arch=('any')
+url="https://pypi.python.org/pypi/texttable/"
+license=('LGPL')
+makedepends=('python' 'python2')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("https://pypi.io/packages/source/t/texttable/texttable-$pkgver.tar.gz")
+sha512sums=('7ec37336ef4b253879d0232dcdb4500cad33ecce1067dd7ea26c221dc2c003ee56360bdbd1dd1e00133301c51c67fb2fe9b1703628804a65f2a6ab8a1e830e50')
+
+prepare() {
+ cp -a texttable-$pkgver{,-py2}
+}
+
+build() {
+ cd "$srcdir"/texttable-$pkgver
+ python setup.py build
+
+ cd "$srcdir"/texttable-$pkgver-py2
+ python2 setup.py build
+}
+
+check() {
+ cd "$srcdir"/texttable-$pkgver
+ py.test tests.py
+
+ cd "$srcdir"/texttable-$pkgver-py2
+ py.test2 tests.py
+}
+
+package_python-texttable() {
+ depends=('python')
+
+ cd texttable-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-texttable() {
+ depends=('python2')
+
+ cd texttable-$pkgver-py2
+ python2 setup.py install --root="$pkgdir" --optimize=1
+}
More information about the arch-commits
mailing list