baidu-aip added

This commit is contained in:
Andreas Billmeier 2019-11-22 15:23:16 +01:00
parent 675d305b62
commit 0b763e0d9a
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
5 changed files with 82 additions and 0 deletions

View File

@ -26,6 +26,7 @@
* add py-august-0.9.0 / py-august-0.7.0
* add avion-0.10, bluepy-1.3.0 & pycryptodomex-3.9.4
* add python-awair-0.0.4
* baidu-aip added
2019-11-21 homeassistant-0.102.0
* bump homeassistant-0.102.0

View File

@ -0,0 +1,5 @@
DIST baidu-aip-1.6.6.0.tar.gz 8199 BLAKE2B acea45d4f9ee2a17f5024fb0c6e78b4fc4858169b7fbd7ef5aeb805865f3a8e4dbb436da9a8227b76dea651362c245f6ebb6e385a037ae9cc8280a9507e17896 SHA512 2d2f192130c9b124321b008bebf068cbef30041abff1c95b983c1718f30124ec233e8839b78ba17e2cd6a0990da37b1d023233e3ca0659a4151a50ad66c73276
DIST baidu-aip-2.2.18.0.tar.gz 10831 BLAKE2B 8bc55382bd1261363d1f115db7a0b06f7572dee001f70df2227f0337fa6a640fed2dd1e234fab28354ee04d437c3367625809768fe8566a2fb52900a08067acf SHA512 4f582ed5c4d615cdd99fc5d890eba2e8ccb78d336afe3d306ecaf45e1f9bd71b9f6fdf8d7e5c7b05d1656dc2613e852baa162b6245a2e8fe09750d5ee9b66ca0
EBUILD baidu-aip-1.6.6.0.ebuild 648 BLAKE2B 6f499bcb56ee9a5af39e4eca18d0dfb602cf78ac91ba904180982b7b888f12367b199cc5b1bcc23b3ec4719b3c20dd817ee01aca8167a90763897396767ffc3e SHA512 eaa7d57f38f1ad5e01772802bd52152da0c717065b4277f3d5c972d49d77451ca26ab1b74ddaf95d67f2f9bd366a0969e9376250771c4459a723060598b68da8
EBUILD baidu-aip-2.2.18.0.ebuild 648 BLAKE2B 6f499bcb56ee9a5af39e4eca18d0dfb602cf78ac91ba904180982b7b888f12367b199cc5b1bcc23b3ec4719b3c20dd817ee01aca8167a90763897396767ffc3e SHA512 eaa7d57f38f1ad5e01772802bd52152da0c717065b4277f3d5c972d49d77451ca26ab1b74ddaf95d67f2f9bd366a0969e9376250771c4459a723060598b68da8
MISC metadata.xml 447 BLAKE2B 0d042c4414eec12df7e6540305f64278e88bc3f6d0f1a19427e87719f5fea97cfdfe169cfa322e4b53f6060f7da80acbc64e1b7200be82bf24f327792102b0c6 SHA512 f7f2e4fa517cc46ab57b408ea746fd847ad7650bf6d1d0560f50e7e9676dee6dfff1fcac7136edcd1fc6f3782e510270398eb52f06c076e586f9ec11d3c996a2

View File

@ -0,0 +1,30 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
DESCRIPTION="Baidu AIP SDK"
HOMEPAGE="https://github.com/Baidu-AIP https://pypi.org/project/baidu-aip/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache 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
}

View File

@ -0,0 +1,30 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
DESCRIPTION="Baidu AIP SDK"
HOMEPAGE="https://github.com/Baidu-AIP https://pypi.org/project/baidu-aip/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache 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
}

View 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">baidu-aip</remote-id>
<maintainer status="unknown">
<email>aip@baidu.com</email>
<name>Baidu</name>
</maintainer>
</upstream>
</pkgmetadata>