Gentoo Archives: gentoo-commits

From: Theo Anderson <telans@××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/ewmh/
Date: Sat, 24 Apr 2021 23:20:00
Message-Id: 1619271384.5ac7f2f7ba80c38d8e6c68ef0dd4898127ccd9f0.telans@gentoo
1 commit: 5ac7f2f7ba80c38d8e6c68ef0dd4898127ccd9f0
2 Author: Avis Drożniak <queereen <AT> riseup <DOT> net>
3 AuthorDate: Sat Apr 24 13:36:24 2021 +0000
4 Commit: Theo Anderson <telans <AT> posteo <DOT> de>
5 CommitDate: Sat Apr 24 13:36:24 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5ac7f2f7
7
8 dev-python/ewmh: add package.
9
10 Signed-off-by: Avis Drożniak <queereen <AT> riseup.net>
11
12 dev-python/ewmh/Manifest | 1 +
13 dev-python/ewmh/ewmh-0.1.6.ebuild | 19 +++++++++++++++++++
14 dev-python/ewmh/metadata.xml | 12 ++++++++++++
15 3 files changed, 32 insertions(+)
16
17 diff --git a/dev-python/ewmh/Manifest b/dev-python/ewmh/Manifest
18 new file mode 100644
19 index 000000000..494bf9e8e
20 --- /dev/null
21 +++ b/dev-python/ewmh/Manifest
22 @@ -0,0 +1 @@
23 +DIST ewmh-0.1.6.tar.gz 13065 BLAKE2B ba26d28f8976792b07e0bb200e1a2edcd7a04442bd17606a5d786ca41f01f4f3f96243134dde638fa228e49b79556d6ccbf25cf032c278e0b5233557746f34e9 SHA512 96c498cbd45bf03dca8b0c982cbb7e5644b00ce35b49df6abf119d36a18c08f907b635fc0ab12493d6351ba2c6645c75440d7c92d09d6feb06f6121bfd41391b
24
25 diff --git a/dev-python/ewmh/ewmh-0.1.6.ebuild b/dev-python/ewmh/ewmh-0.1.6.ebuild
26 new file mode 100644
27 index 000000000..c63f2c7c3
28 --- /dev/null
29 +++ b/dev-python/ewmh/ewmh-0.1.6.ebuild
30 @@ -0,0 +1,19 @@
31 +# Copyright 1999-2021 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +PYTHON_COMPAT=( python3_{8,9} )
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="An implementation of Extended Window Manager Hints, based on Xlib"
41 +HOMEPAGE="https://github.com/parkouss/pyewmh https://pypi.python.org/pypi/ewmh"
42 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 +
44 +LICENSE="LGPL-3"
45 +KEYWORDS="~amd64 ~arm ~x86"
46 +SLOT="0"
47 +
48 +RDEPEND="dev-python/python-xlib[${PYTHON_USEDEP}]"
49 +DEPEND="${RDEPEND}"
50
51 diff --git a/dev-python/ewmh/metadata.xml b/dev-python/ewmh/metadata.xml
52 new file mode 100644
53 index 000000000..c62888df5
54 --- /dev/null
55 +++ b/dev-python/ewmh/metadata.xml
56 @@ -0,0 +1,12 @@
57 +<?xml version="1.0" encoding="UTF-8"?>
58 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
59 +<pkgmetadata>
60 + <maintainer type="person">
61 + <email>queereen@××××××.net</email>
62 + <name>Avis Drożniak</name>
63 + </maintainer>
64 + <longdescription>
65 + An implementation of EWMH (Extended Window Manager Hints) for python 2 and 3, based on Xlib.
66 + It allows EWMH-compliant window managers (most modern WMs) to be queried and controlled.
67 + </longdescription>
68 +</pkgmetadata>