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

Felix Yan fyan at archlinux.org
Mon Nov 16 03:49:22 UTC 2015


    Date: Monday, November 16, 2015 @ 04:49:22
  Author: fyan
Revision: 146903

upgpkg: sopel 6.1.0-1

Modified:
  sopel/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-11-16 03:23:45 UTC (rev 146902)
+++ PKGBUILD	2015-11-16 03:49:22 UTC (rev 146903)
@@ -2,8 +2,8 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=sopel
-pkgver=6.0.0
-pkgrel=2
+pkgver=6.1.0
+pkgrel=1
 pkgdesc="An easy-to-use and highly extensible IRC Bot framework (Formerly Willie)"
 arch=('any')
 license=('custom:EFL')
@@ -12,12 +12,14 @@
 optdepends=('python-feedparser: nws and rss modules'
             'python-pytz: remind module'
             'python-lxml: xkcd module'
-            'python-pyenchant: spellchek module'
+            'python-pyenchant: spellcheck module'
             'python-praw: reddit module'
-            'python-pygeoip: geoip module')
+            'python-pygeoip: geoip module'
+            'python-xmltodict: bugzilla, currency, weather modules')
 makedepends=('git' 'python-sphinx')
 checkdepends=('python-pytest' 'python-feedparser' 'python-pytz' 'python-lxml'
-              'python-pyenchant' 'python-praw' 'python-pygeoip' 'ipython')
+              'python-pyenchant' 'python-praw' 'python-pygeoip' 'ipython'
+              'python-xmltodict')
 backup=('etc/sopel.cfg')
 source=("git+https://github.com/sopel-irc/sopel.git#tag=$pkgver")
 md5sums=('SKIP')
@@ -34,7 +36,7 @@
 
 check() {
   cd "$srcdir/sopel"
-  py.test --ignore build || warning "Tests failed"
+  py.test build || warning "Tests failed"
 }
 
 package() {



More information about the arch-commits mailing list