[arch-commits] Commit in python-texttable/repos/community-staging-any (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Thu Dec 2 12:02:27 UTC 2021


    Date: Thursday, December 2, 2021 @ 12:02:27
  Author: felixonmars
Revision: 1061745

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 12:02:24 UTC (rev 1061744)
+++ PKGBUILD	2021-12-02 12:02:27 UTC (rev 1061745)
@@ -1,34 +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>
-
-pkgname=python-texttable
-pkgver=1.6.4
-pkgrel=2
-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-staging-any/PKGBUILD (from rev 1061743, python-texttable/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 12:02:27 UTC (rev 1061745)
@@ -0,0 +1,34 @@
+# 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
+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
+}



More information about the arch-commits mailing list