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

Felix Yan felixonmars at archlinux.org
Sat Feb 16 16:09:01 UTC 2019


    Date: Saturday, February 16, 2019 @ 16:09:00
  Author: felixonmars
Revision: 433520

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   92 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-16 16:08:44 UTC (rev 433519)
+++ PKGBUILD	2019-02-16 16:09:00 UTC (rev 433520)
@@ -1,46 +0,0 @@
-# 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>
-
-pkgbase=python-texttable
-pkgname=(python-texttable python2-texttable)
-pkgver=1.6.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-cjkwrap' 'python2-cjkwrap' 'python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/foutaise/texttable/archive/v$pkgver.tar.gz")
-sha512sums=('df685004f24b8c1e7aa1bd6a44c658599805f1a0c6999a4a3e95ecf3a68499f515bea9cb5ccd54f5ee2563af15e9fcde2a7e1827934e4a1fc83c9ae2f5e88a52')
-
-build() {
-  cd texttable-$pkgver
-  python setup.py build
-  python2 setup.py build
-}
-
-check() {
-  cd texttable-$pkgver
-  pytest tests.py
-  pytest2 tests.py
-}
-
-package_python-texttable() {
-  depends=('python')
-  optdepends=('python-cjkwrap: for better CJK support')
-
-  cd texttable-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-texttable() {
-  depends=('python2')
-  optdepends=('python2-cjkwrap: for better CJK support')
-
-  cd texttable-$pkgver
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-texttable/repos/community-any/PKGBUILD (from rev 433519, python-texttable/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-02-16 16:09:00 UTC (rev 433520)
@@ -0,0 +1,46 @@
+# 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>
+
+pkgbase=python-texttable
+pkgname=(python-texttable python2-texttable)
+pkgver=1.6.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-cjkwrap' 'python2-cjkwrap' 'python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/foutaise/texttable/archive/v$pkgver.tar.gz")
+sha512sums=('72d4bb5c4f03b1f9dbfc4b1e375ad754e92610f71e65c7e9a0b7bdc88b3753254b143aa607570d49cfca56a3cf889a819e12ea184fdf34594f1f5d118de3c12c')
+
+build() {
+  cd texttable-$pkgver
+  python setup.py build
+  python2 setup.py build
+}
+
+check() {
+  cd texttable-$pkgver
+  pytest tests.py
+  pytest2 tests.py
+}
+
+package_python-texttable() {
+  depends=('python')
+  optdepends=('python-cjkwrap: for better CJK support')
+
+  cd texttable-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-texttable() {
+  depends=('python2')
+  optdepends=('python2-cjkwrap: for better CJK support')
+
+  cd texttable-$pkgver
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list