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

Morten Linderud foxboron at archlinux.org
Wed Jun 30 10:47:36 UTC 2021


    Date: Wednesday, June 30, 2021 @ 10:47:36
  Author: foxboron
Revision: 967957

upgpkg: python-milc 1.4.2-1

Modified:
  python-milc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-30 10:28:10 UTC (rev 967956)
+++ PKGBUILD	2021-06-30 10:47:36 UTC (rev 967957)
@@ -1,17 +1,17 @@
 # Maintainer: Morten Linderud <foxboron at archlinux.org>
 
 pkgname=python-milc
-pkgver=1.3.0
+pkgver=1.4.2
 pkgrel=1
 pkgdesc="Opinionated Batteries-Included Python 3 CLI Framework."
 arch=("any")
 url="https://milc.clueboard.co/#/"
 license=("MIT")
-depends=("python-appdirs" "python-argcomplete" "python-colorama")
+depends=("python-appdirs" "python-argcomplete" "python-colorama" "python-halo")
 makedepends=("python-setuptools")
 checkdepends=("python-semver" "python-nose2")
 source=("$pkgname-$pkgver.tar.gz::https://github.com/clueboard/milc/archive/${pkgver}.tar.gz")
-sha256sums=('95c3af881b601e96049d5818818088ccf8a9ff4395b961ae451f968ddafa3b30')
+sha256sums=('b4ba7c099aad04cf9addc12f924d8caff23039c4674b304962c59c02594eea39')
 
 build() {
     cd "${pkgname#python-}-${pkgver}"
@@ -20,6 +20,7 @@
 
 check() {
     cd "${pkgname#python-}-${pkgver}"
+    rm tests/test_script*.py
     nose2
 }
 




More information about the arch-commits mailing list