add av-6.1.2
This commit is contained in:
parent
24d874cd98
commit
e676296e9d
3
dev-python/av/Manifest
Normal file
3
dev-python/av/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST av-6.1.2.tar.gz 2093503 BLAKE2B 7863345f8cc658704ce6889c5b1612c21d460e7bf9fdd49c9777453fa10e7595cbef5dfdb627aa03e9d53d6fed3e6badab0995517ab4a57ca2c34270f6075f2b SHA512 acd271f6f0faaeac05552a1a2240782621db672e53a6a70a3aca78cf4d75ee750424c45d5916e719f860693fc833184f715f29bf7bab153405e3868b0a8699e0
|
||||
EBUILD av-6.1.2.ebuild 703 BLAKE2B 7cefa2987cb78c2f10d497d13ccf9dddf189e7edc0b78ba806872147be45dc8b5ec3a1eee07d8a5f9dc0eef4fa9a699db57ceace640cb092c9d041827907a0d9 SHA512 ec13e2bb0715e778a8b97d03b95704593a27d255cccac83252d1b4a904037b9c4dcffbe00ef257804f95e473d87ac9af042545e495d16da9482b8b1f3ab924d8
|
||||
MISC metadata.xml 450 BLAKE2B b40b348f76cb837c349e80da1b95c1f8e71e7c6e4150e4bd98129fb5f8887d1092251e3c5fa4dd87dbfc7ed4f28cf61fd6795e4bba9eae11bfc6862d5ebb73d1 SHA512 ecd54f718cd3a144e675fb9d4cd28c9a338f8ad2b61db586826d41d106dc2d40893147019a1ea893af532d72eae2493cd1e2945b44eaf6c4bbb9bfd39d325271
|
30
dev-python/av/av-6.1.2.ebuild
Normal file
30
dev-python/av/av-6.1.2.ebuild
Normal file
@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2019 Gentoo Authors Andreas Billmeier b (at) edevau.net
|
||||
# Distributed under the terms of the GNU General Public License v3.0
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{5,6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Pythonic bindings for FFmpeg's libraries."
|
||||
HOMEPAGE="https://github.com/mikeboers/PyAV https://pypi.org/project/av/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${REDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
16
dev-python/av/metadata.xml
Normal file
16
dev-python/av/metadata.xml
Normal file
@ -0,0 +1,16 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer>
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<herd>python</herd>
|
||||
<upstream>
|
||||
<remote-id type="pypi">av</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>pyav@mikeboers.com</email>
|
||||
<name>Mike Boers</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
Loading…
x
Reference in New Issue
Block a user