add pizzapi-0.0.3 and pizzapi-0.0.6

This commit is contained in:
Andreas Billmeier 2019-11-22 17:14:03 +01:00
parent cdce2cafcb
commit e61a30ab66
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
5 changed files with 88 additions and 0 deletions

View File

@ -55,6 +55,7 @@
* downgrade to directpy-0.5
* add face_recognition-1.2.3 & face_recognition_models-0.3.0
* add dlib-19.18.0
* add pizzapi-0.0.3 and pizzapi-0.0.6
2019-11-21 homeassistant-0.102.0
* bump homeassistant-0.102.0

View File

@ -0,0 +1,5 @@
DIST pizzapi-0.0.3.tar.gz 5950 BLAKE2B 711262fbd1fcc5843f33fda2b8dafd52503d98533c4563b170e02e3bfc1c320e39b14983eb6764609b1e23bbd1e02e064f0299471b658efa2373c865a1e15911 SHA512 b9f6241b4222a9080767d6ff5394a97589a9adbb7ae60b1019af552cfb4e6d0bc531345d31e8e348621b7f30b3b97c253ad75ab44ea85bd4773c968fa47906a7
DIST pizzapi-0.0.6.tar.gz 11435 BLAKE2B 9eafc2ca9908dbb2b7ce781e8caf66d8657972acdb2a9060314a3fb47ca16c986e8752e764fc6c56437463c0e1156a184454a914b8536047cc0ca006fcbd2089 SHA512 bef356aa7c6ceff9f10a93ec46e64eeab2dbd37261d37cc0bccf27ffe1ea227c64dd17d4e05ebc5c1984baa94999192a653a1fa57e7ab25ce4bb1e85441c566c
EBUILD pizzapi-0.0.3.ebuild 824 BLAKE2B 0f0e8cada6d67362b4f0e9c617bcdc81a99df2828dbbd5b2d67eb25c2c0fe90b7ec28964e56d15df826a11ca4c729b06b058d7788b0441e661a317f7ddfbdd37 SHA512 067882d63f2e2a24c6fc5e94f377211d6ea3b5e608c154ae31b87e788fd2cd4acbb7ec84c4b8fd6ae4521d36b75e05cd5ce50c1b575e66c6bd4d82d1d2bc19bf
EBUILD pizzapi-0.0.6.ebuild 824 BLAKE2B 0f0e8cada6d67362b4f0e9c617bcdc81a99df2828dbbd5b2d67eb25c2c0fe90b7ec28964e56d15df826a11ca4c729b06b058d7788b0441e661a317f7ddfbdd37 SHA512 067882d63f2e2a24c6fc5e94f377211d6ea3b5e608c154ae31b87e788fd2cd4acbb7ec84c4b8fd6ae4521d36b75e05cd5ce50c1b575e66c6bd4d82d1d2bc19bf
MISC metadata.xml 451 BLAKE2B 7cd0348d2fd9f6294588694bf51364a2946a2357e476a995d4bbf27d4f46633634def9146840a1b62ca741a28cbc3bde45e817995c063d3752468d1f17ed9daf SHA512 df9fe1de701f2f37b5aafeb5519346a329ce384b853e1eb2dca6ad8a7f0bb15f9d0986349c82f3046a8a59c1dc71b9e44b66b055cc90c7cecd3c0e3eb3b70fab

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">pizzapi</remote-id>
<maintainer status="unknown">
<email>aluttik@gmail.com</email>
<name>aluttik</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -0,0 +1,33 @@
# 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="A Python wrapper for the Dominos Pizza API"
HOMEPAGE="https://github.com/aluttik/pizzapi https://pypi.org/project/pizzapi/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
dev-python/pyhamcrest[${PYTHON_USEDEP}]
dev-python/xmltodict[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}

View File

@ -0,0 +1,33 @@
# 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="A Python wrapper for the Dominos Pizza API"
HOMEPAGE="https://github.com/aluttik/pizzapi https://pypi.org/project/pizzapi/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
dev-python/pyhamcrest[${PYTHON_USEDEP}]
dev-python/xmltodict[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}