# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_COMPAT=( python3_{7,8,9,10,11} pypy3 ) inherit distutils-r1 DISTUTILS_USE_PEP517=setuptools if [[ ${PV} == "5.9999" ]] ; then EGIT_BRANCH="version5" EGIT_REPO_URI="https://github.com/ZivaVatra/flac2all" inherit git-r3 else SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" # S="${WORKDIR}/pyDeComp-${PV}" fi DESCRIPTION="A multi-process batch flac converter. For music lovers with large collections :-)" HOMEPAGE="https://github.com/ZivaVatra/flac2all/" LICENSE="GPL-3" SLOT="0" IUSE="" RDEPEND=" net-libs/zeromq media-libs/flac "