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

Felix Yan felixonmars at archlinux.org
Sun Oct 21 12:07:36 UTC 2018


    Date: Sunday, October 21, 2018 @ 12:07:35
  Author: felixonmars
Revision: 398243

upgpkg: python-tqdm 4.28.0-1

Modified:
  python-tqdm/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-21 12:06:16 UTC (rev 398242)
+++ PKGBUILD	2018-10-21 12:07:35 UTC (rev 398243)
@@ -2,7 +2,7 @@
 
 pkgbase=python-tqdm
 pkgname=('python-tqdm' 'python2-tqdm')
-pkgver=4.27.0
+pkgver=4.28.0
 pkgrel=1
 pkgdesc='Fast, Extensible Progress Meter'
 arch=('any')
@@ -12,7 +12,7 @@
 checkdepends=('python-nose' 'python2-nose' 'python-coverage' 'python2-coverage' 'flake8'
               'python2-flake8')
 source=("$pkgbase-$pkgver.tar.gz::https://github.com/tqdm/tqdm/archive/v$pkgver.tar.gz")
-sha512sums=('b0260df950a38a693eaca24b3f12f88996542083335c1747cf9d381d084b9992eeacb046ac6bd382232e32f18c99336daf487f821098fa4e288c9b56feb0c0a6')
+sha512sums=('e7b440573ccf5cec07eab5f0b871200a482ca3cf91da90a521870bb94a6b285fc137cb241d816125deeccadc242981b85ace34d474db5693b71ca2fa84938b3c')
 
 prepare() {
   cp -a tqdm-$pkgver{,-py2}
@@ -40,8 +40,6 @@
   cd tqdm-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
   install -D -m644 LICENCE "$pkgdir"/usr/share/licenses/$pkgname/LICENCE
-
-  mv "$pkgdir"/usr/{,share/}man
 }
 
 package_python2-tqdm() {
@@ -52,8 +50,6 @@
   install -D -m644 LICENCE "$pkgdir"/usr/share/licenses/$pkgname/LICENCE
 
   mv "$pkgdir"/usr/bin/tqdm{,2}
-  mv "$pkgdir"/usr/{,share/}man
-  mv "$pkgdir"/usr/share/man/man1/tqdm{,2}.1
 }
 
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list