update python-telegram-bot-13.1

This commit is contained in:
Andreas Billmeier 2020-12-19 09:30:14 +01:00 committed by Andreas Billmeier
parent 1f2ab7ede8
commit e96267f1d5
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 37 additions and 1 deletions

View File

@ -12,8 +12,9 @@
* update pybotvac-0.0.19 * update pybotvac-0.0.19
* bump roonapi-0.0.28 * bump roonapi-0.0.28
* bump pymyq-2.0.12 * bump pymyq-2.0.12
* update python-telegram-bot-13.1
* bump envoy-reader-0.17.3 * bump envoy-reader-0.17.3
* fix some metadata.xml
* update python-telegram-bot-13.1
2020-12-14 homeassistant-2020.12.0 2020-12-14 homeassistant-2020.12.0
* bump openwebifpy-3.2.0 * bump openwebifpy-3.2.0

View File

@ -0,0 +1,35 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1
DESCRIPTION="We have made you a wrapper you can't refuse"
HOMEPAGE="https://python-telegram-bot.org/ https://pypi.org/project/python-telegram-bot/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="LGPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
DOCS="README.rst"
RDEPEND="dev-python/certifi[${PYTHON_USEDEP}]
dev-python/cryptography[${PYTHON_USEDEP}]
>=dev-python/pytz-2018.6[${PYTHON_USEDEP}]
>=dev-python/decorator-4.4.0[${PYTHON_USEDEP}]"
BDEPEND="
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
}