# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{8..11} ) PYTHON_REQ_USE="xml(+)" inherit distutils-r1 git-r3 DESCRIPTION="Ebuild upstream scan utility" HOMEPAGE="https://github.com/voyageur/euscan" EGIT_REPO_URI="https://github.com/voyageur/euscan.git" LICENSE="GPL-2" SLOT="0" IUSE="" KEYWORDS="" DEPEND="sys-apps/portage[${PYTHON_USEDEP}]" RDEPEND="${DEPEND} >=app-portage/gentoolkit-0.2.8[${PYTHON_USEDEP}] dev-python/setuptools[${PYTHON_USEDEP}] dev-python/beautifulsoup4[${PYTHON_USEDEP}]" python_prepare_all() { python_setup echo VERSION="${PV}" "${PYTHON}" setup.py set_version VERSION="${PV}" "${PYTHON}" setup.py set_version distutils-r1_python_prepare_all }