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

Santiago Torres-Arias sangy at archlinux.org
Sun Mar 29 19:59:17 UTC 2020


    Date: Sunday, March 29, 2020 @ 19:59:14
  Author: sangy
Revision: 606442

upgpkg: python-pyopencl 1:2019.1.2-4

Drop unnecessary boost and python-cffi dependencies

Modified:
  python-pyopencl/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-29 19:57:57 UTC (rev 606441)
+++ PKGBUILD	2020-03-29 19:59:14 UTC (rev 606442)
@@ -5,7 +5,7 @@
 pkgbase=python-pyopencl
 pkgname=('python-pyopencl' 'pyopencl-headers')
 pkgver=2019.1.2
-pkgrel=3
+pkgrel=4
 epoch=1
 pkgdesc="A complete, object-oriented language binding of OpenCL to Python"
 arch=('x86_64')
@@ -12,8 +12,8 @@
 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' 'python-mako' 'python-numpy'
-             'python-cffi' 'git' 'pybind11')
+makedepends=('ctags' 'python-setuptools' 'python-mako' 'python-numpy' '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



More information about the arch-commits mailing list