[arch-commits] Commit in python-ewmh/repos (2 files)

Felix Yan felixonmars at archlinux.org
Thu Nov 12 17:09:08 UTC 2020


    Date: Thursday, November 12, 2020 @ 17:09:08
  Author: felixonmars
Revision: 752283

archrelease: copy trunk to community-staging-any

Added:
  python-ewmh/repos/community-staging-any/
  python-ewmh/repos/community-staging-any/PKGBUILD
    (from rev 752281, python-ewmh/trunk/PKGBUILD)

----------+
 PKGBUILD |   23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

Copied: python-ewmh/repos/community-staging-any/PKGBUILD (from rev 752281, python-ewmh/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-11-12 17:09:08 UTC (rev 752283)
@@ -0,0 +1,23 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-ewmh
+pkgver=0.1.6
+pkgrel=3
+pkgdesc="Python implementation of Extended Window Manager Hints, based on Xlib"
+url="https://github.com/parkouss/pyewmh"
+license=('LGPL')
+arch=('any')
+depends=('python-xlib')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/parkouss/pyewmh/archive/v$pkgver.tar.gz")
+sha512sums=('257d59c0927cec3cd75a6084cd484f1dcf9fa882719707078398d2a65e95e975ad9f6225ed1fd8ec1a29badbdc492c84eb4e04640cc6b480b31bc5ae8ab3f7c8')
+
+build() {
+  cd pyewmh-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd pyewmh-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list