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

David Runge dvzrv at archlinux.org
Tue Oct 16 08:24:55 UTC 2018


    Date: Tuesday, October 16, 2018 @ 08:24:54
  Author: dvzrv
Revision: 394540

upgpkg: python-click-repl 0.1.6-1

Upgrading to 0.1.6.

Modified:
  python-click-repl/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-16 08:07:42 UTC (rev 394539)
+++ PKGBUILD	2018-10-16 08:24:54 UTC (rev 394540)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge <dave at sleepmap.de>
 _name=click-repl
 pkgname=python-click-repl
-pkgver=0.1.5
+pkgver=0.1.6
 pkgrel=1
 pkgdesc="Subcommand REPL for click apps"
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest')
 source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha512sums=('19e309ca24348f0b8fd7874b2ec41cd6f2e5b0c52351b17f7fc768699cb499b149385a0d968134d33bdcf55c794be30574a560452dcbebcd87a74c18cbb4df19')
+sha512sums=('50576166e8eb61098b8b4e1c7db43101c226d09785a497539830addfd52a2c35b2fa7865d3cbb20559dcf2fea99801f306dcb05c177886f021a1ada188501ced')
 
 prepare() {
   mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
@@ -22,8 +22,8 @@
   python setup.py build
 }
 
-# no tests in pypi source:
-# https://github.com/click-contrib/click-repl/issues/49
+## no tests in pypi source:
+## https://github.com/click-contrib/click-repl/issues/49
 #check() {
 #  cd "$pkgname-$pkgver"
 #  export PYTHONPATH="${PYTHONPATH}:${PWD}/build/lib/"



More information about the arch-commits mailing list