Date: Thursday, November 24, 2022 @ 01:16:15
Author: felixonmars
Revision: 1352101
archrelease: copy trunk to community-any
Added:
python-texttable/repos/community-any/PKGBUILD
(from rev 1352100, 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-24 01:16:03 UTC (rev 1352100)
+++ PKGBUILD 2022-11-24 01:16:15 UTC (rev 1352101)
@@ -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.4
-pkgrel=3
-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=('300b02f5b682f1c09a3eb5abfd4ee9c724354505a3f9e8f68207fd7d244402f234437807d68b6b526c3d4ade9e527e66c921bcd47a5e86d680698d559da3fe1a')
-
-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 1352100,
python-texttable/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-24 01:16:15 UTC (rev 1352101)
@@ -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.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
+}