mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-04 01:37:34 -08:00
dev-python/imageio-ffmpeg: initial import, add 0.4.5
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
parent
cf84e4c78c
commit
d5c4439534
1
dev-python/imageio-ffmpeg/Manifest
Normal file
1
dev-python/imageio-ffmpeg/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST imageio-ffmpeg-0.4.5.gh.tar.gz 24065 BLAKE2B b960a54435628fdefc1ce21c7f3e75c6ce1ffa3b838537173a28173589c3d430d805a7f7eb2b091250cce3b29660edaa1b442e28cbae998728cb89067304e9ac SHA512 c4180903f7194cac880c3851b08e4563c6e12cb6336e321ca35a7baf92ec1de5a49880fd05db9c7c266327642d75830cac4060371cbdc76448fb0a2c21ab0c1c
|
||||
31
dev-python/imageio-ffmpeg/imageio-ffmpeg-0.4.5.ebuild
Normal file
31
dev-python/imageio-ffmpeg/imageio-ffmpeg-0.4.5.ebuild
Normal file
@ -0,0 +1,31 @@
|
||||
# Copyright 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="FFMPEG wrapper for Python"
|
||||
HOMEPAGE="https://pypi.org/project/imageio-ffmpeg/ https://github.com/imageio/imageio-ffmpeg"
|
||||
SRC_URI="
|
||||
https://github.com/imageio/imageio-ffmpeg/archive/v${PV}.tar.gz
|
||||
-> ${P}.gh.tar.gz
|
||||
"
|
||||
|
||||
LICENSE="BSD-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
PROPERTIES="test_network"
|
||||
RESTRICT="test"
|
||||
|
||||
# ffmpeg is used as executable during runtime
|
||||
RDEPEND="media-video/ffmpeg:*"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
src_prepare() {
|
||||
sed -e '/setup_requires/d' -i setup.py || die
|
||||
|
||||
distutils-r1_src_prepare
|
||||
}
|
||||
13
dev-python/imageio-ffmpeg/metadata.xml
Normal file
13
dev-python/imageio-ffmpeg/metadata.xml
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>python@gentoo.org</email>
|
||||
<name>Python</name>
|
||||
</maintainer>
|
||||
<stabilize-allarches/>
|
||||
<upstream>
|
||||
<remote-id type="pypi">imageio-ffmpeg</remote-id>
|
||||
<remote-id type="github">imageio/imageio-ffmpeg</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Loading…
x
Reference in New Issue
Block a user