[arch-commits] Commit in python-irc/repos/community-any (PKGBUILD PKGBUILD)
Kyle Keen
kkeen at archlinux.org
Wed Aug 22 22:11:58 UTC 2018
Date: Wednesday, August 22, 2018 @ 22:11:58
Author: kkeen
Revision: 373317
archrelease: copy trunk to community-any
Added:
python-irc/repos/community-any/PKGBUILD
(from rev 373316, python-irc/trunk/PKGBUILD)
Deleted:
python-irc/repos/community-any/PKGBUILD
----------+
PKGBUILD | 96 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 48 insertions(+), 48 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-22 22:11:32 UTC (rev 373316)
+++ PKGBUILD 2018-08-22 22:11:58 UTC (rev 373317)
@@ -1,48 +0,0 @@
-# $Id$
-# 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>
-
-pkgbase=python-irc
-pkgname=('python-irc' 'python2-irc')
-pkgver=16.1
-pkgrel=2
-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' 'python2-setuptools'
- 'python2-jaraco' 'python2-more-itertools' 'python2-pytz' 'python2-tempora')
-checkdepends=('python-pytest' 'python2-pytest')
-arch=('any')
-url="http://pypi.python.org/pypi/irc"
-license=('LGPL')
-source=("https://files.pythonhosted.org/packages/source/i/irc/irc-$pkgver.tar.gz")
-md5sums=('942667800e1fcc46bc46b7f62b12068f')
-
-build() {
- cd "$srcdir"
- cp -a "irc-$pkgver" "irc2-$pkgver"
-}
-
-package_python-irc() {
- cd "$srcdir/irc-$pkgver"
- export LC_ALL=en_US.UTF-8
- python3 setup.py install --root="$pkgdir" --optimize=0
-}
-
-package_python2-irc() {
- depends=('python2-six' 'python2-pytz' 'python2-more-itertools' 'python2-jaraco' 'python2-tempora')
-
- cd "$srcdir/irc2-$pkgver"
- python2 setup.py install --root="$pkgdir" --optimize=0
-}
-
-check() {
- return # dude broke pytest?
- cd "$srcdir/irc-$pkgver"
- export LC_ALL=en_US.UTF-8
- python3 setup.py test
-
- cd "$srcdir/irc2-$pkgver"
- python2 setup.py test
-}
Copied: python-irc/repos/community-any/PKGBUILD (from rev 373316, python-irc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-08-22 22:11:58 UTC (rev 373317)
@@ -0,0 +1,48 @@
+# $Id$
+# 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>
+
+pkgbase=python-irc
+pkgname=('python-irc' 'python2-irc')
+pkgver=16.4
+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' 'python2-setuptools'
+ 'python2-jaraco' 'python2-more-itertools' 'python2-pytz' 'python2-tempora')
+checkdepends=('python-pytest' 'python2-pytest')
+arch=('any')
+url="http://pypi.python.org/pypi/irc"
+license=('LGPL')
+source=("https://files.pythonhosted.org/packages/source/i/irc/irc-$pkgver.tar.gz")
+md5sums=('b201b4f58cc1e2a59cb675a59a0b7b37')
+
+build() {
+ cd "$srcdir"
+ cp -a "irc-$pkgver" "irc2-$pkgver"
+}
+
+package_python-irc() {
+ cd "$srcdir/irc-$pkgver"
+ export LC_ALL=en_US.UTF-8
+ python3 setup.py install --root="$pkgdir" --optimize=0
+}
+
+package_python2-irc() {
+ depends=('python2-six' 'python2-pytz' 'python2-more-itertools' 'python2-jaraco' 'python2-tempora')
+
+ cd "$srcdir/irc2-$pkgver"
+ python2 setup.py install --root="$pkgdir" --optimize=0
+}
+
+check() {
+ return # dude broke pytest?
+ cd "$srcdir/irc-$pkgver"
+ export LC_ALL=en_US.UTF-8
+ python3 setup.py test
+
+ cd "$srcdir/irc2-$pkgver"
+ python2 setup.py test
+}
More information about the arch-commits
mailing list