dev-python/pyaaf2: add pyaaf2
Package-Manager: Portage-3.0.9, Repoman-3.0.2
This commit is contained in:
parent
e6f9f992b5
commit
104326d8c4
1
dev-python/pyaaf2/Manifest
Normal file
1
dev-python/pyaaf2/Manifest
Normal file
@ -0,0 +1 @@
|
|||||||
|
DIST pyaaf2-1.4.0.tar.gz 1106445 BLAKE2B 05844b001d942b749205d1b1834725d92d44689d753c00ed44dacca625646224389f7f27ec221dc19fc7498ac4408b38c5c8b086439ae990a0b98e9cf409d521 SHA512 ee7b91cff50cced1b64ac8afa73a9dcc6a4bed4562fa2ab574a3316ad25241077fa761536afda13d71e836c191fe63cd3759156688dab99397b2582c6f5ac963
|
11
dev-python/pyaaf2/metadata.xml
Normal file
11
dev-python/pyaaf2/metadata.xml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="person">
|
||||||
|
<email>parona@protonmail.com</email>
|
||||||
|
<name>Alfred Wingate</name>
|
||||||
|
</maintainer>
|
||||||
|
<upstream>
|
||||||
|
<remote-id type="github">markreidvfx/pyaaf2</remote-id>
|
||||||
|
</upstream>
|
||||||
|
</pkgmetadata>
|
16
dev-python/pyaaf2/pyaaf2-1.4.0.ebuild
Normal file
16
dev-python/pyaaf2/pyaaf2-1.4.0.ebuild
Normal file
@ -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"
|
Loading…
Reference in New Issue
Block a user