summaryrefslogtreecommitdiff
path: root/dev-python/ewmh
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-06-24 14:47:38 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-06-24 14:47:38 +0100
commitb4d43e8c611df4a8061b6f88d9e9f6b1e3c83903 (patch)
tree911928b566777494d08ebe2c16cb64f15af71901 /dev-python/ewmh
parent61f10f985e19dfe20a4d9552902625edd5b6eabb (diff)
gentoo resync : 24.06.2021
Diffstat (limited to 'dev-python/ewmh')
-rw-r--r--dev-python/ewmh/Manifest3
-rw-r--r--dev-python/ewmh/ewmh-0.1.6.ebuild18
-rw-r--r--dev-python/ewmh/metadata.xml12
3 files changed, 33 insertions, 0 deletions
diff --git a/dev-python/ewmh/Manifest b/dev-python/ewmh/Manifest
new file mode 100644
index 000000000000..80e3bcc2e9f7
--- /dev/null
+++ b/dev-python/ewmh/Manifest
@@ -0,0 +1,3 @@
+DIST ewmh-0.1.6.tar.gz 13065 BLAKE2B ba26d28f8976792b07e0bb200e1a2edcd7a04442bd17606a5d786ca41f01f4f3f96243134dde638fa228e49b79556d6ccbf25cf032c278e0b5233557746f34e9 SHA512 96c498cbd45bf03dca8b0c982cbb7e5644b00ce35b49df6abf119d36a18c08f907b635fc0ab12493d6351ba2c6645c75440d7c92d09d6feb06f6121bfd41391b
+EBUILD ewmh-0.1.6.ebuild 484 BLAKE2B 216e97beabc45f445c60cf87811473cf197c13db63e040054ced258b0df9f8b8b37b47be501009eb44d2446626ae4e210cbe550146c1e8262b91ea6e55e936c7 SHA512 811fa4028c6d8d9be03c1b3f3fe66573d0ddb059746f2b30e3fe2bfb2babe1be8dde36f3fa716a7bdde4adb67f33e393599043a1aba05b807c9a1a223583db9e
+MISC metadata.xml 471 BLAKE2B c8f09a0ac2212bac2fc9b49057f8207ff0193c097c09853edeabd2cfc5388d3b0c9b584bf3696817a29b038974724178be52a994a783ac88ab956bb97c65437c SHA512 2435b9f91a8911c6cae39a485e07b8418456d51712737c2ebe89c30085594bca821be8eef2be99db60a29cb2486b6ee5313369b81c43e2ab351d2919176f18a4
diff --git a/dev-python/ewmh/ewmh-0.1.6.ebuild b/dev-python/ewmh/ewmh-0.1.6.ebuild
new file mode 100644
index 000000000000..41e1c834122e
--- /dev/null
+++ b/dev-python/ewmh/ewmh-0.1.6.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="An implementation of Extended Window Manager Hints, based on Xlib"
+HOMEPAGE="https://github.com/parkouss/pyewmh https://pypi.python.org/pypi/ewmh"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-3"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+RDEPEND="dev-python/python-xlib[${PYTHON_USEDEP}]"
diff --git a/dev-python/ewmh/metadata.xml b/dev-python/ewmh/metadata.xml
new file mode 100644
index 000000000000..0045e1c15bc8
--- /dev/null
+++ b/dev-python/ewmh/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>flow@gentoo.org</email>
+ <name>Florian Schmaus</name>
+ </maintainer>
+ <longdescription>
+ An implementation of EWMH (Extended Window Manager Hints) for python 2 and 3, based on Xlib.
+ It allows EWMH-compliant window managers (most modern WMs) to be queried and controlled.
+ </longdescription>
+</pkgmetadata>