commit: 9ec9e25e0103abd46aa0162413aaab1da31d734e Author: Devrin Talen <devrin <AT> fastmail <DOT> com> AuthorDate: Thu Aug 22 20:49:20 2024 +0000 Commit: Devrin Talen <devrin <AT> fastmail <DOT> com> CommitDate: Wed Sep 4 19:39:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9ec9e25e
dev-python/system_hotkey: new package, add 1.0.3 Signed-off-by: Devrin Talen <devrin <AT> fastmail.com> dev-python/system_hotkey/Manifest | 1 + dev-python/system_hotkey/metadata.xml | 12 ++++++++++++ .../system_hotkey/system_hotkey-1.0.3.ebuild | 22 ++++++++++++++++++++++ 3 files changed, 35 insertions(+) diff --git a/dev-python/system_hotkey/Manifest b/dev-python/system_hotkey/Manifest new file mode 100644 index 000000000..a04774942 --- /dev/null +++ b/dev-python/system_hotkey/Manifest @@ -0,0 +1 @@ +DIST system_hotkey-1.0.3.gh.tar.gz 29898 BLAKE2B c92c515c53efdf0816f9d94520f5755fc0e2972437079288baf1025b9005545b29c156dbc0ab6ceaba2b7141cb4b57352742a42a12bcad848421eda27866cb74 SHA512 8812cb2542ba7f72bca3a40212ddbc0e8094a25fe6f67d42185e69a4485a809c36547312468c691a385c60aa241661e01dc8a12daaf97e94028c60e0e6a6f21d diff --git a/dev-python/system_hotkey/metadata.xml b/dev-python/system_hotkey/metadata.xml new file mode 100644 index 000000000..a69e0c839 --- /dev/null +++ b/dev-python/system_hotkey/metadata.xml @@ -0,0 +1,12 @@ +<?xml version='1.0' encoding='UTF-8'?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + <name>Devrin Talen</name> + </maintainer> + <upstream> + <remote-id type="pypi">system_hotkey</remote-id> + <remote-id type="github">timeyyy/system_hotkey</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-python/system_hotkey/system_hotkey-1.0.3.ebuild b/dev-python/system_hotkey/system_hotkey-1.0.3.ebuild new file mode 100644 index 000000000..1050af632 --- /dev/null +++ b/dev-python/system_hotkey/system_hotkey-1.0.3.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..13} ) +inherit distutils-r1 + +DESCRIPTION="Multi-platform system-wide hotkeys" +HOMEPAGE="https://github.com/timeyyy/system_hotkey" +SRC_URI="https://github.com/timeyyy/system_hotkey/archive/refs/tags/${PV}.tar.gz + -> ${P}.gh.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" + +# TODO this depends on xpybutil +RDEPEND=">=dev-python/xcffib-1.5.0" + +distutils_enable_tests unittest
