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

Kyle Keen kkeen at archlinux.org
Fri Jul 3 02:17:48 UTC 2020


    Date: Friday, July 3, 2020 @ 02:17:47
  Author: kkeen
Revision: 657565

upgpkg: python-irc 18.0.0-1

Modified:
  python-irc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-03 02:00:09 UTC (rev 657564)
+++ PKGBUILD	2020-07-03 02:17:47 UTC (rev 657565)
@@ -4,11 +4,11 @@
 # Contributor: Stefano Esposito <ragnarok at email.it>
 
 pkgname=python-irc
-pkgver=17.1
-pkgrel=3
+pkgver=18.0.0
+pkgrel=1
 pkgdesc="IRC (Internet Relay Chat) protocol client library for Python"
 depends=('python-six' 'python-pytz' 'python-more-itertools' 'python-jaraco'
-         'python-tempora' 'python-importlib-metadata')
+         'python-tempora')
 makedepends=('python-setuptools-scm')
 checkdepends=('python-pytest')
 arch=('any')
@@ -15,7 +15,7 @@
 url="https://pypi.python.org/pypi/irc"
 license=('LGPL')
 source=("https://files.pythonhosted.org/packages/source/i/irc/irc-$pkgver.tar.gz")
-md5sums=('49e9851caa35fbc82953519ee6c1626e')
+md5sums=('05293a0348d519efdaa6bb0c85393973')
 
 build() {
   cd "$srcdir/irc-$pkgver"
@@ -24,7 +24,6 @@
 }
 
 check() {
-  return  # dude broke pytest?
   cd "$srcdir/irc-$pkgver"
   export LC_ALL=en_US.UTF-8
   python3 setup.py test



More information about the arch-commits mailing list