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

Kyle Keen kkeen at nymeria.archlinux.org
Tue Mar 18 11:50:43 UTC 2014


    Date: Tuesday, March 18, 2014 @ 12:50:43
  Author: kkeen
Revision: 107664

upgpkg: python-irc py3.4 rebuild

Modified:
  python-irc/trunk/PKGBUILD
  python-irc/trunk/python-irc.install
  python-irc/trunk/python2-irc.install

---------------------+
 PKGBUILD            |   22 +++++++++++-----------
 python-irc.install  |    2 +-
 python2-irc.install |    2 +-
 3 files changed, 13 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-18 11:34:24 UTC (rev 107663)
+++ PKGBUILD	2014-03-18 11:50:43 UTC (rev 107664)
@@ -7,11 +7,11 @@
 pkgbase=python-irc
 pkgname=('python-irc' 'python2-irc')
 pkgver=8.5.4
-pkgrel=1
+pkgrel=2
 pkgdesc="IRC (Internet Relay Chat) protocol client library for Python"
 depends=('python-six')
 makedepends=('python-setuptools' 'python2-setuptools')
-#checkdepends=('python-pytest' 'python2-pytest')  # AUR packages
+checkdepends=('python-pytest' 'python2-pytest')
 arch=('any')
 url="http://pypi.python.org/pypi/irc"
 license=('LGPL')
@@ -46,12 +46,12 @@
   find "$pkgdir/" -type d -empty -delete
 }
 
-#check()
-#{
-#  cd "$srcdir/irc-$pkgver"
-#  export LC_ALL=en_US.UTF-8
-#  python3 setup.py test 
-#
-#  cd "$srcdir/irc2-$pkgver"
-#  python2 setup.py test 
-#}
+check()
+{
+  cd "$srcdir/irc-$pkgver"
+  export LC_ALL=en_US.UTF-8
+  python3 setup.py test 
+
+  cd "$srcdir/irc2-$pkgver"
+  python2 setup.py test 
+}

Modified: python-irc.install
===================================================================
--- python-irc.install	2014-03-18 11:34:24 UTC (rev 107663)
+++ python-irc.install	2014-03-18 11:50:43 UTC (rev 107664)
@@ -4,7 +4,7 @@
 # it would be great if pkgname and not just pkgver was passed in the arg list
 
 _pkg='python-irc'
-_cpython='cpython-33'
+_cpython='cpython-34'
 
 post_upgrade() {
   while read _f; do

Modified: python2-irc.install
===================================================================
--- python2-irc.install	2014-03-18 11:34:24 UTC (rev 107663)
+++ python2-irc.install	2014-03-18 11:50:43 UTC (rev 107664)
@@ -4,7 +4,7 @@
 # it would be great if pkgname and not just pkgver was passed in the arg list
 
 _pkg='python2-irc'
-_cpython='cpython-33'
+_cpython='cpython-34'
 
 post_upgrade() {
   while read _f; do




More information about the arch-commits mailing list