summaryrefslogtreecommitdiff
path: root/media-tv/congruity/congruity-21.ebuild
blob: bbb0e541c354b6c420b2b5e2c6f62773177844e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_11 )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 xdg-utils

DESCRIPTION="GUI application for programming Logitech Harmony"
HOMEPAGE="https://sourceforge.net/projects/congruity"
SRC_URI="mirror://sourceforge/congruity/${P}.tar.bz2"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"

DEPEND="
	dev-python/wxpython:4.0[${PYTHON_USEDEP}]
	>=dev-libs/libconcord-1.3[python,${PYTHON_USEDEP}]
	dev-python/six[${PYTHON_USEDEP}]
	>=dev-python/suds-community-0.7[${PYTHON_USEDEP}]
	app-crypt/libsecret
	dev-python/pygobject:3[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}"

python_install() {
	distutils-r1_python_install \
		--skip-update-desktop-db
}

pkg_postinst() {
	xdg_desktop_database_update
}