[arch-commits] Commit in python-kivy/trunk (PKGBUILD)
Eli Schwartz
eschwartz at archlinux.org
Thu Jul 26 07:31:41 UTC 2018
Date: Thursday, July 26, 2018 @ 07:31:40
Author: eschwartz
Revision: 363476
upgpkg: python-kivy 1.10.1-2
python 3.7 rebuild
Modified:
python-kivy/trunk/PKGBUILD
----------+
PKGBUILD | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-07-26 07:28:33 UTC (rev 363475)
+++ PKGBUILD 2018-07-26 07:31:40 UTC (rev 363476)
@@ -7,10 +7,10 @@
pkgbase=python-kivy
pkgname=('python-kivy' 'python2-kivy')
pkgver=1.10.1
-pkgrel=1
+pkgrel=2
pkgdesc="A software library for rapid development of hardware-accelerated multitouch applications."
arch=('x86_64')
-url="http://kivy.org/"
+url="https://kivy.org/"
license=('MIT')
makedepends=('python-setuptools' 'python2-setuptools' 'python-docutils' 'python2-docutils' 'cython'
'cython2' 'gstreamer' 'sdl2_ttf' 'sdl2_mixer' 'sdl2_image')
@@ -32,17 +32,19 @@
build() {
cd "$srcdir"/Kivy-$pkgver
- python setup.py build build_ext --inplace
+ python setup.py build
cd "$srcdir"/Kivy-$pkgver-py2
- python2 setup.py build build_ext --inplace
+ python2 setup.py build
}
check() {
cd "$srcdir"/Kivy-$pkgver
+ python setup.py build_ext --inplace
xvfb-run -s "-screen 0 1280x720x24 -ac +extension GLX" nosetests3 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
}
More information about the arch-commits
mailing list