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

Felix Yan felixonmars at archlinux.org
Mon Aug 19 03:28:07 UTC 2019


    Date: Monday, August 19, 2019 @ 03:28:07
  Author: felixonmars
Revision: 500122

upgpkg: python-kivy 1.11.1-1

Modified:
  python-kivy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-19 01:49:23 UTC (rev 500121)
+++ PKGBUILD	2019-08-19 03:28:07 UTC (rev 500122)
@@ -5,8 +5,8 @@
 
 pkgbase=python-kivy
 pkgname=('python-kivy' 'python2-kivy')
-pkgver=1.10.1
-pkgrel=2
+pkgver=1.11.1
+pkgrel=1
 pkgdesc="A software library for rapid development of hardware-accelerated multitouch applications."
 arch=('x86_64')
 url="https://kivy.org/"
@@ -13,12 +13,12 @@
 license=('MIT')
 makedepends=('python-setuptools' 'python2-setuptools' 'python-docutils' 'python2-docutils' 'cython'
              'cython2' 'gstreamer' 'sdl2_ttf' 'sdl2_mixer' 'sdl2_image')
-checkdepends=('python-nose' 'python2-nose' 'python2-mock' 'python-coverage' 'python2-coverage'
+checkdepends=('python-pytest' 'python2-pytest' 'python2-mock' 'python-coverage' 'python2-coverage'
               'python-gobject' 'python2-gobject' 'xorg-server-xvfb' 'opencv' 'python-pyenchant'
               'python2-pyenchant' 'git' 'mtdev' 'xclip' 'xsel' 'gtk3' 'gst-plugins-base'
               'gst-plugins-good' 'gst-libav' 'python-dbus' 'python2-dbus')
 source=("https://pypi.io/packages/source/K/Kivy/Kivy-$pkgver.tar.gz")
-sha512sums=('d0fb32e18bab86e74b7b7b67b11c46150511a9f549aa564b821e7cb46592750633ac94e9a12b1b8df3e59bd9acffa2b2394861608f46cebd10df4fb52ee604b8')
+sha512sums=('d6b34668d9ad9196edcb9a8307d6659868a8f72580018d873bc6e91823461c853c3c92758c0c3013b25faa177dd62ab5d12671411822112b13a9610e4eda3eb0')
 
 prepare() {
   # For better metadata
@@ -40,11 +40,11 @@
 check() {
   cd "$srcdir"/Kivy-$pkgver
   python setup.py build_ext --inplace
-  xvfb-run -s "-screen 0 1280x720x24 -ac +extension GLX" nosetests3 kivy/tests
+  xvfb-run -s "-screen 0 1280x720x24 -ac +extension GLX" pytest kivy/tests
 
   cd "$srcdir"/Kivy-$pkgver-py2
   python2 setup.py build_ext --inplace
-  xvfb-run -s "-screen 0 1280x720x24 -ac +extension GLX" nosetests2 kivy/tests
+  xvfb-run -s "-screen 0 1280x720x24 -ac +extension GLX" pytest2 kivy/tests
 }
 
 package_python-kivy() {



More information about the arch-commits mailing list