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

Thore Bödecker foxxx0 at archlinux.org
Tue Jun 22 17:58:30 UTC 2021


    Date: Tuesday, June 22, 2021 @ 17:58:29
  Author: foxxx0
Revision: 966850

upgpkg: python-kajiki 0.8.3-1

update to upstream release 0.8.3
follow upstream switch to pytest
remove obsoleted nose

Modified:
  python-kajiki/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-22 17:48:01 UTC (rev 966849)
+++ PKGBUILD	2021-06-22 17:58:29 UTC (rev 966850)
@@ -2,21 +2,21 @@
 pkgbase='python-kajiki'
 _pkgbase="${pkgbase#python-}"
 pkgname=("python-${_pkgbase}")
-pkgver=0.8.2
-pkgrel=4
+pkgver=0.8.3
+pkgrel=1
 pkgdesc='Python XML-based template engine with Genshi-like syntax and Jinja-style blocks'
 arch=('any')
 url='https://github.com/nandoflorestan/kajiki'
 license=('LGPL')
 depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-babel' 'python-nose' 'python-nine')
+makedepends=('python-setuptools' 'python-sphinx')
+checkdepends=('python-babel' 'python-nine' 'python-pytest')
 source=("${_pkgbase}-${pkgver}.tar.gz::https://github.com/nandoflorestan/kajiki/archive/v${pkgver}.tar.gz")
-sha512sums=('c6d4a7ed0b0a66af744d622a113f0fdccd3b13aa7ea75e0eda4d42c5f9234341367a5bcc92a98ecd394d824e1b0949d85d7fe384c88aaa05500a298e5101dc7a')
+sha512sums=('23d0a0c4834f097f96d278db89708c5ab20b1ab3da5f4fa5338c0a74bfe0dff2a2102147eb5f52529c4f89df205b17064a424387df9572b70f4b7bb61dedaf94')
 
 check() {
   cd "${srcdir}/${_pkgbase}-${pkgver}"
-  python ./setup.py test
+  py.test -vvv -s -ra --showlocals --noconftest "${_pkgbase}"/tests/
 }
 
 package() {



More information about the arch-commits mailing list