[arch-commits] Commit in python-cuda/repos/community-x86_64 (PKGBUILD PKGBUILD)
Konstantin Gizdov
kgizdov at gemini.archlinux.org
Sat Aug 6 14:42:31 UTC 2022
Date: Saturday, August 6, 2022 @ 14:42:30
Author: kgizdov
Revision: 1260409
archrelease: copy trunk to community-x86_64
Added:
python-cuda/repos/community-x86_64/PKGBUILD
(from rev 1260408, python-cuda/trunk/PKGBUILD)
Deleted:
python-cuda/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 98 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 49 insertions(+), 49 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-08-06 14:42:24 UTC (rev 1260408)
+++ PKGBUILD 2022-08-06 14:42:30 UTC (rev 1260409)
@@ -1,49 +0,0 @@
-# Maintainer: Konstantin Gizdov <arch at kge dot pw>
-
-_pkgname=cuda
-pkgbase="python-${_pkgname}"
-pkgname=("python-${_pkgname}" "python-${_pkgname}-docs")
-pkgver=11.7.0
-pkgrel=1
-pkgdesc="Python interface for CUDA provided by NVIDIA."
-arch=('x86_64')
-url="https://nvidia.github.io/cuda-python"
-license=('custom')
-depends=('cuda' 'cython' 'NVIDIA-MODULE')
-makedepends=('git' 'python-wheel' 'python-build' 'python-installer' 'python-setuptools-scm')
-checkdepends=('python-pytest' 'python-pytest-benchmark' 'python-numpy' 'python-scipy')
-options=(!emptydirs)
-source=("${pkgbase}::git+https://github.com/NVIDIA/cuda-python#tag=v${pkgver}")
-sha256sums=('SKIP')
-
-get_pyver () {
- python -c 'import sys; print(str(sys.version_info[0]) + "." + str(sys.version_info[1]))'
-}
-
-build() {
- cd "${srcdir}/${pkgbase}"
- # build
- python -m build --wheel --no-isolation
-}
-
-check() {
- cd "${srcdir}/${pkgbase}"
- echo 'pythonpath = '"${PWD}/build/lib.linux-${CARCH}-$(get_pyver)" >> pytest.ini
- # cannot run tests in chroot
- # python -m pytest --import-mode=importlib
-}
-
-package_python-cuda() {
- cd "${srcdir}/${pkgname}"
-
- install -D -m644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
- python -m installer --destdir="${pkgdir}" dist/*.whl
-}
-
-package_python-cuda-docs() {
- cd "${srcdir}/${pkgbase}"
-
- install -d -m755 "${pkgdir}/usr/share/doc/${pkgname}"
- cp -a docs/* "${pkgdir}/usr/share/doc/${pkgname}"
- install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}" LICENSE
-}
Copied: python-cuda/repos/community-x86_64/PKGBUILD (from rev 1260408, python-cuda/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-08-06 14:42:30 UTC (rev 1260409)
@@ -0,0 +1,49 @@
+# Maintainer: Konstantin Gizdov <arch at kge dot pw>
+
+_pkgname=cuda
+pkgbase="python-${_pkgname}"
+pkgname=("python-${_pkgname}" "python-${_pkgname}-docs")
+pkgver=11.7.1
+pkgrel=1
+pkgdesc="Python interface for CUDA provided by NVIDIA."
+arch=('x86_64')
+url="https://nvidia.github.io/cuda-python"
+license=('custom')
+depends=('cuda' 'cython' 'NVIDIA-MODULE')
+makedepends=('git' 'python-wheel' 'python-build' 'python-installer' 'python-setuptools-scm')
+checkdepends=('python-pytest' 'python-pytest-benchmark' 'python-numpy' 'python-scipy')
+options=(!emptydirs)
+source=("${pkgbase}::git+https://github.com/NVIDIA/cuda-python#tag=v${pkgver}")
+sha256sums=('SKIP')
+
+get_pyver () {
+ python -c 'import sys; print(str(sys.version_info[0]) + "." + str(sys.version_info[1]))'
+}
+
+build() {
+ cd "${srcdir}/${pkgbase}"
+ # build
+ python -m build --wheel --no-isolation
+}
+
+check() {
+ cd "${srcdir}/${pkgbase}"
+ echo 'pythonpath = '"${PWD}/build/lib.linux-${CARCH}-$(get_pyver)" >> pytest.ini
+ # cannot run tests in chroot
+ # python -m pytest --import-mode=importlib
+}
+
+package_python-cuda() {
+ cd "${srcdir}/${pkgname}"
+
+ install -D -m644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+ python -m installer --destdir="${pkgdir}" dist/*.whl
+}
+
+package_python-cuda-docs() {
+ cd "${srcdir}/${pkgbase}"
+
+ install -d -m755 "${pkgdir}/usr/share/doc/${pkgname}"
+ cp -a docs/* "${pkgdir}/usr/share/doc/${pkgname}"
+ install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}" LICENSE
+}
More information about the arch-commits
mailing list