add gitterpy-0.1.7

This commit is contained in:
Andreas Billmeier 2019-11-22 21:35:17 +01:00
parent 8006fd8623
commit 4dd4dbca2c
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 50 additions and 0 deletions

View File

@ -99,6 +99,7 @@
* add georss-client-0.9 and georss-generic-client-0.2
* add aio-geojson-client-0.11 and aio-geojson-geonetnz-quakes-0.11
* add python-gitlab-1.13.0 & python-gitlab-1.6.0
* add gitterpy-0.1.7
2019-11-21 homeassistant-0.102.0
* bump homeassistant-0.102.0

View File

@ -0,0 +1,3 @@
DIST gitterpy-0.1.7.tar.gz 2958 BLAKE2B aa91d017fd3df81a13911221d73625d7bb6297aecd55f32f4dd81682a26c192660346151da63654271f33ad79bca9de51be8615bad4e28096d2a6053ef262940 SHA512 149ea70a62e4ec11371b26e10a5dac909df231f61767b2e1cad9495d53d5cf8be8af5ffd0dbb177bbf25c8bbfc14631a8a3131191636c47148ad702f4e31df91
EBUILD gitterpy-0.1.7.ebuild 716 BLAKE2B 87277b76cb27f9195d651b47cc0bd5826756f929d88e7336966dde0810b81b5b53cbc297795098c6ba6aabab62945e41ec47412c7d6b45ced1ea2cee2e8202dc SHA512 1055c6cdc8c9c9d1af0e640a7b37b72a5160d84ab1ff3211dd1a4e4808f30a319b7e6b8212b4be9c61d86f7a1398e4610e434072e81144fcf38500732b85fb6a
MISC metadata.xml 460 BLAKE2B 2010418b17b081e71be0032bac3f8dd8d946fab9f0c96ffb0425f0e2722358bdb989c24a2b97206605ad5e249951398cf2f530c587b60b1e8cf0414b5bdc5d3e SHA512 ba4387c6e77a3e77e564fcc995abbebfeb264f38f37bb371d4dab0698223e3b6500fdb51bfda219af4f56f9813e12151d015626261116d4c1248db934fcf3802

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="Python interface for the Gitter API"
HOMEPAGE="https://github.com/MichaelYusko/GitterPy https://pypi.org/project/gitterpy/"
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-2.20.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">gitterpy</remote-id>
<maintainer status="unknown">
<email>freshjelly12@yahoo.com</email>
<name>Mike Yusko</name>
</maintainer>
</upstream>
</pkgmetadata>