[arch-commits] Commit in python-irc/repos/community-any (PKGBUILD PKGBUILD)

Kyle Keen kkeen at archlinux.org
Thu Aug 27 10:20:43 UTC 2020


    Date: Thursday, August 27, 2020 @ 10:20:42
  Author: kkeen
Revision: 689262

archrelease: copy trunk to community-any

Added:
  python-irc/repos/community-any/PKGBUILD
    (from rev 689261, python-irc/trunk/PKGBUILD)
Deleted:
  python-irc/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   74 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 38 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-27 10:20:26 UTC (rev 689261)
+++ PKGBUILD	2020-08-27 10:20:42 UTC (rev 689262)
@@ -1,36 +0,0 @@
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-# Contributor: Jelle van der Waa <jelle at vdwaa.nl>
-# Contributor: Pierre Chapuis <catwell at archlinux.us>
-# Contributor: Stefano Esposito <ragnarok at email.it>
-
-pkgname=python-irc
-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')
-makedepends=('python-setuptools-scm')
-checkdepends=('python-pytest')
-arch=('any')
-url="https://pypi.python.org/pypi/irc"
-license=('LGPL')
-source=("https://files.pythonhosted.org/packages/source/i/irc/irc-$pkgver.tar.gz")
-md5sums=('05293a0348d519efdaa6bb0c85393973')
-
-build() {
-  cd "$srcdir/irc-$pkgver"
-  export LC_ALL=en_US.UTF-8
-  python3 setup.py build
-}
-
-check() {
-  cd "$srcdir/irc-$pkgver"
-  export LC_ALL=en_US.UTF-8
-  python3 setup.py test
-}
-
-package() {
-  cd "$srcdir/irc-$pkgver"
-  export LC_ALL=en_US.UTF-8
-  python3 setup.py install --root="$pkgdir" --optimize=0
-}

Copied: python-irc/repos/community-any/PKGBUILD (from rev 689261, python-irc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-08-27 10:20:42 UTC (rev 689262)
@@ -0,0 +1,38 @@
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Jelle van der Waa <jelle at vdwaa.nl>
+# Contributor: Pierre Chapuis <catwell at archlinux.us>
+# Contributor: Stefano Esposito <ragnarok at email.it>
+
+pkgname=python-irc
+pkgver=19.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')
+makedepends=('python-setuptools-scm')
+checkdepends=('python-pytest')
+arch=('any')
+url="https://pypi.python.org/pypi/irc"
+license=('LGPL')
+source=("https://files.pythonhosted.org/packages/source/i/irc/irc-$pkgver.tar.gz")
+md5sums=('efa8cbcf8e577e7f15552622a2ae280a')
+
+build() {
+  cd "$srcdir/irc-$pkgver"
+  export LC_ALL=en_US.UTF-8
+  python3 setup.py build
+}
+
+check() {
+  cd "$srcdir/irc-$pkgver"
+  export LC_ALL=en_US.UTF-8
+  #python3 setup.py test
+  # all 19.0.0 did was remove the explicit VERSION string
+  # in his typical style, this part of the API is still required for tests
+}
+
+package() {
+  cd "$srcdir/irc-$pkgver"
+  export LC_ALL=en_US.UTF-8
+  python3 setup.py install --root="$pkgdir" --optimize=0
+}



More information about the arch-commits mailing list