dev-python/python-telegram-bot: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-02 21:58:12 +01:00 committed by Andreas Billmeier
parent 21a6bab7e4
commit 06556d4b2a
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 6 additions and 7 deletions

View File

@ -1,3 +1,3 @@
DIST python-telegram-bot-13.1.tar.gz 284408 BLAKE2B 223985a9dd26d13dc344021c5c0e265cf2a6d867455c3dda26076ce82d59add2363b825bb4112d5949aaf22ef57ab3b116476a2e89101c332f61c1584e4a16d3 SHA512 128e6107acbbdcf5a8f4052032ba8b2c49e2a4df6f08d8d595f189e865a7a925340e471d36639e8b547b7405c785945f426e4c2df8647e85e4927071165979ba
EBUILD python-telegram-bot-13.1.ebuild 843 BLAKE2B 0e20a712cc63b73bbff8f726064fd294c273f5e5d3fcb013a5d4d7fab8fc372fd6c0ed621ae99cce25f35d1b0d991d29af2aca53ed724bae4d15df608369fdae SHA512 af964d441a411d99cadebcd9ed6f6be8e0d317792380a4994e865a40635f89b1a93b85b9a3aff109ec06d42f43af714eb17ad5d0e5b689c9b794419546dd62bc
EBUILD python-telegram-bot-13.1.ebuild 808 BLAKE2B 5930451fccaa098dfe7e1ff7f90f7c299d64e747e51943c5b1442598fa313bd494ef3be65139daeb25c3359f48c167af134c38e9c2b5cee3acadb40d7b5ec99c SHA512 269cb4057dd95c690b531e70fb54f7a4c7ad31c610ae8ce33ce093d065d0c6ad7041bc77e0f468100db1dbb99edf03ab9728fb8198d8e919bdecac116113b752
MISC metadata.xml 474 BLAKE2B 267b8eb7a533ef2bfbd5b553c3b40a42e9c42e4d0f7fd95dfbd9716a047f5e7a15a96232ed8d4e35907eb7f017845ca5dbbcdcb24177d84f4b915fac182a51f2 SHA512 87636d0dd61d7a9326e9e06b0d7a1514d886fc7d94d86ff34867d7abd0e40857c97a09abeb2e65897fd0b12dc866533ea757f0a94f4a640897a7983a586cefb9

View File

@ -1,15 +1,15 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
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"
@ -24,7 +24,6 @@ RDEPEND="dev-python/certifi[${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/pytest[${PYTHON_USEDEP}]
)"