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

David Runge dvzrv at gemini.archlinux.org
Fri Sep 24 15:57:31 UTC 2021


    Date: Friday, September 24, 2021 @ 15:57:31
  Author: dvzrv
Revision: 1023825

upgpkg: python-pywayland 0.4.7-1: Upgrade to 0.4.7.

Simplify installation in package() to adhere to python packaging guidelines.

Modified:
  python-pywayland/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-24 15:51:05 UTC (rev 1023824)
+++ PKGBUILD	2021-09-24 15:57:31 UTC (rev 1023825)
@@ -2,7 +2,7 @@
 
 _name=pywayland
 pkgname=python-pywayland
-pkgver=0.4.6
+pkgver=0.4.7
 pkgrel=1
 pkgdesc="Python bindings for the libwayland library"
 arch=('x86_64')
@@ -16,8 +16,8 @@
 provides=('pywayland')
 replaces=('pywayland')
 source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha512sums=('339dc77b4fd8527309209eb91a3553777cebb7e4d4303a0be78ce92f62e683af38126b1dc6efbfd2d2eeec2c31664d5ed3d37a603e1e7d4874959de28de8effa')
-b2sums=('6f9625fbce7b0d51d0f0e10abd4860a1af5bd1f8bd95cfa9bf9eaa77c4d33ca7099ffce5a585305f04e2043a43260d532b28c4cfbdf5f35a02228e92f65f6dbe')
+sha512sums=('0af88a125264fef4962547b07e3f7ead2752a339bb9049036a30e8b5e9e5942d13f9d2cca4a3e643635b533b8ce1b939c7402a661e8638b4f95f7f48755c696f')
+b2sums=('697ec8119de68fec47b225b35208eca1eb470fd846542e4e872ff8fcf19f2074c7647af895d199acde16fc58f9393a4f4f0347119864c778114cd5b4990f402b')
 
 prepare() {
   mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
@@ -43,8 +43,6 @@
 
 package() {
   cd "$pkgname-$pkgver"
-  python setup.py install --skip-build \
-                          --optimize=1 \
-                          --root="${pkgdir}"
+  python setup.py install --optimize=1 --root="${pkgdir}"
   install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
 }



More information about the arch-commits mailing list