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

Felix Yan felixonmars at archlinux.org
Fri Oct 27 05:11:00 UTC 2017


    Date: Friday, October 27, 2017 @ 05:10:57
  Author: felixonmars
Revision: 264563

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |  104 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-27 05:10:14 UTC (rev 264562)
+++ PKGBUILD	2017-10-27 05:10:57 UTC (rev 264563)
@@ -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=1.1.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=('64dc6a160661f6209a8793e92ed5524838fb84e408a8c38a9e19a9070f2e06fcea4a131b61b9c88f1abd71a25385d9e1f912f741912577f486618736d33d7866')
-
-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 264562, python-texttable/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-10-27 05:10:57 UTC (rev 264563)
@@ -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=1.1.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=('ed51b0bd4483af4ee10f9662286e271667b212f848f7ece44dd5adc053394ad9c3b6cfafa7519c8b1dd53728571298551ae501d0575d91922e257aa4ab8d5f2d')
+
+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