add asterisk_mbox-0.5.0

This commit is contained in:
Andreas Billmeier 2019-11-22 14:58:50 +01:00
parent ca636ca6ca
commit 31ec75af0c
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 50 additions and 0 deletions

View File

@ -22,6 +22,7 @@
* add aqualogic-1.0
* downgrade sharp_aquos_rc-0.3.2
* arcam-fmj-0.4.3 & aionursery-0.3.0
* add asterisk_mbox-0.5.0
2019-11-21 homeassistant-0.102.0
* bump homeassistant-0.102.0

View File

@ -0,0 +1,3 @@
DIST asterisk_mbox-0.5.0.tar.gz 17727 BLAKE2B 6ef1f3bed4e00a3be7da2fc12e9727cae19164279e57a62b370d5a6ab31da0edc67b2ec1841b85c4f9287df23f1c8bce5295d225304a539753057d01499dce98 SHA512 2aa7cbed790030440714a66ba935f79ed60aafc6c27f102d30be29c1b461158e64bab9c65dcebf2edd60ac878a967636b8e95f0a3481456d49c55831144c5d3f
EBUILD asterisk_mbox-0.5.0.ebuild 729 BLAKE2B e9ccdf1815542632fb4d3223449ce528e855048f391381b453c5d88656a790ea2b9a4311ae23f39c78d9b6d8d145c0a8426383e40cce24ecc5311131ffc0acaf SHA512 93cdd364b71e313880953409963caaa64fc9676839b5b3e0f87774fa467883e8ad8a4279de81f32a15d38d1d15321b9fa8176538937f37d780f5916956f60f10
MISC metadata.xml 463 BLAKE2B 1f551271757b198c390828c8fd49cc95a40194c5576e27fe95a05d5ed780aadcc6ce825e2a63b69e75f44ddcb4b0223702b83003ca05d33494df4eac34beab8f SHA512 a4cde5bd0627bfb15528cf02caa17750c097b40a16737f36c4698ecb3897b3936d1a6b0023bff9b888b5492a6daa50bda132e51a7d62b5ce81a32d962b94baf4

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="The client side of a client/server to interact with Asterisk voicemail mailboxes"
HOMEPAGE="https://github.com/PhracturedBlue/asterisk_mbox https://pypi.org/project/asterisk_mbox/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
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">asterisk_mbox</remote-id>
<maintainer status="unknown">
<email>rc2012@pblue.org</email>
<name>PhracturedBlue</name>
</maintainer>
</upstream>
</pkgmetadata>