add mpv-shim and dependencies
This commit is contained in:
2
dev-python/pystray/Manifest
Normal file
2
dev-python/pystray/Manifest
Normal file
@ -0,0 +1,2 @@
|
||||
DIST pystray-0.19.4.tar.gz 47875 BLAKE2B 325bedd97a11e04f87a41f5fc206ed2a97c4693dc9d5ef52e12fdb72761d53af3a43a324e5d45db72d697e6f06e9a0c60b585b4935c4202d60f4e8e299df354a SHA512 692a5158c728487d2c4d71c343156ef7689b7a1ed195821de0cac7c480d590464e357396daea05e469f8d568a2a3792865a249fdde9276b692f581f084ccaf9a
|
||||
EBUILD pystray-0.19.4.ebuild 574 BLAKE2B 869e9a08eec3f1f6826d73f1adb13dcb755cea65cf5fda1962b0a5a7f87632b4cdeee0dd17adaa16b3c12d9161d6df34882ad107dfe7a8a6548bebde89edbb3f SHA512 a9fc8809e29b12ace7b3b47debd2279b53bae2e83f35a3b878d8c23152704545de039795b1686a054fba2bfb3d69dac34de27c2f58160051c41c60b666b4475f
|
27
dev-python/pystray/pystray-0.19.4.ebuild
Normal file
27
dev-python/pystray/pystray-0.19.4.ebuild
Normal file
@ -0,0 +1,27 @@
|
||||
# Copyright 2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{11,12} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="This library allows you to create a system tray icon."
|
||||
HOMEPAGE="
|
||||
https://pypi.org/project/pystray/
|
||||
"
|
||||
SRC_URI="https://github.com/moses-palmer/pystray/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3 LGPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/pillow
|
||||
dev-python/six
|
||||
dev-python/python-xlib
|
||||
"
|
||||
BDEPEND=" "
|
||||
|
||||
distutils_enable_tests pytest
|
Reference in New Issue
Block a user