mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 07:33:19 -04:00
dev-python/system_hotkey: new package, add 1.0.3
Signed-off-by: Devrin Talen <devrin@fastmail.com>
This commit is contained in:
1
dev-python/system_hotkey/Manifest
Normal file
1
dev-python/system_hotkey/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST system_hotkey-1.0.3.gh.tar.gz 29898 BLAKE2B c92c515c53efdf0816f9d94520f5755fc0e2972437079288baf1025b9005545b29c156dbc0ab6ceaba2b7141cb4b57352742a42a12bcad848421eda27866cb74 SHA512 8812cb2542ba7f72bca3a40212ddbc0e8094a25fe6f67d42185e69a4485a809c36547312468c691a385c60aa241661e01dc8a12daaf97e94028c60e0e6a6f21d
|
||||
12
dev-python/system_hotkey/metadata.xml
Normal file
12
dev-python/system_hotkey/metadata.xml
Normal file
@@ -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>devrin@fastmail.com</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>
|
||||
22
dev-python/system_hotkey/system_hotkey-1.0.3.ebuild
Normal file
22
dev-python/system_hotkey/system_hotkey-1.0.3.ebuild
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user