[arch-commits] Commit in python-pyopencl/repos/community-x86_64 (4 files)

2020-08-19 Thread Santiago Torres-Arias via arch-commits
Date: Wednesday, August 19, 2020 @ 19:38:51
  Author: sangy
Revision: 685172

archrelease: copy trunk to community-x86_64

Added:
  python-pyopencl/repos/community-x86_64/LICENSE.txt
(from rev 685170, python-pyopencl/trunk/LICENSE.txt)
  python-pyopencl/repos/community-x86_64/PKGBUILD
(from rev 685170, python-pyopencl/trunk/PKGBUILD)
Deleted:
  python-pyopencl/repos/community-x86_64/LICENSE.txt
  python-pyopencl/repos/community-x86_64/PKGBUILD

-+
 LICENSE.txt |   40 ++---
 PKGBUILD|  106 +-
 2 files changed, 73 insertions(+), 73 deletions(-)

Deleted: LICENSE.txt
===
--- LICENSE.txt 2020-08-19 19:38:48 UTC (rev 685171)
+++ LICENSE.txt 2020-08-19 19:38:51 UTC (rev 685172)
@@ -1,20 +0,0 @@
-Permission is hereby granted, free of charge, to any person
-obtaining a copy of this software and associated documentation
-files (the "Software"), to deal in the Software without
-restriction, including without limitation the rights to use,
-copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following
-conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
-OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
-HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
-WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-OTHER DEALINGS IN THE SOFTWARE.

Copied: python-pyopencl/repos/community-x86_64/LICENSE.txt (from rev 685170, 
python-pyopencl/trunk/LICENSE.txt)
===
--- LICENSE.txt (rev 0)
+++ LICENSE.txt 2020-08-19 19:38:51 UTC (rev 685172)
@@ -0,0 +1,20 @@
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the "Software"), to deal in the Software without
+restriction, including without limitation the rights to use,
+copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following
+conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-19 19:38:48 UTC (rev 685171)
+++ PKGBUILD2020-08-19 19:38:51 UTC (rev 685172)
@@ -1,53 +0,0 @@
-# Maintianer: Santiago Torres-Arias 
-# Contributor: Stéphane Gaudreault 
-
-_pypiname=pyopencl
-pkgbase=python-pyopencl
-pkgname=('python-pyopencl' 'pyopencl-headers')
-pkgver=2020.2
-pkgrel=1
-epoch=1
-pkgdesc="A complete, object-oriented language binding of OpenCL to Python"
-arch=('x86_64')
-url="https://mathema.tician.de/software/pyopencl;
-license=('MIT' 'Apache' 'BSD')
-depends=('opencl-icd-loader' 'opencl-headers' 'mesa' 'boost-libs')
-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
-sha1sums=('SKIP')
-
-build() {
-cd "pyopencl"
-git submodule init && git submodule update
-python3 ./configure.py --python-exe=python3 --cl-pretend-version=1.2 # 
--boost-python-libname=boost_python3
-make
-}
-
-check(){
-# INFO: to avoid a PLATFORM_NOT_FOUND_KHR error here, you would have to 
install
-# the driver of your specific video card in here
-# checkdepends+=('amdgpu')
-cd pyopencl
-PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.8/" make tests
-}
-
-package_python-pyopencl() {
-depends+=('python' 'python-numpy' 'python-mako' 'python-pytools' 
'pyopencl-headers' 'python-setuptools' 'python-cffi')
-
-cd pyopencl
-python3 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 

[arch-commits] Commit in python-pyopencl/repos/community-x86_64 (4 files)

2020-07-08 Thread Santiago Torres-Arias via arch-commits
Date: Wednesday, July 8, 2020 @ 19:53:57
  Author: sangy
Revision: 661775

archrelease: copy trunk to community-x86_64

Added:
  python-pyopencl/repos/community-x86_64/LICENSE.txt
(from rev 661774, python-pyopencl/trunk/LICENSE.txt)
  python-pyopencl/repos/community-x86_64/PKGBUILD
(from rev 661774, python-pyopencl/trunk/PKGBUILD)
Deleted:
  python-pyopencl/repos/community-x86_64/LICENSE.txt
  python-pyopencl/repos/community-x86_64/PKGBUILD

-+
 LICENSE.txt |   40 ++---
 PKGBUILD|  106 +-
 2 files changed, 73 insertions(+), 73 deletions(-)

Deleted: LICENSE.txt
===
--- LICENSE.txt 2020-07-08 19:53:21 UTC (rev 661774)
+++ LICENSE.txt 2020-07-08 19:53:57 UTC (rev 661775)
@@ -1,20 +0,0 @@
-Permission is hereby granted, free of charge, to any person
-obtaining a copy of this software and associated documentation
-files (the "Software"), to deal in the Software without
-restriction, including without limitation the rights to use,
-copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following
-conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
-OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
-HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
-WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-OTHER DEALINGS IN THE SOFTWARE.

Copied: python-pyopencl/repos/community-x86_64/LICENSE.txt (from rev 661774, 
python-pyopencl/trunk/LICENSE.txt)
===
--- LICENSE.txt (rev 0)
+++ LICENSE.txt 2020-07-08 19:53:57 UTC (rev 661775)
@@ -0,0 +1,20 @@
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the "Software"), to deal in the Software without
+restriction, including without limitation the rights to use,
+copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following
+conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-08 19:53:21 UTC (rev 661774)
+++ PKGBUILD2020-07-08 19:53:57 UTC (rev 661775)
@@ -1,53 +0,0 @@
-# Maintianer: Santiago Torres-Arias 
-# Contributor: Stéphane Gaudreault 
-
-_pypiname=pyopencl
-pkgbase=python-pyopencl
-pkgname=('python-pyopencl' 'pyopencl-headers')
-pkgver=2020.1
-pkgrel=1
-epoch=1
-pkgdesc="A complete, object-oriented language binding of OpenCL to Python"
-arch=('x86_64')
-url="https://mathema.tician.de/software/pyopencl;
-license=('MIT' 'Apache' 'BSD')
-depends=('opencl-icd-loader' 'opencl-headers' 'mesa' 'boost-libs')
-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
-sha1sums=('SKIP')
-
-build() {
-cd "pyopencl"
-git submodule init && git submodule update
-python3 ./configure.py --python-exe=python3 --cl-pretend-version=1.2 # 
--boost-python-libname=boost_python3
-make
-}
-
-check(){
-# INFO: to avoid a PLATFORM_NOT_FOUND_KHR error here, you would have to 
install
-# the driver of your specific video card in here
-# checkdepends+=('amdgpu')
-cd pyopencl
-PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.8/" make tests
-}
-
-package_python-pyopencl() {
-depends+=('python' 'python-numpy' 'python-mako' 'python-pytools' 
'pyopencl-headers' 'python-setuptools' 'python-cffi')
-
-cd pyopencl
-python3 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
-

[arch-commits] Commit in python-pyopencl/repos/community-x86_64 (4 files)

2020-05-01 Thread Santiago Torres-Arias via arch-commits
Date: Friday, May 1, 2020 @ 14:23:18
  Author: sangy
Revision: 623845

archrelease: copy trunk to community-x86_64

Added:
  python-pyopencl/repos/community-x86_64/LICENSE.txt
(from rev 623844, python-pyopencl/trunk/LICENSE.txt)
  python-pyopencl/repos/community-x86_64/PKGBUILD
(from rev 623844, python-pyopencl/trunk/PKGBUILD)
Deleted:
  python-pyopencl/repos/community-x86_64/LICENSE.txt
  python-pyopencl/repos/community-x86_64/PKGBUILD

-+
 LICENSE.txt |   40 ++---
 PKGBUILD|  106 +-
 2 files changed, 73 insertions(+), 73 deletions(-)

Deleted: LICENSE.txt
===
--- LICENSE.txt 2020-05-01 14:22:50 UTC (rev 623844)
+++ LICENSE.txt 2020-05-01 14:23:18 UTC (rev 623845)
@@ -1,20 +0,0 @@
-Permission is hereby granted, free of charge, to any person
-obtaining a copy of this software and associated documentation
-files (the "Software"), to deal in the Software without
-restriction, including without limitation the rights to use,
-copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following
-conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
-OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
-HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
-WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-OTHER DEALINGS IN THE SOFTWARE.

Copied: python-pyopencl/repos/community-x86_64/LICENSE.txt (from rev 623844, 
python-pyopencl/trunk/LICENSE.txt)
===
--- LICENSE.txt (rev 0)
+++ LICENSE.txt 2020-05-01 14:23:18 UTC (rev 623845)
@@ -0,0 +1,20 @@
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the "Software"), to deal in the Software without
+restriction, including without limitation the rights to use,
+copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following
+conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-01 14:22:50 UTC (rev 623844)
+++ PKGBUILD2020-05-01 14:23:18 UTC (rev 623845)
@@ -1,53 +0,0 @@
-# Maintianer: Santiago Torres-Arias 
-# Contributor: Stéphane Gaudreault 
-
-_pypiname=pyopencl
-pkgbase=python-pyopencl
-pkgname=('python-pyopencl' 'pyopencl-headers')
-pkgver=2019.1.2
-pkgrel=4
-epoch=1
-pkgdesc="A complete, object-oriented language binding of OpenCL to Python"
-arch=('x86_64')
-url="https://mathema.tician.de/software/pyopencl;
-license=('MIT' 'Apache' 'BSD')
-depends=('opencl-icd-loader' 'opencl-headers' 'mesa' 'boost-libs')
-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
-sha1sums=('SKIP')
-
-build() {
-cd "pyopencl"
-git submodule init && git submodule update
-python3 ./configure.py --python-exe=python3 --cl-pretend-version=1.2 # 
--boost-python-libname=boost_python3
-make
-}
-
-check(){
-# INFO: to avoid a PLATFORM_NOT_FOUND_KHR error here, you would have to 
install
-# the driver of your specific video card in here
-# checkdepends+=('amdgpu')
-cd pyopencl
-PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.8/" make tests
-}
-
-package_python-pyopencl() {
-depends+=('python' 'python-numpy' 'python-mako' 'python-pytools' 
'pyopencl-headers' 'python-setuptools' 'python-cffi')
-
-cd pyopencl
-python3 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
-
- 

[arch-commits] Commit in python-pyopencl/repos/community-x86_64 (4 files)

2020-03-29 Thread Santiago Torres-Arias via arch-commits
Date: Sunday, March 29, 2020 @ 20:00:15
  Author: sangy
Revision: 606443

archrelease: copy trunk to community-x86_64

Added:
  python-pyopencl/repos/community-x86_64/LICENSE.txt
(from rev 606442, python-pyopencl/trunk/LICENSE.txt)
  python-pyopencl/repos/community-x86_64/PKGBUILD
(from rev 606442, python-pyopencl/trunk/PKGBUILD)
Deleted:
  python-pyopencl/repos/community-x86_64/LICENSE.txt
  python-pyopencl/repos/community-x86_64/PKGBUILD

-+
 LICENSE.txt |   40 ++---
 PKGBUILD|  106 +-
 2 files changed, 73 insertions(+), 73 deletions(-)

Deleted: LICENSE.txt
===
--- LICENSE.txt 2020-03-29 19:59:14 UTC (rev 606442)
+++ LICENSE.txt 2020-03-29 20:00:15 UTC (rev 606443)
@@ -1,20 +0,0 @@
-Permission is hereby granted, free of charge, to any person
-obtaining a copy of this software and associated documentation
-files (the "Software"), to deal in the Software without
-restriction, including without limitation the rights to use,
-copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following
-conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
-OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
-HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
-WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-OTHER DEALINGS IN THE SOFTWARE.

Copied: python-pyopencl/repos/community-x86_64/LICENSE.txt (from rev 606442, 
python-pyopencl/trunk/LICENSE.txt)
===
--- LICENSE.txt (rev 0)
+++ LICENSE.txt 2020-03-29 20:00:15 UTC (rev 606443)
@@ -0,0 +1,20 @@
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the "Software"), to deal in the Software without
+restriction, including without limitation the rights to use,
+copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following
+conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-29 19:59:14 UTC (rev 606442)
+++ PKGBUILD2020-03-29 20:00:15 UTC (rev 606443)
@@ -1,53 +0,0 @@
-# Maintianer: Santiago Torres-Arias 
-# Contributor: Stéphane Gaudreault 
-
-_pypiname=pyopencl
-pkgbase=python-pyopencl
-pkgname=('python-pyopencl' 'pyopencl-headers')
-pkgver=2019.1.2
-pkgrel=3
-epoch=1
-pkgdesc="A complete, object-oriented language binding of OpenCL to Python"
-arch=('x86_64')
-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')
-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')
-
-build() {
-cd "pyopencl"
-git submodule init && git submodule update
-python3 ./configure.py --python-exe=python3 --cl-pretend-version=1.2 # 
--boost-python-libname=boost_python3
-make
-}
-
-check(){
-# INFO: to avoid a PLATFORM_NOT_FOUND_KHR error here, you would have to 
install
-# the driver of your specific video card in here
-# checkdepends+=('amdgpu')
-cd pyopencl
-PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.8/" make tests
-}
-
-package_python-pyopencl() {
-depends+=('python' 'python-numpy' 'python-mako' 'python-pytools' 
'pyopencl-headers' 'python-setuptools' 'python-cffi')
-
-cd pyopencl
-python3 setup.py install --prefix=/usr --root="${pkgdir}" 

[arch-commits] Commit in python-pyopencl/repos/community-x86_64 (4 files)

2020-02-10 Thread Santiago Torres-Arias via arch-commits
Date: Tuesday, February 11, 2020 @ 00:10:30
  Author: sangy
Revision: 566507

archrelease: copy trunk to community-x86_64

Added:
  python-pyopencl/repos/community-x86_64/LICENSE.txt
(from rev 566506, python-pyopencl/trunk/LICENSE.txt)
  python-pyopencl/repos/community-x86_64/PKGBUILD
(from rev 566506, python-pyopencl/trunk/PKGBUILD)
Deleted:
  python-pyopencl/repos/community-x86_64/LICENSE.txt
  python-pyopencl/repos/community-x86_64/PKGBUILD

-+
 LICENSE.txt |   40 ++---
 PKGBUILD|  107 --
 2 files changed, 73 insertions(+), 74 deletions(-)

Deleted: LICENSE.txt
===
--- LICENSE.txt 2020-02-11 00:09:58 UTC (rev 566506)
+++ LICENSE.txt 2020-02-11 00:10:30 UTC (rev 566507)
@@ -1,20 +0,0 @@
-Permission is hereby granted, free of charge, to any person
-obtaining a copy of this software and associated documentation
-files (the "Software"), to deal in the Software without
-restriction, including without limitation the rights to use,
-copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following
-conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
-OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
-HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
-WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-OTHER DEALINGS IN THE SOFTWARE.

Copied: python-pyopencl/repos/community-x86_64/LICENSE.txt (from rev 566506, 
python-pyopencl/trunk/LICENSE.txt)
===
--- LICENSE.txt (rev 0)
+++ LICENSE.txt 2020-02-11 00:10:30 UTC (rev 566507)
@@ -0,0 +1,20 @@
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the "Software"), to deal in the Software without
+restriction, including without limitation the rights to use,
+copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following
+conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-11 00:09:58 UTC (rev 566506)
+++ PKGBUILD2020-02-11 00:10:30 UTC (rev 566507)
@@ -1,54 +0,0 @@
-# Maintianer: Santiago Torres-Arias 
-# Contributor: Stéphane Gaudreault 
-
-_pypiname=pyopencl
-pkgbase=python-pyopencl
-pkgname=('python-pyopencl' 'pyopencl-headers')
-pkgver=2019.1.2
-pkgrel=2
-epoch=1
-pkgdesc="A complete, object-oriented language binding of OpenCL to Python"
-arch=('x86_64')
-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')
-source=("git+https://github.com/inducer/pyopencl.git?signed#tag=v${pkgver};)
-validpgpkeys=("900A958D9A0ACA58B1468F2471AA298BCA171145") # Andreas Ratchke
-sha1sums=('SKIP')
-
-build() {
-cd "pyopencl"
-git submodule init && git submodule update
-python3 ./configure.py --python-exe=python3 --cl-pretend-version=1.2 # 
--boost-python-libname=boost_python3
-make
-}
-
-check(){
-# INFO: to avoid a PLATFORM_NOT_FOUND_KHR error here, you would have to 
install
-# the driver of your specific video card in here
-# checkdepends+=('amdgpu')
-cd pyopencl
-PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.8/" make tests
-}
-
-package_python-pyopencl() {
-depends+=('python' 'python-numpy' 'python-mako' 'python-pytools' 
'pyopencl-headers' 

[arch-commits] Commit in python-pyopencl/repos/community-x86_64 (4 files)

2019-11-14 Thread Santiago Torres-Arias via arch-commits
Date: Friday, November 15, 2019 @ 03:38:37
  Author: sangy
Revision: 528741

archrelease: copy trunk to community-x86_64

Added:
  python-pyopencl/repos/community-x86_64/LICENSE.txt
(from rev 528740, python-pyopencl/trunk/LICENSE.txt)
  python-pyopencl/repos/community-x86_64/PKGBUILD
(from rev 528740, python-pyopencl/trunk/PKGBUILD)
Deleted:
  python-pyopencl/repos/community-x86_64/LICENSE.txt
  python-pyopencl/repos/community-x86_64/PKGBUILD

-+
 LICENSE.txt |   40 ++---
 PKGBUILD|  108 +-
 2 files changed, 74 insertions(+), 74 deletions(-)

Deleted: LICENSE.txt
===
--- LICENSE.txt 2019-11-15 03:35:00 UTC (rev 528740)
+++ LICENSE.txt 2019-11-15 03:38:37 UTC (rev 528741)
@@ -1,20 +0,0 @@
-Permission is hereby granted, free of charge, to any person
-obtaining a copy of this software and associated documentation
-files (the "Software"), to deal in the Software without
-restriction, including without limitation the rights to use,
-copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following
-conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
-OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
-HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
-WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-OTHER DEALINGS IN THE SOFTWARE.

Copied: python-pyopencl/repos/community-x86_64/LICENSE.txt (from rev 528740, 
python-pyopencl/trunk/LICENSE.txt)
===
--- LICENSE.txt (rev 0)
+++ LICENSE.txt 2019-11-15 03:38:37 UTC (rev 528741)
@@ -0,0 +1,20 @@
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the "Software"), to deal in the Software without
+restriction, including without limitation the rights to use,
+copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following
+conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-15 03:35:00 UTC (rev 528740)
+++ PKGBUILD2019-11-15 03:38:37 UTC (rev 528741)
@@ -1,54 +0,0 @@
-# Maintianer: Santiago Torres-Arias 
-# Contributor: Stéphane Gaudreault 
-
-_pypiname=pyopencl
-pkgbase=python-pyopencl
-pkgname=('python-pyopencl' 'pyopencl-headers')
-pkgver=2019.1.1
-pkgrel=2
-epoch=1
-pkgdesc="A complete, object-oriented language binding of OpenCL to Python"
-arch=('x86_64')
-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')
-source=("git+https://github.com/inducer/pyopencl.git?signed#tag=v${pkgver};)
-validpgpkeys=("900A958D9A0ACA58B1468F2471AA298BCA171145") # Andreas Ratchke
-sha1sums=('SKIP')
-
-build() {
-cd "pyopencl"
-git submodule init && git submodule update
-python3 ./configure.py --python-exe=python3 --cl-pretend-version=1.2 # 
--boost-python-libname=boost_python3
-make
-}
-
-check(){
-# INFO: to avoid a PLATFORM_NOT_FOUND_KHR error here, you would have to 
install
-# the driver of your specific video card in here
-# checkdepends+=('amdgpu')
-cd pyopencl
-PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.8/" make tests
-}
-
-package_python-pyopencl() {
-depends+=('python' 'python-numpy' 'python-mako' 'python-pytools' 
'pyopencl-headers' 

[arch-commits] Commit in python-pyopencl/repos/community-x86_64 (4 files)

2019-11-10 Thread Santiago Torres-Arias via arch-commits
Date: Sunday, November 10, 2019 @ 16:33:27
  Author: sangy
Revision: 526474

archrelease: copy trunk to community-x86_64

Added:
  python-pyopencl/repos/community-x86_64/LICENSE.txt
(from rev 526473, python-pyopencl/trunk/LICENSE.txt)
  python-pyopencl/repos/community-x86_64/PKGBUILD
(from rev 526473, python-pyopencl/trunk/PKGBUILD)
Deleted:
  python-pyopencl/repos/community-x86_64/LICENSE.txt
  python-pyopencl/repos/community-x86_64/PKGBUILD

-+
 LICENSE.txt |   40 ++---
 PKGBUILD|  108 +-
 2 files changed, 74 insertions(+), 74 deletions(-)

Deleted: LICENSE.txt
===
--- LICENSE.txt 2019-11-10 16:31:18 UTC (rev 526473)
+++ LICENSE.txt 2019-11-10 16:33:27 UTC (rev 526474)
@@ -1,20 +0,0 @@
-Permission is hereby granted, free of charge, to any person
-obtaining a copy of this software and associated documentation
-files (the "Software"), to deal in the Software without
-restriction, including without limitation the rights to use,
-copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following
-conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
-OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
-HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
-WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-OTHER DEALINGS IN THE SOFTWARE.

Copied: python-pyopencl/repos/community-x86_64/LICENSE.txt (from rev 526473, 
python-pyopencl/trunk/LICENSE.txt)
===
--- LICENSE.txt (rev 0)
+++ LICENSE.txt 2019-11-10 16:33:27 UTC (rev 526474)
@@ -0,0 +1,20 @@
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the "Software"), to deal in the Software without
+restriction, including without limitation the rights to use,
+copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following
+conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-10 16:31:18 UTC (rev 526473)
+++ PKGBUILD2019-11-10 16:33:27 UTC (rev 526474)
@@ -1,54 +0,0 @@
-# Maintianer: Santiago Torres-Arias 
-# Contributor: Stéphane Gaudreault 
-
-_pypiname=pyopencl
-pkgbase=python-pyopencl
-pkgname=('python-pyopencl' 'pyopencl-headers')
-pkgver=2019.1.1
-pkgrel=1
-epoch=1
-pkgdesc="A complete, object-oriented language binding of OpenCL to Python"
-arch=('x86_64')
-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')
-source=("git+https://github.com/inducer/pyopencl.git?signed#tag=v${pkgver};)
-validpgpkeys=("900A958D9A0ACA58B1468F2471AA298BCA171145") # Andreas Ratchke
-sha1sums=('SKIP')
-
-build() {
-cd "pyopencl"
-git submodule init && git submodule update
-python3 ./configure.py --python-exe=python3 --cl-pretend-version=1.2 # 
--boost-python-libname=boost_python3
-make
-}
-
-check(){
-# INFO: to avoid a PLATFORM_NOT_FOUND_KHR error here, you would have to 
install
-# the driver of your specific video card in here
-# checkdepends+=('amdgpu')
-cd pyopencl
-PYTHONPATH="$PWD/build/lib.linux-x86_64-3.7/" make tests
-}
-
-package_python-pyopencl() {
-depends+=('python' 'python-numpy' 'python-mako' 'python-pytools' 
'pyopencl-headers' 

[arch-commits] Commit in python-pyopencl/repos/community-x86_64 (4 files)

2019-08-22 Thread Santiago Torres-Arias via arch-commits
Date: Thursday, August 22, 2019 @ 23:18:40
  Author: sangy
Revision: 500727

archrelease: copy trunk to community-x86_64

Added:
  python-pyopencl/repos/community-x86_64/LICENSE.txt
(from rev 500726, python-pyopencl/trunk/LICENSE.txt)
  python-pyopencl/repos/community-x86_64/PKGBUILD
(from rev 500726, python-pyopencl/trunk/PKGBUILD)
Deleted:
  python-pyopencl/repos/community-x86_64/LICENSE.txt
  python-pyopencl/repos/community-x86_64/PKGBUILD

-+
 LICENSE.txt |   40 ++---
 PKGBUILD|  108 +-
 2 files changed, 74 insertions(+), 74 deletions(-)

Deleted: LICENSE.txt
===
--- LICENSE.txt 2019-08-22 23:18:22 UTC (rev 500726)
+++ LICENSE.txt 2019-08-22 23:18:40 UTC (rev 500727)
@@ -1,20 +0,0 @@
-Permission is hereby granted, free of charge, to any person
-obtaining a copy of this software and associated documentation
-files (the "Software"), to deal in the Software without
-restriction, including without limitation the rights to use,
-copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following
-conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
-OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
-HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
-WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-OTHER DEALINGS IN THE SOFTWARE.

Copied: python-pyopencl/repos/community-x86_64/LICENSE.txt (from rev 500726, 
python-pyopencl/trunk/LICENSE.txt)
===
--- LICENSE.txt (rev 0)
+++ LICENSE.txt 2019-08-22 23:18:40 UTC (rev 500727)
@@ -0,0 +1,20 @@
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the "Software"), to deal in the Software without
+restriction, including without limitation the rights to use,
+copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following
+conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-22 23:18:22 UTC (rev 500726)
+++ PKGBUILD2019-08-22 23:18:40 UTC (rev 500727)
@@ -1,54 +0,0 @@
-# Maintianer: Santiago Torres-Arias 
-# Contributor: Stéphane Gaudreault 
-
-_pypiname=pyopencl
-pkgbase=python-pyopencl
-pkgname=('python-pyopencl' 'pyopencl-headers')
-pkgver=2019.1
-pkgrel=1
-epoch=1
-pkgdesc="A complete, object-oriented language binding of OpenCL to Python"
-arch=('x86_64')
-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')
-source=("git+https://github.com/inducer/pyopencl.git?signed#tag=v${pkgver};)
-validpgpkeys=("900A958D9A0ACA58B1468F2471AA298BCA171145") # Andreas Ratchke
-sha1sums=('SKIP')
-
-build() {
-cd "pyopencl"
-git submodule init && git submodule update
-python3 ./configure.py --python-exe=python3 --cl-pretend-version=1.2 # 
--boost-python-libname=boost_python3
-make
-}
-
-check(){
-# INFO: to avoid a PLATFORM_NOT_FOUND_KHR error here, you would have to 
install
-# the driver of your specific video card in here
-# checkdepends+=('amdgpu')
-cd pyopencl
-PYTHONPATH="$PWD/build/lib.linux-x86_64-3.7/" make tests
-}
-
-package_python-pyopencl() {
-depends+=('python' 'python-numpy' 'python-mako' 'python-pytools' 
'pyopencl-headers' 

[arch-commits] Commit in python-pyopencl/repos/community-x86_64 (4 files)

2019-07-07 Thread Santiago Torres-Arias via arch-commits
Date: Sunday, July 7, 2019 @ 18:03:14
  Author: sangy
Revision: 487645

archrelease: copy trunk to community-x86_64

Added:
  python-pyopencl/repos/community-x86_64/LICENSE.txt
(from rev 487644, python-pyopencl/trunk/LICENSE.txt)
  python-pyopencl/repos/community-x86_64/PKGBUILD
(from rev 487644, python-pyopencl/trunk/PKGBUILD)
Deleted:
  python-pyopencl/repos/community-x86_64/LICENSE.txt
  python-pyopencl/repos/community-x86_64/PKGBUILD

-+
 LICENSE.txt |   40 ++---
 PKGBUILD|  108 +-
 2 files changed, 74 insertions(+), 74 deletions(-)

Deleted: LICENSE.txt
===
--- LICENSE.txt 2019-07-07 18:02:56 UTC (rev 487644)
+++ LICENSE.txt 2019-07-07 18:03:14 UTC (rev 487645)
@@ -1,20 +0,0 @@
-Permission is hereby granted, free of charge, to any person
-obtaining a copy of this software and associated documentation
-files (the "Software"), to deal in the Software without
-restriction, including without limitation the rights to use,
-copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following
-conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
-OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
-HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
-WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-OTHER DEALINGS IN THE SOFTWARE.

Copied: python-pyopencl/repos/community-x86_64/LICENSE.txt (from rev 487644, 
python-pyopencl/trunk/LICENSE.txt)
===
--- LICENSE.txt (rev 0)
+++ LICENSE.txt 2019-07-07 18:03:14 UTC (rev 487645)
@@ -0,0 +1,20 @@
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the "Software"), to deal in the Software without
+restriction, including without limitation the rights to use,
+copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following
+conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-07 18:02:56 UTC (rev 487644)
+++ PKGBUILD2019-07-07 18:03:14 UTC (rev 487645)
@@ -1,54 +0,0 @@
-# Maintianer: Santiago Torres-Arias 
-# Contributor: Stéphane Gaudreault 
-
-_pypiname=pyopencl
-pkgbase=python-pyopencl
-pkgname=('python-pyopencl' 'pyopencl-headers')
-pkgver=2018.2.5
-pkgrel=1
-epoch=1
-pkgdesc="A complete, object-oriented language binding of OpenCL to Python"
-arch=('x86_64')
-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')
-source=("git+https://github.com/inducer/pyopencl.git?signed#tag=v${pkgver}.signed;)
-validpgpkeys=("900A958D9A0ACA58B1468F2471AA298BCA171145") # Andreas Ratchke
-sha1sums=('SKIP')
-
-build() {
-cd "pyopencl"
-git submodule init && git submodule update
-python3 ./configure.py --python-exe=python3 --cl-pretend-version=1.2 # 
--boost-python-libname=boost_python3
-make
-}
-
-check(){
-# INFO: to avoid a PLATFORM_NOT_FOUND_KHR error here, you would have to 
install
-# the driver of your specific video card in here
-# checkdepends+=('amdgpu')
-cd pyopencl
-PYTHONPATH="$PWD/build/lib.linux-x86_64-3.7/" make tests
-}
-
-package_python-pyopencl() {
-depends+=('python' 'python-numpy' 'python-mako' 'python-pytools' 
'pyopencl-headers' 

[arch-commits] Commit in python-pyopencl/repos/community-x86_64 (4 files)

2019-03-12 Thread Santiago Torres-Arias via arch-commits
Date: Tuesday, March 12, 2019 @ 23:14:19
  Author: sangy
Revision: 440769

archrelease: copy trunk to community-x86_64

Added:
  python-pyopencl/repos/community-x86_64/LICENSE.txt
(from rev 440768, python-pyopencl/trunk/LICENSE.txt)
  python-pyopencl/repos/community-x86_64/PKGBUILD
(from rev 440768, python-pyopencl/trunk/PKGBUILD)
Deleted:
  python-pyopencl/repos/community-x86_64/LICENSE.txt
  python-pyopencl/repos/community-x86_64/PKGBUILD

-+
 LICENSE.txt |   40 +-
 PKGBUILD|  127 --
 2 files changed, 74 insertions(+), 93 deletions(-)

Deleted: LICENSE.txt
===
--- LICENSE.txt 2019-03-12 23:13:48 UTC (rev 440768)
+++ LICENSE.txt 2019-03-12 23:14:19 UTC (rev 440769)
@@ -1,20 +0,0 @@
-Permission is hereby granted, free of charge, to any person
-obtaining a copy of this software and associated documentation
-files (the "Software"), to deal in the Software without
-restriction, including without limitation the rights to use,
-copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following
-conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
-OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
-HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
-WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-OTHER DEALINGS IN THE SOFTWARE.

Copied: python-pyopencl/repos/community-x86_64/LICENSE.txt (from rev 440768, 
python-pyopencl/trunk/LICENSE.txt)
===
--- LICENSE.txt (rev 0)
+++ LICENSE.txt 2019-03-12 23:14:19 UTC (rev 440769)
@@ -0,0 +1,20 @@
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the "Software"), to deal in the Software without
+restriction, including without limitation the rights to use,
+copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following
+conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-12 23:13:48 UTC (rev 440768)
+++ PKGBUILD2019-03-12 23:14:19 UTC (rev 440769)
@@ -1,73 +0,0 @@
-# Maintianer: Santiago Torres-Arias 
-# Contributor: Stéphane Gaudreault 
-
-_pypiname=pyopencl
-pkgbase=python-pyopencl
-pkgname=('python2-pyopencl' 'python-pyopencl' 'pyopencl-headers')
-pkgver=2018.2.4
-pkgrel=1
-epoch=1
-pkgdesc="A complete, object-oriented language binding of OpenCL to Python"
-arch=('x86_64')
-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')
-source=("git+https://github.com/inducer/pyopencl.git?signed#tag=v${pkgver}.signed;)
-validpgpkeys=("900A958D9A0ACA58B1468F2471AA298BCA171145") # Andreas Ratchke
-sha256sums=('SKIP')
-
-build() {
-# we use git clone here to ensure the submodules intialize properly
-# FIXME: I could do something more thorough later down the line
-git clone pyopencl{,-python2}
- 
-cd "pyopencl"
-python3 ./configure.py --python-exe=python3 --cl-pretend-version=1.2 # 
--boost-python-libname=boost_python3
-make
- 
-cd "${srcdir}/pyopencl-python2"
-python2 ./configure.py  --python-exe=python2 --cl-pretend-version=1.2 # 
--boost-python-libname=boost_python
-make
-}
-
-check(){
-cd pyopencl
-make tests
-
-cd "$srcdir/pyopencl-python2"
-make tests
-}
-

[arch-commits] Commit in python-pyopencl/repos/community-x86_64 (4 files)

2019-02-19 Thread Santiago Torres-Arias via arch-commits
Date: Tuesday, February 19, 2019 @ 23:21:19
  Author: sangy
Revision: 434646

archrelease: copy trunk to community-x86_64

Added:
  python-pyopencl/repos/community-x86_64/LICENSE.txt
(from rev 434645, python-pyopencl/trunk/LICENSE.txt)
  python-pyopencl/repos/community-x86_64/PKGBUILD
(from rev 434645, python-pyopencl/trunk/PKGBUILD)
Deleted:
  python-pyopencl/repos/community-x86_64/LICENSE.txt
  python-pyopencl/repos/community-x86_64/PKGBUILD

-+
 LICENSE.txt |   40 +++
 PKGBUILD|  146 +-
 2 files changed, 93 insertions(+), 93 deletions(-)

Deleted: LICENSE.txt
===
--- LICENSE.txt 2019-02-19 23:20:54 UTC (rev 434645)
+++ LICENSE.txt 2019-02-19 23:21:19 UTC (rev 434646)
@@ -1,20 +0,0 @@
-Permission is hereby granted, free of charge, to any person
-obtaining a copy of this software and associated documentation
-files (the "Software"), to deal in the Software without
-restriction, including without limitation the rights to use,
-copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following
-conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
-OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
-HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
-WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-OTHER DEALINGS IN THE SOFTWARE.

Copied: python-pyopencl/repos/community-x86_64/LICENSE.txt (from rev 434645, 
python-pyopencl/trunk/LICENSE.txt)
===
--- LICENSE.txt (rev 0)
+++ LICENSE.txt 2019-02-19 23:21:19 UTC (rev 434646)
@@ -0,0 +1,20 @@
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the "Software"), to deal in the Software without
+restriction, including without limitation the rights to use,
+copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following
+conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-19 23:20:54 UTC (rev 434645)
+++ PKGBUILD2019-02-19 23:21:19 UTC (rev 434646)
@@ -1,73 +0,0 @@
-# Maintianer: Santiago Torres-Arias 
-# Contributor: Stéphane Gaudreault 
-
-_pypiname=pyopencl
-pkgbase=python-pyopencl
-pkgname=('python2-pyopencl' 'python-pyopencl' 'pyopencl-headers')
-pkgver=2018.2.2
-pkgrel=1
-epoch=1
-pkgdesc="A complete, object-oriented language binding of OpenCL to Python"
-arch=('x86_64')
-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')
-source=("git+https://github.com/inducer/pyopencl.git?signed#tag=v${pkgver}.signed;)
-validpgpkeys=("900A958D9A0ACA58B1468F2471AA298BCA171145") # Andreas Ratchke
-sha256sums=('SKIP')
-
-build() {
-# we use git clone here to ensure the submodules intialize properly
-# FIXME: I could do something more thorough later down the line
-git clone pyopencl{,-python2}
- 
-cd "pyopencl"
-python3 ./configure.py --python-exe=python3 --cl-pretend-version=1.2 # 
--boost-python-libname=boost_python3
-make
- 
-cd "${srcdir}/pyopencl-python2"
-python2 ./configure.py  --python-exe=python2 --cl-pretend-version=1.2 # 
--boost-python-libname=boost_python
-make
-}
-
-check(){
-cd pyopencl
-make tests
-
-cd "$srcdir/pyopencl-python2"
-make tests
-}
-

[arch-commits] Commit in python-pyopencl/repos/community-x86_64 (4 files)

2018-12-18 Thread Santiago Torres-Arias via arch-commits
Date: Tuesday, December 18, 2018 @ 21:33:13
  Author: sangy
Revision: 416735

archrelease: copy trunk to community-x86_64

Added:
  python-pyopencl/repos/community-x86_64/LICENSE.txt
(from rev 416734, python-pyopencl/trunk/LICENSE.txt)
  python-pyopencl/repos/community-x86_64/PKGBUILD
(from rev 416734, python-pyopencl/trunk/PKGBUILD)
Deleted:
  python-pyopencl/repos/community-x86_64/LICENSE.txt
  python-pyopencl/repos/community-x86_64/PKGBUILD

-+
 LICENSE.txt |   40 
 PKGBUILD|  145 +-
 2 files changed, 93 insertions(+), 92 deletions(-)

Deleted: LICENSE.txt
===
--- LICENSE.txt 2018-12-18 21:32:24 UTC (rev 416734)
+++ LICENSE.txt 2018-12-18 21:33:13 UTC (rev 416735)
@@ -1,20 +0,0 @@
-Permission is hereby granted, free of charge, to any person
-obtaining a copy of this software and associated documentation
-files (the "Software"), to deal in the Software without
-restriction, including without limitation the rights to use,
-copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following
-conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
-OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
-HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
-WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-OTHER DEALINGS IN THE SOFTWARE.

Copied: python-pyopencl/repos/community-x86_64/LICENSE.txt (from rev 416734, 
python-pyopencl/trunk/LICENSE.txt)
===
--- LICENSE.txt (rev 0)
+++ LICENSE.txt 2018-12-18 21:33:13 UTC (rev 416735)
@@ -0,0 +1,20 @@
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the "Software"), to deal in the Software without
+restriction, including without limitation the rights to use,
+copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following
+conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-18 21:32:24 UTC (rev 416734)
+++ PKGBUILD2018-12-18 21:33:13 UTC (rev 416735)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintianer:
-# Contributor: Stéphane Gaudreault 
-
-_pypiname=pyopencl
-pkgbase=python-pyopencl
-pkgname=('python2-pyopencl' 'python-pyopencl' 'pyopencl-headers')
-pkgver=2018.1.1
-pkgrel=3
-epoch=1
-pkgdesc="A complete, object-oriented language binding of OpenCL to Python"
-arch=('x86_64')
-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')
-checkdepends=('python-six' 'python2-six' 'python-appdirs' 'python2-appdirs')
-source=("https://pypi.io/packages/source/p/$_pypiname/$_pypiname-${pkgver}.tar.gz;)
-sha1sums=('40d036172fd4367a0243356a617c5f91bee1f3cc')
-
-build() {
-   cp -a pyopencl-$pkgver{,-python2}
-
-   cd pyopencl-${pkgver}
-   python3 ./configure.py --cl-enable-gl --python-exe=python3 
--cl-pretend-version=1.2 # --boost-python-libname=boost_python3
-   make
-
-   cd "$srcdir/pyopencl-$pkgver-python2"
-   python2 ./configure.py --cl-enable-gl --python-exe=python2 
--cl-pretend-version=1.2 # --boost-python-libname=boost_python
-   make
-}
-
-#check(){
-#   cd pyopencl-${pkgver}
-#   python3 setup.py test
-#
-#   cd "$srcdir/pyopencl-$pkgver-python2"
-#   python2 setup.py test
-#}
-
-package_python-pyopencl() {
-   depends+=('python' 'python-numpy' 'python-mako' 'python-pytools' 
'pyopencl-headers' 'python-setuptools' 'python-cffi')

[arch-commits] Commit in python-pyopencl/repos/community-x86_64 (4 files)

2018-05-01 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 1, 2018 @ 09:52:43
  Author: arojas
Revision: 318576

archrelease: copy trunk to community-x86_64

Added:
  python-pyopencl/repos/community-x86_64/LICENSE.txt
(from rev 318574, python-pyopencl/trunk/LICENSE.txt)
  python-pyopencl/repos/community-x86_64/PKGBUILD
(from rev 318574, python-pyopencl/trunk/PKGBUILD)
Deleted:
  python-pyopencl/repos/community-x86_64/LICENSE.txt
  python-pyopencl/repos/community-x86_64/PKGBUILD

-+
 LICENSE.txt |   40 
 PKGBUILD|  144 +-
 2 files changed, 92 insertions(+), 92 deletions(-)

Deleted: LICENSE.txt
===
--- LICENSE.txt 2018-05-01 09:52:41 UTC (rev 318575)
+++ LICENSE.txt 2018-05-01 09:52:43 UTC (rev 318576)
@@ -1,20 +0,0 @@
-Permission is hereby granted, free of charge, to any person
-obtaining a copy of this software and associated documentation
-files (the "Software"), to deal in the Software without
-restriction, including without limitation the rights to use,
-copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following
-conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
-OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
-HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
-WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-OTHER DEALINGS IN THE SOFTWARE.

Copied: python-pyopencl/repos/community-x86_64/LICENSE.txt (from rev 318574, 
python-pyopencl/trunk/LICENSE.txt)
===
--- LICENSE.txt (rev 0)
+++ LICENSE.txt 2018-05-01 09:52:43 UTC (rev 318576)
@@ -0,0 +1,20 @@
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the "Software"), to deal in the Software without
+restriction, including without limitation the rights to use,
+copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following
+conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-01 09:52:41 UTC (rev 318575)
+++ PKGBUILD2018-05-01 09:52:43 UTC (rev 318576)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault 
-
-pkgbase=python-pyopencl
-pkgname=('python2-pyopencl' 'python-pyopencl' 'pyopencl-headers')
-pkgver=2017.2
-pkgrel=2
-pkgdesc="A complete, object-oriented language binding of OpenCL to Python"
-arch=('i686' 'x86_64')
-url="http://mathema.tician.de/software/pyopencl;
-license=('custom')
-epoch=1
-checkdepends=('python2-six' 'python-six' 'python-appdirs' 'python2-appdirs')
-makedepends=('boost-libs' 'ctags' 'python2-setuptools' 'python-setuptools' 
'opencl-icd-loader' 'opencl-headers' 'mesa' 'boost' 'python2-mako' 
'python-mako' 'python-numpy' 'python2-numpy')
-source=('https://pypi.python.org/packages/51/cd/6142228eb3b02df9e23e5468ce6c53d1c57275bdc05bccab11e1a1e1bfec/pyopencl-2017.2.tar.gz'
-'LICENSE.txt')
-sha1sums=('27e9f9bf7fa236c38ad3fbb8da3ead06e71c1311'
-  '2e6966b3d9b15603ce2c3ff79eeadd63c5d066b7')
-
-build() {
-   cd "$srcdir"
-
-   cp -a pyopencl-$pkgver{,-python2}
-
-   cd "${srcdir}/pyopencl-${pkgver}"
-   python3 ./configure.py --cl-enable-gl --python-exe=python3 
--cl-pretend-version=1.2 # --boost-python-libname=boost_python3
-   make
-
-   cd "$srcdir/pyopencl-$pkgver-python2"
-   python2 ./configure.py --cl-enable-gl --python-exe=python2 
--cl-pretend-version=1.2 # --boost-python-libname=boost_python
-   make
-}
-
-check(){
-   cd "${srcdir}/pyopencl-${pkgver}"
-#   python3 setup.py test
-
-   cd "$srcdir/pyopencl-$pkgver-python2"
-#   python2 setup.py test
-}
-
-package_python-pyopencl() {
-   depends=('opencl-icd-loader' 

[arch-commits] Commit in python-pyopencl/repos/community-x86_64 (4 files)

2017-08-28 Thread Jelle van der Waa
Date: Monday, August 28, 2017 @ 18:07:05
  Author: jelle
Revision: 254659

archrelease: copy trunk to community-x86_64

Added:
  python-pyopencl/repos/community-x86_64/LICENSE.txt
(from rev 254658, python-pyopencl/trunk/LICENSE.txt)
  python-pyopencl/repos/community-x86_64/PKGBUILD
(from rev 254658, python-pyopencl/trunk/PKGBUILD)
Deleted:
  python-pyopencl/repos/community-x86_64/LICENSE.txt
  python-pyopencl/repos/community-x86_64/PKGBUILD

-+
 LICENSE.txt |   40 
 PKGBUILD|  144 +-
 2 files changed, 92 insertions(+), 92 deletions(-)

Deleted: LICENSE.txt
===
--- LICENSE.txt 2017-08-28 18:06:55 UTC (rev 254658)
+++ LICENSE.txt 2017-08-28 18:07:05 UTC (rev 254659)
@@ -1,20 +0,0 @@
-Permission is hereby granted, free of charge, to any person
-obtaining a copy of this software and associated documentation
-files (the "Software"), to deal in the Software without
-restriction, including without limitation the rights to use,
-copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following
-conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
-OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
-HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
-WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-OTHER DEALINGS IN THE SOFTWARE.

Copied: python-pyopencl/repos/community-x86_64/LICENSE.txt (from rev 254658, 
python-pyopencl/trunk/LICENSE.txt)
===
--- LICENSE.txt (rev 0)
+++ LICENSE.txt 2017-08-28 18:07:05 UTC (rev 254659)
@@ -0,0 +1,20 @@
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the "Software"), to deal in the Software without
+restriction, including without limitation the rights to use,
+copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following
+conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-28 18:06:55 UTC (rev 254658)
+++ PKGBUILD2017-08-28 18:07:05 UTC (rev 254659)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault 
-
-pkgbase=python-pyopencl
-pkgname=('python2-pyopencl' 'python-pyopencl' 'pyopencl-headers')
-pkgver=2017.2
-pkgrel=1
-pkgdesc="A complete, object-oriented language binding of OpenCL to Python"
-arch=('i686' 'x86_64')
-url="http://mathema.tician.de/software/pyopencl;
-license=('custom')
-epoch=1
-checkdepends=('python2-six' 'python-six' 'python-appdirs' 'python2-appdirs')
-makedepends=('boost-libs' 'ctags' 'python2-setuptools' 'python-setuptools' 
'opencl-icd-loader' 'opencl-headers' 'mesa' 'boost' 'python2-mako' 
'python-mako' 'python-numpy' 'python2-numpy')
-source=('https://pypi.python.org/packages/51/cd/6142228eb3b02df9e23e5468ce6c53d1c57275bdc05bccab11e1a1e1bfec/pyopencl-2017.2.tar.gz'
-'LICENSE.txt')
-sha1sums=('27e9f9bf7fa236c38ad3fbb8da3ead06e71c1311'
-  '2e6966b3d9b15603ce2c3ff79eeadd63c5d066b7')
-
-build() {
-   cd "$srcdir"
-
-   cp -a pyopencl-$pkgver{,-python2}
-
-   cd "${srcdir}/pyopencl-${pkgver}"
-   python3 ./configure.py --cl-enable-gl --python-exe=python3 # 
--boost-python-libname=boost_python3
-   make
-
-   cd "$srcdir/pyopencl-$pkgver-python2"
-   python2 ./configure.py --cl-enable-gl --python-exe=python2 # 
--boost-python-libname=boost_python
-   make
-}
-
-check(){
-   cd "${srcdir}/pyopencl-${pkgver}"
-#   python3 setup.py test
-
-   cd "$srcdir/pyopencl-$pkgver-python2"
-#   python2 setup.py test
-}
-
-package_python-pyopencl() {
-   depends=('opencl-icd-loader' 'opencl-headers' 'mesa' 'boost-libs' 'python'