add messagebird-1.5.0

This commit is contained in:
Andreas Billmeier 2019-11-23 14:50:17 +01:00
parent fb64d6c74e
commit 64e4de6399
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 51 additions and 0 deletions

View File

@ -1,5 +1,6 @@
2019-11-22 (reverse added today)
*
* add messagebird-1.5.0
* add py-melissa-climate-2.1.3
* add matrix-client-0.3.2 and matrix-client-0.2.0
* add magicseaweed-1.0.3

View File

@ -0,0 +1,3 @@
DIST messagebird-1.5.0.tar.gz 15159 BLAKE2B ed9a4be2c93efa3a317d3e75e6b29ee8db59c9caa4097f855ec31732a05abb3d4aac2439338d9465b50829daa6fac96230734aa148c5d1776949b32d079798f3 SHA512 b12b46ed2c9062556f1b42c402e3ff9fe6185bd30274a83f4fe91e15234e461f1b1df87e7f6bcd6e63041d07ce6de4fa68430271ab0bc0fafff63a863aceb244
EBUILD messagebird-1.5.0.ebuild 767 BLAKE2B 42a6ec12b48461276fcc4a3d0288e81fdc03fd9feeb0544dc62a3904059d196b4122827b3e1094a98fedec25f8fc4dba35ad41424bd424efb96b913a8cf2304a SHA512 f9f5c5c805b647b94ae09a6865d6f4ba60cfb30ba762e0ad2ba34e6ec04139fa9bff0a7aaa5e9b03ad17efc0f1c52c46f973238492204b4f930a24b51268c264
MISC metadata.xml 465 BLAKE2B 57de662aa99a50c153e3a40cf9a8b0d374404b667d0b623e9eaf03d730af3d6264318cdb7dd9c9a356822a0af0145f7e9554d9b243b3d5c66e46efe1afc6ea27 SHA512 c07dce307de8321d21968ec73b0e31cca435c5f1368fbf9f5c0fc64082ac5c48bdf46261255a2701141ccffc3a018a29cbd3f8d7056ad70743c9c92e9b35bba7

View File

@ -0,0 +1,31 @@
# 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="MessageBird's REST API"
HOMEPAGE="https://github.com/messagebird/python-rest-api https://pypi.org/project/messagebird/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=">=dev-python/requests-2.4.1[${PYTHON_USEDEP}]
>=dev-python/python-dateutil-2.6.0[${PYTHON_USEDEP}]"
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">messagebird</remote-id>
<maintainer status="unknown">
<email>support@messagebird.com</email>
<name>MessageBird</name>
</maintainer>
</upstream>
</pkgmetadata>