[arch-commits] Commit in python-texttable/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Mar 31 14:38:18 UTC 2017


    Date: Friday, March 31, 2017 @ 14:38:18
  Author: felixonmars
Revision: 220172

archrelease: copy trunk to community-any

Added:
  python-texttable/repos/community-any/PKGBUILD
    (from rev 220171, python-texttable/trunk/PKGBUILD)
Deleted:
  python-texttable/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   86 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-31 14:38:02 UTC (rev 220171)
+++ PKGBUILD	2017-03-31 14:38:18 UTC (rev 220172)
@@ -1,43 +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.8.7
-pkgrel=2
-pkgdesc="Generate a formatted text table using ASCII characters"
-arch=('any')
-url="https://pypi.python.org/pypi/texttable/"
-license=('LGPL')
-makedepends=('python' 'python2')
-source=("https://pypi.io/packages/source/t/texttable/texttable-$pkgver.tar.gz")
-sha512sums=('8fe5a2eebfb1a415576702afa909a110e6e208a9b3c249cd53a582ab389d50d20b52547c8dc7a9de77bcd2ea243288a7813a9fdf4a7c1cd71f96b51fa7dfed86')
-
-prepare() {
-  cp -a texttable-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/texttable-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/texttable-$pkgver-py2
-  python2 setup.py build
-}
-
-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 220171, python-texttable/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-03-31 14:38:18 UTC (rev 220172)
@@ -0,0 +1,43 @@
+# $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.8.8
+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')
+source=("https://pypi.io/packages/source/t/texttable/texttable-$pkgver.tar.gz")
+sha512sums=('4db089bee787103c00a54dfffcad15a8c299abeb48623c3b179f2a872bcae159a4e7068b2e4ca0efec95e6782b806a5898ad6e57f4290be697d0c8b913446b32')
+
+prepare() {
+  cp -a texttable-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/texttable-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/texttable-$pkgver-py2
+  python2 setup.py build
+}
+
+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