# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..14} )

inherit distutils-r1 git-r3 xdg

DESCRIPTION="Python version of the board game Rush Hour"
HOMEPAGE="https://github.com/voyageur/pytraffic"
EGIT_REPO_URI="https://github.com/voyageur/pytraffic.git"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""

DEPEND="dev-python/pygobject:3[${PYTHON_USEDEP}]
	media-libs/gstreamer:1.0"
RDEPEND="${DEPEND}"