mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-31 23:08:09 -07:00
@@ -1,44 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
PYTHON_REQ_USE='xml(+)'
|
||||
|
||||
inherit distutils-r1 git-r3
|
||||
|
||||
DESCRIPTION="Python video metadata parser"
|
||||
HOMEPAGE="https://github.com/Diaoul/enzyme https://pypi.org/project/enzyme/"
|
||||
EGIT_REPO_URI="https://github.com/Diaoul/${PN}.git"
|
||||
SRC_URI="test? ( mirror://sourceforge/matroska/test_files/matroska_test_w1_1.zip )"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
BDEPEND="
|
||||
test? (
|
||||
app-arch/unzip
|
||||
dev-python/pyyaml[${PYTHON_USEDEP}]
|
||||
dev-python/requests[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
distutils_enable_tests setup.py
|
||||
|
||||
src_unpack() {
|
||||
default_src_unpack
|
||||
git-r3_src_unpack
|
||||
}
|
||||
|
||||
python_prepare_all() {
|
||||
if use test; then
|
||||
mkdir enzyme/tests/test_{mkv,parsers} || die
|
||||
ln -s "${WORKDIR}"/test*.mkv enzyme/tests/test_mkv/ || die
|
||||
ln -s "${WORKDIR}"/test*.mkv enzyme/tests/test_parsers/ || die
|
||||
fi
|
||||
|
||||
distutils-r1_python_prepare_all
|
||||
}
|
||||
Reference in New Issue
Block a user