Date: Wednesday, November 30, 2022 @ 13:59:10
  Author: felixonmars
Revision: 1355421

archrelease: copy trunk to community-any

Added:
  python-texttable/repos/community-any/PKGBUILD
    (from rev 1355420, 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:58:51 UTC (rev 1355420)
+++ PKGBUILD    2022-11-30 13:59:10 UTC (rev 1355421)
@@ -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.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
-}

Copied: python-texttable/repos/community-any/PKGBUILD (from rev 1355420, 
python-texttable/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-11-30 13:59:10 UTC (rev 1355421)
@@ -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.7
+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=('204dcad0d2438dab8880088d1ea6ab1d0a5d81348294547a6967938bf8e1c27a6c5f91c59c2fe22ce8d1266d7efdb165749e0aebc738644215ab9b1d5a28c419')
+
+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