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

Santiago Torres-Arias sangy at archlinux.org
Tue Feb 11 00:08:24 UTC 2020


    Date: Tuesday, February 11, 2020 @ 00:08:20
  Author: sangy
Revision: 566502

upgpkg: python-pyopencl 1:2019.1.2-3

Fix #64926

Modified:
  python-pyopencl/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-11 00:07:57 UTC (rev 566501)
+++ PKGBUILD	2020-02-11 00:08:20 UTC (rev 566502)
@@ -5,7 +5,7 @@
 pkgbase=python-pyopencl
 pkgname=('python-pyopencl' 'pyopencl-headers')
 pkgver=2019.1.2
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc="A complete, object-oriented language binding of OpenCL to Python"
 arch=('x86_64')
@@ -12,10 +12,9 @@
 url="https://mathema.tician.de/software/pyopencl"
 license=('MIT' 'Apache' 'BSD')
 depends=('opencl-icd-loader' 'opencl-headers' 'mesa' 'boost-libs')
-makedepends=('ctags' 'boost' 'python-setuptools' 'python2-setuptools' 'python-mako' 'python2-mako'
-             'python-numpy' 'python2-numpy' 'python-cffi' 'python2-cffi' 'git' 'pybind11')
-checkdepends=('python-six' 'python2-six' 'python-appdirs' 'python2-appdirs'
-            'python-pytest' 'python-pytools')
+makedepends=('ctags' 'boost' 'python-setuptools' 'python-mako' 'python-numpy'
+             'python-cffi' 'git' 'pybind11')
+checkdepends=('python-six' 'python-appdirs' 'python-pytest' 'python-pytools')
 source=("git+https://github.com/inducer/pyopencl.git?signed#tag=v${pkgver}")
 validpgpkeys=("900A958D9A0ACA58B1468F2471AA298BCA171145") # Andreas Ratchke
 sha1sums=('SKIP')



More information about the arch-commits mailing list