Date: Wednesday, November 30, 2022 @ 13:57:05
  Author: felixonmars
Revision: 1355417

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-30 13:56:45 UTC (rev 1355416)
+++ PKGBUILD    2022-11-30 13:57:05 UTC (rev 1355417)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: Yen Chi Hsuan <yan12125 at gmail.com>
-# Contributor: rich_o <[email protected]>
-# Contributor: Jason St. John <jstjohn .. purdue . edu>
-# Contributor: Daniel YC Lin <dlin.tw at gmail>
-
-pkgname=python-texttable
-pkgver=1.6.5
-pkgrel=1
-pkgdesc="Generate a formatted text table using ASCII characters"
-arch=('any')
-url="https://pypi.python.org/pypi/texttable/";
-license=('LGPL')
-depends=('python')
-optdepends=('python-cjkwrap: for better CJK support')
-makedepends=('python-cjkwrap' 'python-setuptools')
-checkdepends=('python-pytest')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/foutaise/texttable/archive/v$pkgver.tar.gz";)
-sha512sums=('63c73cd85be0432d05abde31ef7d7c91efa461b0f7daae3c6f9a29c116771841bbc1b4daf47c8863e32ed001417b96804ece1e976595c527ee5a1f253129028c')
-
-build() {
-  cd texttable-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd texttable-$pkgver
-  pytest tests.py
-}
-
-package() {
-  cd texttable-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-texttable/repos/community-any/PKGBUILD (from rev 1355416, 
python-texttable/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-11-30 13:57:05 UTC (rev 1355417)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Yen Chi Hsuan <yan12125 at gmail.com>
+# Contributor: rich_o <[email protected]>
+# Contributor: Jason St. John <jstjohn .. purdue . edu>
+# Contributor: Daniel YC Lin <dlin.tw at gmail>
+
+pkgname=python-texttable
+pkgver=1.6.6
+pkgrel=1
+pkgdesc="Generate a formatted text table using ASCII characters"
+arch=('any')
+url="https://pypi.python.org/pypi/texttable/";
+license=('LGPL')
+depends=('python')
+optdepends=('python-cjkwrap: for better CJK support')
+makedepends=('python-cjkwrap' 'python-setuptools')
+checkdepends=('python-pytest')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/foutaise/texttable/archive/v$pkgver.tar.gz";)
+sha512sums=('5c1ae21d812039e0fc9424e85f2ced9108de3c7371c9e4796fae15be9605b2ee31b1b4144fdaa829936bfe19644de8bc88e44c3cc5b633b9e81752e44d70b5cd')
+
+build() {
+  cd texttable-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd texttable-$pkgver
+  pytest tests.py
+}
+
+package() {
+  cd texttable-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}

Reply via email to