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

Jiachen Yang farseerfc at archlinux.org
Fri Jul 27 15:32:53 UTC 2018


    Date: Friday, July 27, 2018 @ 15:32:53
  Author: farseerfc
Revision: 363691

upgpkg: pelican 3.7.1-4

pelican switch to nose in check and fix checkdepends

Modified:
  pelican/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-27 15:18:20 UTC (rev 363690)
+++ PKGBUILD	2018-07-27 15:32:53 UTC (rev 363691)
@@ -4,16 +4,16 @@
 
 pkgname=pelican
 pkgver=3.7.1
-pkgrel=3
+pkgrel=4
 pkgdesc="A tool to generate a static blog, with restructured text (or markdown) input files."
 arch=('any')
 url="http://getpelican.com"
 license=('AGPL3')
-makedepends=('python-sphinx' 'python-blinker')
+makedepends=('python-sphinx')
 depends=('python-jinja' 'python-pygments' 'python-feedgenerator' 'python-pytz'
          'python-docutils' 'python-blinker' 'python-unidecode' 'python-six'
          'python-dateutil')
-checkdepends=('python-tox' 'python-setuptools' 'python-lxml' 'git')
+checkdepends=('python-tox' 'python-setuptools' 'python-lxml' 'git' 'python-nose' 'python-feedparser' 'python-markdown')
 optdepends=('python-markdown: Markdown support'
             'asciidoc: AsciiDoc support'
             'python-beautifulsoup4: importing from wordpress/dotclear/posterous'
@@ -67,5 +67,6 @@
 
 check() {
     cd "$srcdir/$pkgname-$pkgver"
-    tox -e py3$(python3 -c "import platform;print(platform.python_version_tuple()[1])")
+    #tox -e py3$(python3 -c "import platform;print(platform.python_version_tuple()[1])")
+    LANG=en_US.UTF-8 nosetests
 }



More information about the arch-commits mailing list