diff --git a/dev-python/pyaaf2/Manifest b/dev-python/pyaaf2/Manifest deleted file mode 100644 index ac83218..0000000 --- a/dev-python/pyaaf2/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pyaaf2-1.4.0.tar.gz 1106445 BLAKE2B 05844b001d942b749205d1b1834725d92d44689d753c00ed44dacca625646224389f7f27ec221dc19fc7498ac4408b38c5c8b086439ae990a0b98e9cf409d521 SHA512 ee7b91cff50cced1b64ac8afa73a9dcc6a4bed4562fa2ab574a3316ad25241077fa761536afda13d71e836c191fe63cd3759156688dab99397b2582c6f5ac963 diff --git a/dev-python/pyaaf2/metadata.xml b/dev-python/pyaaf2/metadata.xml deleted file mode 100644 index 50d4c3f..0000000 --- a/dev-python/pyaaf2/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - parona@protonmail.com - Alfred Wingate - - - markreidvfx/pyaaf2 - - diff --git a/dev-python/pyaaf2/pyaaf2-1.4.0.ebuild b/dev-python/pyaaf2/pyaaf2-1.4.0.ebuild deleted file mode 100644 index ada8d1a..0000000 --- a/dev-python/pyaaf2/pyaaf2-1.4.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 2020-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=(python3_{8..10}) - -inherit distutils-r1 - -DESCRIPTION="Read and write Advanced Authoring Format (AAF) files" -HOMEPAGE="http://pyaaf.readthedocs.io/" -SRC_URI="https://github.com/markreidvfx/pyaaf2/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -DEPEND=" - test? ( - dev-python/matplotlib[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests unittest -distutils_enable_sphinx docs/source - -python_test() { - # Tests import from tests/common.py which is breaks unless the dir is added to PYTHONPATH - PYTHONPATH="${S}/tests" - eunittest -}