# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_COMPAT=( python3_1{0,1,2} ) DISTUTILS_USE_PEP517=setuptools inherit bash-completion-r1 distutils-r1 DESCRIPTION="Open files by MIME-type or file name using regular expressions." HOMEPAGE="https://xyne.dev/projects/mimeo/" SRC_URI="http://xyne.dev/projects/${PN}/src/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" RDEPEND=">=dev-python/pyxdg-0.25-r1[${PYTHON_USEDEP}]" DEPEND="${RDEPEND}" python_install_all() { distutils-r1_python_install_all newbashcomp "${FILESDIR}/mimeo-completion.sh" mimeo }