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

Felix Yan felixonmars at archlinux.org
Mon Apr 13 02:19:04 UTC 2020


    Date: Monday, April 13, 2020 @ 02:19:03
  Author: felixonmars
Revision: 613496

upgpkg: python-pypandoc 1.5-1

Modified:
  python-pypandoc/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-13 02:17:28 UTC (rev 613495)
+++ PKGBUILD	2020-04-13 02:19:03 UTC (rev 613496)
@@ -2,8 +2,8 @@
 
 pkgbase=python-pypandoc
 pkgname=('python-pypandoc' 'python2-pypandoc')
-pkgver=1.4
-pkgrel=4
+pkgver=1.5
+pkgrel=1
 pkgdesc="Thin wrapper for pandoc"
 arch=('any')
 license=('MIT')
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'pandoc')
 checkdepends=('texlive-core' 'texlive-latexextra' 'pandoc-citeproc')
 source=("$pkgbase-$pkgver.tar.gz::https://github.com/bebraw/pypandoc/archive/$pkgver.tar.gz")
-sha512sums=('e6210c8b63758d09b12f1cef2e755ae70befa2b5cd66034d9981217b2fa684b90bf6b6edc46968abcb775721a0b32467c924866be743dde74fe77a20b94453d5')
+sha512sums=('bc1a18115827ac0868b887fa3c9be46736670de8f095cb49b444e61f66779497db9a08bdac0de30f821a64cd6bad195f1d3a29d0159e6e3ad050a78ca0ecea82')
 
 prepare() {
   # We don't really need pip and wheel at runtime
@@ -29,13 +29,11 @@
 }
 
 check() {
-  # https://github.com/bebraw/pypandoc/issues/163
-
   cd "$srcdir"/pypandoc-$pkgver
-  LC_CTYPE=en_US.UTF-8 python setup.py test || warning "Tests failed"
+  python setup.py test
 
   cd "$srcdir"/pypandoc-$pkgver-py2
-  python2 setup.py test || warning "Tests failed"
+  python2 setup.py test
 }
 
 package_python-pypandoc() {



More information about the arch-commits mailing list