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

Felix Yan felixonmars at archlinux.org
Wed Jul 7 17:23:28 UTC 2021


    Date: Wednesday, July 7, 2021 @ 17:23:28
  Author: felixonmars
Revision: 975296

upgpkg: python-kivy 2.0.0-2: add optdepend on python-oscpy

Modified:
  python-kivy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-07 17:22:25 UTC (rev 975295)
+++ PKGBUILD	2021-07-07 17:23:28 UTC (rev 975296)
@@ -5,7 +5,7 @@
 
 pkgname=python-kivy
 pkgver=2.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A software library for rapid development of hardware-accelerated multitouch applications."
 arch=('x86_64')
 url="https://kivy.org/"
@@ -12,6 +12,7 @@
 license=('MIT')
 depends=('python-docutils' 'gstreamer' 'sdl2_ttf' 'sdl2_mixer' 'sdl2_image')
 makedepends=('python-setuptools' 'cython')
+optdepends=('python-oscpy: for TUIO provider')
 checkdepends=('python-pytest' 'python-coverage' 'python-gobject' 'xorg-server-xvfb' 'opencv' 'python-pyenchant'
               'git' 'mtdev' 'xclip' 'xsel' 'gtk3' 'gst-plugins-base'
               'gst-plugins-good' 'gst-libav' 'python-dbus')
@@ -18,9 +19,6 @@
 source=("https://pypi.io/packages/source/K/Kivy/Kivy-$pkgver.tar.gz")
 sha512sums=('dd91feddaf8477093a0e12bd94a265e1b6eaeccc08f6a1908cba8b89fd388dbd803ef98975d9c4c3d4d0f335da5df247f2773f1bcb14e54ee0506c8a7e9a369d')
 
-# For better metadata
-export KIVY_USE_SETUPTOOLS=1
-
 export LC_CTYPE=en_US.UTF-8
 
 prepare() {




More information about the arch-commits mailing list