[arch-commits] Commit in python-tabulate/trunk (PKGBUILD)

David Runge dvzrv at archlinux.org
Thu Feb 18 16:50:44 UTC 2021


    Date: Thursday, February 18, 2021 @ 16:50:43
  Author: dvzrv
Revision: 864890

upgpkg: python-tabulate 0.8.8-1: Upgrade to 0.8.8.

Remove setuptools from depends.

Modified:
  python-tabulate/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-18 16:48:59 UTC (rev 864889)
+++ PKGBUILD	2021-02-18 16:50:43 UTC (rev 864890)
@@ -2,13 +2,13 @@
 
 _name=tabulate
 pkgname=python-tabulate
-pkgver=0.8.7
-pkgrel=3
+pkgver=0.8.8
+pkgrel=1
 pkgdesc="Pretty-print tabular data in Python, a library and a command-line utility."
 arch=('any')
 url="https://bitbucket.org/astanin/python-tabulate"
 license=('MIT')
-depends=('python-setuptools')
+depends=('python')
 makedepends=('python-setuptools')
 checkdepends=('python-nose' 'python-numpy' 'python-pandas' 'python-wcwidth')
 optdepends=('python-numpy: NumPy array support'
@@ -15,7 +15,8 @@
             'python-pandas: pandas.DataFrame support'
             'python-wcwidth: wide-character support')
 source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha512sums=('963d12970227671fc80d26feacfafd37404034eba82778cee2450b8dbc7c723a7137209b601bc2adc13883543bff0d6b887ed2e7b91934a7f2ca4704ce5fd340')
+sha512sums=('1d938138843b824833539eca4714abebc6a394737d24b9fe6adfbc952ef7f25afbf62c1e92a9020f5492516e04377b54a3a2735ab539a20a3e0d441981b86879')
+b2sums=('13f34565e2c266b5cbfd672f05adc73809418a84f329853aa362593c885379596ce6607045dee23e71f24bfc7fc6834f64662f1f7ccc854b565a8e29fa3422a8')
 
 build() {
   cd "${_name}-$pkgver"
@@ -32,7 +33,6 @@
   cd "${_name}-$pkgver"
   python setup.py install --skip-build \
     --optimize=1 \
-    --prefix=/usr \
     --root="${pkgdir}"
   install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}/"
   install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"



More information about the arch-commits mailing list