* [gentoo-commits] repo/gentoo:master commit in: dev-python/ewmh/
@ 2021-06-23 12:48 Florian Schmaus
0 siblings, 0 replies; 6+ messages in thread
From: Florian Schmaus @ 2021-06-23 12:48 UTC (permalink / raw
To: gentoo-commits
commit: 5538c65d7edd82476320fc78172858d9f2b7ed07
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 23 11:46:58 2021 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Jun 23 12:09:27 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5538c65d
dev-python/ewmh: initial import
Based on the ebuild by Avis Drożniak in ::guru. Required for
herbstluftwm's test suite.
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
dev-python/ewmh/Manifest | 1 +
dev-python/ewmh/ewmh-0.1.6.ebuild | 18 ++++++++++++++++++
dev-python/ewmh/metadata.xml | 12 ++++++++++++
3 files changed, 31 insertions(+)
diff --git a/dev-python/ewmh/Manifest b/dev-python/ewmh/Manifest
new file mode 100644
index 00000000000..494bf9e8e34
--- /dev/null
+++ b/dev-python/ewmh/Manifest
@@ -0,0 +1 @@
+DIST ewmh-0.1.6.tar.gz 13065 BLAKE2B ba26d28f8976792b07e0bb200e1a2edcd7a04442bd17606a5d786ca41f01f4f3f96243134dde638fa228e49b79556d6ccbf25cf032c278e0b5233557746f34e9 SHA512 96c498cbd45bf03dca8b0c982cbb7e5644b00ce35b49df6abf119d36a18c08f907b635fc0ab12493d6351ba2c6645c75440d7c92d09d6feb06f6121bfd41391b
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 00000000000..41e1c834122
--- /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 00000000000..0045e1c15bc
--- /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>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/ewmh/
@ 2021-07-07 11:59 Florian Schmaus
0 siblings, 0 replies; 6+ messages in thread
From: Florian Schmaus @ 2021-07-07 11:59 UTC (permalink / raw
To: gentoo-commits
commit: 5725bd4fbb5c09a88643429ef4108cad5ee9ec0c
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 7 11:54:18 2021 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Jul 7 11:56:11 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5725bd4f
dev-python/ewmh: Stabilize 0.1.6 amd64 x86, #800881
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
dev-python/ewmh/ewmh-0.1.6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/ewmh/ewmh-0.1.6.ebuild b/dev-python/ewmh/ewmh-0.1.6.ebuild
index 41e1c834122..741fd36f3ab 100644
--- a/dev-python/ewmh/ewmh-0.1.6.ebuild
+++ b/dev-python/ewmh/ewmh-0.1.6.ebuild
@@ -12,7 +12,7 @@ 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"
+KEYWORDS="amd64 x86"
SLOT="0"
RDEPEND="dev-python/python-xlib[${PYTHON_USEDEP}]"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/ewmh/
@ 2021-08-14 21:01 Michał Górny
0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2021-08-14 21:01 UTC (permalink / raw
To: gentoo-commits
commit: 79b06a5b4b6ee4847cc9f015d36dfeb6b8b97bbd
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 14 20:51:29 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 14 20:51:29 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79b06a5b
dev-python/ewmh: Add remote-id
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/ewmh/metadata.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/dev-python/ewmh/metadata.xml b/dev-python/ewmh/metadata.xml
index 0045e1c15bc..b4da56e66ed 100644
--- a/dev-python/ewmh/metadata.xml
+++ b/dev-python/ewmh/metadata.xml
@@ -9,4 +9,8 @@
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>
+ <upstream>
+ <remote-id type="github">parkouss/pyewmh</remote-id>
+ <remote-id type="pypi">ewmh</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/ewmh/
@ 2023-03-01 9:25 Florian Schmaus
0 siblings, 0 replies; 6+ messages in thread
From: Florian Schmaus @ 2023-03-01 9:25 UTC (permalink / raw
To: gentoo-commits
commit: d0a2d7157e9c3d05a309d0959a791c577d15fb60
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 1 09:04:05 2023 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Mar 1 09:04:05 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0a2d715
dev-python/ewmh: mark Python 3.11 compatible
Closes: https://bugs.gentoo.org/896778
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
dev-python/ewmh/ewmh-0.1.6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/ewmh/ewmh-0.1.6.ebuild b/dev-python/ewmh/ewmh-0.1.6.ebuild
index eaee900fa347..abb9eb9c8520 100644
--- a/dev-python/ewmh/ewmh-0.1.6.ebuild
+++ b/dev-python/ewmh/ewmh-0.1.6.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/ewmh/
@ 2023-07-29 10:16 Florian Schmaus
0 siblings, 0 replies; 6+ messages in thread
From: Florian Schmaus @ 2023-07-29 10:16 UTC (permalink / raw
To: gentoo-commits
commit: 5714ecec270dff8a521e2523ad7cc3f65f18be26
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 29 10:15:12 2023 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sat Jul 29 10:16:14 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5714ecec
dev-python/ewmh: update EAPI 7 -> 8, DISTUTILS_USE_PEP517
Closes: https://bugs.gentoo.org/909916
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
dev-python/ewmh/ewmh-0.1.6.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-python/ewmh/ewmh-0.1.6.ebuild b/dev-python/ewmh/ewmh-0.1.6.ebuild
index 2a9ff4b713c5..9c1636fe1750 100644
--- a/dev-python/ewmh/ewmh-0.1.6.ebuild
+++ b/dev-python/ewmh/ewmh-0.1.6.ebuild
@@ -1,9 +1,10 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
+DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/ewmh/
@ 2024-03-30 19:07 Arthur Zamarin
0 siblings, 0 replies; 6+ messages in thread
From: Arthur Zamarin @ 2024-03-30 19:07 UTC (permalink / raw
To: gentoo-commits
commit: 5140562f6e4a08b31d3a0e1ce09d40dd0882ff7e
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 30 19:00:20 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 30 19:01:00 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5140562f
dev-python/ewmh: enable py3.12
Verified by checking all the code upstream
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/ewmh/ewmh-0.1.6.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/ewmh/ewmh-0.1.6.ebuild b/dev-python/ewmh/ewmh-0.1.6.ebuild
index 9c1636fe1750..da8b391017c5 100644
--- a/dev-python/ewmh/ewmh-0.1.6.ebuild
+++ b/dev-python/ewmh/ewmh-0.1.6.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-03-30 19:07 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-07 11:59 [gentoo-commits] repo/gentoo:master commit in: dev-python/ewmh/ Florian Schmaus
-- strict thread matches above, loose matches on Subject: below --
2024-03-30 19:07 Arthur Zamarin
2023-07-29 10:16 Florian Schmaus
2023-03-01 9:25 Florian Schmaus
2021-08-14 21:01 Michał Górny
2021-06-23 12:48 Florian Schmaus
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox