diff --git a/dev-python/pyaaf2/Manifest b/dev-python/pyaaf2/Manifest new file mode 100644 index 0000000..ac83218 --- /dev/null +++ b/dev-python/pyaaf2/Manifest @@ -0,0 +1 @@ +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 new file mode 100644 index 0000000..50d4c3f --- /dev/null +++ b/dev-python/pyaaf2/metadata.xml @@ -0,0 +1,11 @@ + + + + + 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 new file mode 100644 index 0000000..9630315 --- /dev/null +++ b/dev-python/pyaaf2/pyaaf2-1.4.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=(python3_{6..9}) + +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"