dev-python/python-telegram-bot: add 21.0.1

Closes: #3152
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-04-03 23:00:08 +02:00
parent bb237d286d
commit c6416bc7e1
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
5 changed files with 47 additions and 6 deletions

View File

@ -617,7 +617,7 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
## Licenses
This repository itself is released under GPL-3 (like most Gentoo repositories), all work on the depending components under the licenses they came from. Perhaps you came here because I filed an issue at your component about a bad or missing license. It is easy to [assign a license](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). During cleanups and license investigations I have been asked often which license to choose. I am not a lawyer, but I can offer the following table, counted over this repository, perhaps this helps your decision. If a package has more than one license listed, all of them are counted.
There are 1959 Ebuilds in total, 1948 of them have in total 1967 (42 different) licenses assigned.
There are 1960 Ebuilds in total, 1949 of them have in total 1968 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
@ -628,8 +628,8 @@ There are 1959 Ebuilds in total, 1948 of them have in total 1967 (42 different)
|LGPL-3|26|
|GPL-2|21|
|BSD-2|15|
|LGPL-3+|14|
|all-rights-reserved|13|
|LGPL-3+|13|
|GPL-3+|11|
|Unlicense|9|
|PSF-2|7|

View File

@ -1,3 +1,5 @@
DIST python-telegram-bot-13.1.tar.gz 284408 BLAKE2B 223985a9dd26d13dc344021c5c0e265cf2a6d867455c3dda26076ce82d59add2363b825bb4112d5949aaf22ef57ab3b116476a2e89101c332f61c1584e4a16d3 SHA512 128e6107acbbdcf5a8f4052032ba8b2c49e2a4df6f08d8d595f189e865a7a925340e471d36639e8b547b7405c785945f426e4c2df8647e85e4927071165979ba
EBUILD python-telegram-bot-13.1.ebuild 808 BLAKE2B 5930451fccaa098dfe7e1ff7f90f7c299d64e747e51943c5b1442598fa313bd494ef3be65139daeb25c3359f48c167af134c38e9c2b5cee3acadb40d7b5ec99c SHA512 269cb4057dd95c690b531e70fb54f7a4c7ad31c610ae8ce33ce093d065d0c6ad7041bc77e0f468100db1dbb99edf03ab9728fb8198d8e919bdecac116113b752
MISC metadata.xml 474 BLAKE2B 267b8eb7a533ef2bfbd5b553c3b40a42e9c42e4d0f7fd95dfbd9716a047f5e7a15a96232ed8d4e35907eb7f017845ca5dbbcdcb24177d84f4b915fac182a51f2 SHA512 87636d0dd61d7a9326e9e06b0d7a1514d886fc7d94d86ff34867d7abd0e40857c97a09abeb2e65897fd0b12dc866533ea757f0a94f4a640897a7983a586cefb9
DIST python-telegram-bot-21.0.1.tar.gz 407390 BLAKE2B bdfa785bd51e39f73321b43bb96045974c12ad7e2f096bfba6bc1142bb5af6b42aec96cb680982a1349a22958052253836ff6ba9b0f8ca5062920a5e9d2abe0d SHA512 3df5070bde4a1d8cb25e3ebc09c8698b7260d2b0158b3045227a55eef340f40bf435e5426ff09f4c2a58fdbafff91bdb2abd7b33c2d19e1e40ae8c23e9ab8083
EBUILD python-telegram-bot-13.1.ebuild 808 BLAKE2B ab3bf0250d0edd60db5f4b83ef3138e57dd527b8c9c2db21aa6dc3b1361a03c9d807ac5afd2984ff331b906887150baba7d9386d6def29cd8532c8ad1a53f1f7 SHA512 b9e2e9403591ba8ed705528d6d2a74116648a1e25926a9f6f01790639a9a9d7a9f4b3a9a32ba9cc0e9bb07de054291dea5b1e13a3429fc14fbac36fc331c82e8
EBUILD python-telegram-bot-21.0.1.ebuild 926 BLAKE2B 00de9b7cde17e01fa64c35a8db0b3e122f7bdb5e59ab1c58df199ec4b1e72228ab67728c48656288773f8a2e1e2838f575c11597b6940540ac608766850d27eb SHA512 735d01603d445414d79a978d9bcde398fb4f7ff35983d46d2988184f230b8b25882541aa6a7fa781270ea6393b4eb0e0f41794dbda8fb78e68a4d78abfd57e00
MISC metadata.xml 555 BLAKE2B 81bffe706c94ea0d3affef15da5d61944d24f90e4db074147ffa54ccffe54569612bfa76bcbd9c6b805f615db3077dd2f41232a129db5924c5d6fee953d57259 SHA512 28a1f6e6fbc70a15d67b36a04ee320e13ebbafb1620aa863b1f60ced5ad349987dfd8edec97052eb6f4f355a2d03bae56e5e21ca8a8cebfd5d215a06d5a35d8f

View File

@ -7,6 +7,7 @@
</maintainer>
<upstream>
<remote-id type="pypi">python-telegram-bot</remote-id>
<remote-id type="github">python-telegram-bot/python-telegram-bot</remote-id>
<maintainer status="unknown">
<email>devs@python-telegram-bot.org</email>
<name>Leandro Toledo</name>

View File

@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi

View File

@ -0,0 +1,38 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..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/"
LICENSE="LGPL-3+"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND="dev-python/httpx[${PYTHON_USEDEP}]
dev-python/aiolimiter[${PYTHON_USEDEP}]
dev-python/cachetools[${PYTHON_USEDEP}]
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="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest