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

Kyle Keen kkeen at archlinux.org
Mon Dec 9 23:35:21 UTC 2019


    Date: Monday, December 9, 2019 @ 23:35:20
  Author: kkeen
Revision: 536458

upgpkg: python-irc 17.1-3

Modified:
  python-irc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-09 23:16:59 UTC (rev 536457)
+++ PKGBUILD	2019-12-09 23:35:20 UTC (rev 536458)
@@ -5,9 +5,10 @@
 
 pkgname=python-irc
 pkgver=17.1
-pkgrel=2
+pkgrel=3
 pkgdesc="IRC (Internet Relay Chat) protocol client library for Python"
-depends=('python-six' 'python-pytz' 'python-more-itertools' 'python-jaraco' 'python-tempora')
+depends=('python-six' 'python-pytz' 'python-more-itertools' 'python-jaraco'
+         'python-tempora' 'python-importlib-metadata')
 makedepends=('python-setuptools-scm')
 checkdepends=('python-pytest')
 arch=('any')
@@ -16,11 +17,6 @@
 source=("https://files.pythonhosted.org/packages/source/i/irc/irc-$pkgver.tar.gz")
 md5sums=('49e9851caa35fbc82953519ee6c1626e')
 
-prepare() {
-  cd "$srcdir"
-  cp -a "irc-$pkgver" "irc2-$pkgver"
-}
-
 build() {
   cd "$srcdir/irc-$pkgver"
   export LC_ALL=en_US.UTF-8



More information about the arch-commits mailing list