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

Eli Schwartz eschwartz at archlinux.org
Fri Jul 27 00:16:42 UTC 2018


    Date: Friday, July 27, 2018 @ 00:16:41
  Author: eschwartz
Revision: 363659

upgpkg: sopel 6.5.3-2

python 3.7 rebuild
tests pass and do not need to be ignored

Modified:
  sopel/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-26 22:53:08 UTC (rev 363658)
+++ PKGBUILD	2018-07-27 00:16:41 UTC (rev 363659)
@@ -3,11 +3,11 @@
 
 pkgname=sopel
 pkgver=6.5.3
-pkgrel=1
+pkgrel=2
 pkgdesc="An easy-to-use and highly extensible IRC Bot framework (Formerly Willie)"
 arch=('any')
 license=('custom:EFL')
-url='http://sopel.chat'
+url='https://sopel.chat'
 depends=('python-setuptools' 'sqlite' 'python-xmltodict' 'python-pytz' 'python-praw'
          'python-pyenchant' 'python-pygeoip')
 makedepends=('python-sphinx')
@@ -16,9 +16,7 @@
 source=("$pkgname-$pkgver.tar.gz::https://github.com/sopel-irc/sopel/archive/v$pkgver.tar.gz")
 sha512sums=('6f8f3003c87f8092a7a05320197237033f8d650402155f1f71482078e2bb851aa5f1942d2ccf378d3446011326f174087f478754e212b40e2216e2ad46a82812')
 
-prepare() {
-  export LC_CTYPE=en_US.UTF-8
-}
+export LC_CTYPE=en_US.UTF-8
 
 build() {
   cd sopel-$pkgver
@@ -28,7 +26,7 @@
 
 check() {
   cd sopel-$pkgver
-  python setup.py pytest --addopts "--ignore build/" || warning "Tests failed"
+  python setup.py pytest --addopts "--ignore build/"
 }
 
 package() {



More information about the arch-commits mailing list