[arch-commits] Commit in python-pywayland/repos/community-x86_64 (PKGBUILD PKGBUILD)

David Runge dvzrv at gemini.archlinux.org
Tue Jul 26 08:41:16 UTC 2022


    Date: Tuesday, July 26, 2022 @ 08:41:16
  Author: dvzrv
Revision: 1258773

archrelease: copy trunk to community-x86_64

Added:
  python-pywayland/repos/community-x86_64/PKGBUILD
    (from rev 1258772, python-pywayland/trunk/PKGBUILD)
Deleted:
  python-pywayland/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-26 08:40:44 UTC (rev 1258772)
+++ PKGBUILD	2022-07-26 08:41:16 UTC (rev 1258773)
@@ -1,40 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-_name=pywayland
-pkgname=python-pywayland
-pkgver=0.4.13
-pkgrel=1
-pkgdesc="Python bindings for the libwayland library"
-arch=(x86_64)
-url="https://github.com/flacjacket/pywayland"
-license=(Apache)
-depends=(python-cffi wayland)
-makedepends=(python-build python-installer python-setuptools wayland-protocols python-wheel)
-checkdepends=(python-pytest)
-options=(debug)
-source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
-sha512sums=('7e4de2bcbbf996e9f43d5f551af2cbfa02b848f02e96020b5fe8e4c85e4566e6990653dc1344eea4c1473b3f3e1481cad4a9ea62e98508efb1b7c1589c2cee1a')
-b2sums=('49456e892fef0f9324e55a3deeb91eaf3fcfeba41aded994a2ebac1e800caeccabf01be683f0b2ee8ea07759fb1296d864dc404ac640ddff02bed229b20b7ddf')
-
-build() {
-  cd $_name-$pkgver
-  python pywayland/ffi_build.py
-  python -m pywayland.scanner
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  local _py_ver="$(python -c 'import sys; print(".".join(map(str, sys.version_info[:2])))')"
-
-  cd $_name-$pkgver
-  mkdir -vp temp
-  export PYTHONPATH="build/lib.linux-$CARCH-$_py_ver:$PYTHONPATH"
-  export XDG_RUNTIME_DIR="$PWD/temp"
-  pytest -vv
-}
-
-package() {
-  cd $_name-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -vDm 644 README.rst -t "$pkgdir/usr/share/doc/$pkgname"
-}

Copied: python-pywayland/repos/community-x86_64/PKGBUILD (from rev 1258772, python-pywayland/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-26 08:41:16 UTC (rev 1258773)
@@ -0,0 +1,40 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+_name=pywayland
+pkgname=python-pywayland
+pkgver=0.4.14
+pkgrel=1
+pkgdesc="Python bindings for the libwayland library"
+arch=(x86_64)
+url="https://github.com/flacjacket/pywayland"
+license=(Apache)
+depends=(python-cffi wayland)
+makedepends=(python-build python-installer python-setuptools wayland-protocols python-wheel)
+checkdepends=(python-pytest)
+options=(debug)
+source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
+sha512sums=('7b8dab118cc65fff54c6c8fa7525752b16c3aec1b4762ee2a7a71c9239fdd2323e1c0b854893773d03676592d2e70172af59da91a03152af64294f6411defdd1')
+b2sums=('ed19df7fbe7a9a6c6efd311d04e1a2981eee4887a7855d344bdba23e436fdba0988253107ccd23b3be06e5896172e75029dc8f35c142de0bb165f2beed0f2b45')
+
+build() {
+  cd $_name-$pkgver
+  python pywayland/ffi_build.py
+  python -m pywayland.scanner
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  local _py_ver="$(python -c 'import sys; print(".".join(map(str, sys.version_info[:2])))')"
+
+  cd $_name-$pkgver
+  mkdir -vp temp
+  export PYTHONPATH="build/lib.linux-$CARCH-$_py_ver:$PYTHONPATH"
+  export XDG_RUNTIME_DIR="$PWD/temp"
+  pytest -vv
+}
+
+package() {
+  cd $_name-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -vDm 644 README.rst -t "$pkgdir/usr/share/doc/$pkgname"
+}



More information about the arch-commits mailing list