diff --git a/dev-python/aiogram/Manifest b/dev-python/aiogram/Manifest index 176ce69286..e40c457855 100644 --- a/dev-python/aiogram/Manifest +++ b/dev-python/aiogram/Manifest @@ -1,2 +1 @@ -DIST aiogram-2.24.tar.gz 160932 BLAKE2B c130eb2388fc92c3747dd04600aaeeb6257c6f40481cb2d62560eb1dbcca0ac6c88a47827d604048bc9a99576e31c214f721d7f6b8e24621d92c68ff71bcf46a SHA512 87baa3e3f408301c5294d70c5627b98043e89f4dad6b0e09ef4cd49aba3a3034c4f02e5e89c9b2fae2b0c757c211c25c39f9e742b9f832933d6ae74d59049e38 DIST aiogram-3.2.0.tar.gz 1199545 BLAKE2B 98426f4a6e95172acd3792a462bc6948de35b1565314ce47bfeed505a533a54a659747596ce0b38202cfc82ad65d2c787c8f688fecad6cbddb213b2460054a90 SHA512 64ca9ddac6d0d4c0637c7d7939e2df41174d5e3e8ed505d161dd2d7cc9e0e8d28d1516fd0923f8dbfd9ff2a599f578e6f5af8c97c62b8c96b073891cf5b8d916 diff --git a/dev-python/aiogram/aiogram-2.24.ebuild b/dev-python/aiogram/aiogram-2.24.ebuild deleted file mode 100644 index 7650dccb8b..0000000000 --- a/dev-python/aiogram/aiogram-2.24.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -#https://projects.gentoo.org/python/guide/distutils.html#pep-517-build-systems -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Asynchronous framework for Telegram Bot API" -HOMEPAGE="https://github.com/aiogram/aiogram" -#SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" -IUSE="proxy fast" - -RDEPEND=" - >=dev-python/aiohttp-3.8.0[${PYTHON_USEDEP}] =dev-python/Babel-2.9.1[${PYTHON_USEDEP}] - >=dev-python/certifi-2021.10.8[${PYTHON_USEDEP}] - - proxy? ( >=dev-python/aiohttp-socks-0.5.3[${PYTHON_USEDEP}] ) - fast? ( - >=dev-python/uvloop-0.16.0[${PYTHON_USEDEP}] - >=dev-python/ujson-1.35[${PYTHON_USEDEP}] - )" -DEPEND="${RDEPEND}" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -#distutils_enable_tests pytest diff --git a/dev-python/aiogram/aiogram-3.2.0.ebuild b/dev-python/aiogram/aiogram-3.2.0.ebuild index a8e578877d..e6bb339e1b 100644 --- a/dev-python/aiogram/aiogram-3.2.0.ebuild +++ b/dev-python/aiogram/aiogram-3.2.0.ebuild @@ -9,7 +9,6 @@ inherit distutils-r1 pypi DESCRIPTION="Asynchronous framework for Telegram Bot API" HOMEPAGE="https://github.com/aiogram/aiogram" -#SRC_URI="https://github.com/aiogram/aiogram/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" LICENSE="MIT" SLOT="0"