add ha-ffmpeg-1.11
This commit is contained in:
parent
deef09428e
commit
8d79122eb8
@ -1,6 +1,7 @@
|
||||
2019-02-04 v0.87.0_beta5
|
||||
add homeassistant-0.87.0_beta5.ebuild
|
||||
bump frontend to20190203.0
|
||||
add ha-ffmpeg-1.11
|
||||
|
||||
2019-02-03 v0.87.0_beta4
|
||||
add homeassistant-0.87.0_beta4.ebuild
|
||||
|
5
dev-python/ha-ffmpeg/Manifest
Normal file
5
dev-python/ha-ffmpeg/Manifest
Normal file
@ -0,0 +1,5 @@
|
||||
DIST ha-ffmpeg-1.11.tar.gz 6323 BLAKE2B 95f40aacc9c554349db9df6fed9b09018d21671ff6531e3c65a59143f8a6583fd3e17bb6788970123af78951b2fdc301e74d99492099e266ab67b9b0ac0d863e SHA512 a5e8d62a10cdd90c60a00cb56e3eada85da1ee4f783a210de27d9f324b9feb1d08ee5eff18a237121e359c1ae20eab64d7b40b24f684505960e850a919d79070
|
||||
DIST ha-ffmpeg-1.9.tar.gz 6362 BLAKE2B 202073fbe02f5d6a31f9773c6abfe03c44752182e40a0b330c7191514b7c461f6ba7e19ed3f1da6b8092e2f4ce55e86219ee171b3e2e4367938a81354682917e SHA512 70e30a46a74180a82354e6ea9003cd866424bf8de07ed62fca9390014722d78b0a8bdab13e0e3f64cf4139643b8471d4c28b343796e4a08b5eee107dfeb3c5a3
|
||||
EBUILD ha-ffmpeg-1.11.ebuild 704 BLAKE2B 04b9765bfe7f4722e69919229dc55e29285367659d672543ede00234613d326263e1bf1121f45128eeb7d6d614de16b32d9498d96cc0d81719b9887804702fbc SHA512 b813f0801527c78382f6dedc6d1a116d4280c8d9181045fa42f86ee7cf7a7b7c9363637d9338554473b37e31be76f12de4cbb84a11462e1ab199f0955678d6b7
|
||||
EBUILD ha-ffmpeg-1.9.ebuild 704 BLAKE2B 04b9765bfe7f4722e69919229dc55e29285367659d672543ede00234613d326263e1bf1121f45128eeb7d6d614de16b32d9498d96cc0d81719b9887804702fbc SHA512 b813f0801527c78382f6dedc6d1a116d4280c8d9181045fa42f86ee7cf7a7b7c9363637d9338554473b37e31be76f12de4cbb84a11462e1ab199f0955678d6b7
|
||||
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
|
31
dev-python/ha-ffmpeg/ha-ffmpeg-1.11.ebuild
Normal file
31
dev-python/ha-ffmpeg/ha-ffmpeg-1.11.ebuild
Normal file
@ -0,0 +1,31 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python3_{5,6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A library that handling with ffmpeg for home-assistant"
|
||||
HOMEPAGE="https://github.com/pvizeli/ha-ffmpeg https://pypi.org/project/ha-ffmpeg/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD License"
|
||||
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
|
||||
}
|
31
dev-python/ha-ffmpeg/ha-ffmpeg-1.9.ebuild
Normal file
31
dev-python/ha-ffmpeg/ha-ffmpeg-1.9.ebuild
Normal file
@ -0,0 +1,31 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python3_{5,6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A library that handling with ffmpeg for home-assistant"
|
||||
HOMEPAGE="https://github.com/pvizeli/ha-ffmpeg https://pypi.org/project/ha-ffmpeg/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD License"
|
||||
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
|
||||
}
|
8
dev-python/ha-ffmpeg/metadata.xml
Normal file
8
dev-python/ha-ffmpeg/metadata.xml
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
Loading…
x
Reference in New Issue
Block a user