# Copyright 2019-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{12..13} ) inherit distutils-r1 DESCRIPTION="Mode S multilateration client" HOMEPAGE="https://github.com/mutability/mlat-client" SRC_URI="https://github.com/mutability/mlat-client/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" RDEPEND="dev-python/pyasyncore[$PYTHON_USEDEP]"