mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
aiogram-3.5.0.ebuild
This commit is contained in:
parent
fcc480b226
commit
4c5d95b7f5
2 changed files with 10 additions and 9 deletions
|
|
@ -1,2 +1,2 @@
|
|||
DIST aiogram-3.3.0.tar.gz 1244474 BLAKE2B 6962571b36650fe2f66fb79f61390d3b22f0308f6ebc4666c4aa6c0ac8cc6ec920ac8fd6a0c3fef08396c6098ac2a1a28c3137ddae45863e9c67e490e642655d SHA512 a3972a628b2df6cde7365b95a431eb9f3af56ade4176a2747f87ba1ec3a18cbf66b07c6949deb0a8eaadfa41e16a75d65971fd6d0c1f9e3582dede27bbae1fe5
|
||||
DIST aiogram-3.4.1.tar.gz 1262863 BLAKE2B f5e3161078924e4e8755b9729f5fd8640c365c079cd0f3c8141f4d2ffb8c73ca629aee37eb2f73e9205f91d9327a482ae5db5ad0438c9e254365f814d504f49b SHA512 b52e5a9ef59c4caf8de3579589ea26dd70ab7d952890c5be81867874df051e9e61420838969164b24a5cefb4f7c83d837ad64ff667eb2bf061a50392ad738c34
|
||||
DIST aiogram-3.5.0.tar.gz 1278788 BLAKE2B 1cda3125a693d89c6729181e56fe66b494094a9be55c888bf5941f1061eb051591ae5fef415bb381e579ab433e0512f21fe8ca78933adfd92498f144b3922250 SHA512 0e8631382086c154b3924c420813c61ab23e96f665c3ce89859f68213fe46de66fcfec867e99bfe547852d5437f83924c3b4451658faab5673750620b77beac7
|
||||
|
|
|
|||
|
|
@ -12,14 +12,14 @@ HOMEPAGE="https://github.com/aiogram/aiogram"
|
|||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~x86"
|
||||
KEYWORDS="amd64 ~arm64 ~x86"
|
||||
IUSE="docs i18n fast proxy redis"
|
||||
RESTRICT="test"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/magic-filter-1.0.12[${PYTHON_USEDEP}]
|
||||
>=dev-python/aiohttp-3.9.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pydantic-2.4.1[${PYTHON_USEDEP}] <dev-python/pydantic-2.6
|
||||
>=dev-python/pydantic-2.4.1[${PYTHON_USEDEP}] <dev-python/pydantic-2.8
|
||||
>=dev-python/aiofiles-23.2.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/certifi-2023.7.22[${PYTHON_USEDEP}]
|
||||
>=dev-python/typing-extensions-4.7.0[${PYTHON_USEDEP}]
|
||||
|
|
@ -30,7 +30,8 @@ RDEPEND="
|
|||
)
|
||||
i18n? ( >=dev-python/Babel-2.13.0[${PYTHON_USEDEP}] )
|
||||
proxy? ( >=dev-python/aiohttp-socks-0.8.3[${PYTHON_USEDEP}] )
|
||||
redis? ( >=dev-python/redis-5.0.1 )
|
||||
redis? ( >=dev-python/redis-5.0.1[${PYTHON_USEDEP}]
|
||||
dev-python/hiredis[${PYTHON_USEDEP}] )
|
||||
docs? (
|
||||
dev-python/sphinx
|
||||
dev-python/furo
|
||||
|
|
@ -43,17 +44,17 @@ DEPEND="${RDEPEND}"
|
|||
|
||||
#BDEPEND="
|
||||
# test? (
|
||||
# dev-python/redis-py[${PYTHON_USEDEP}]
|
||||
# dev-python/redis[${PYTHON_USEDEP}]
|
||||
# dev-python/magic-filter[${PYTHON_USEDEP}]
|
||||
# dev-python/aiofiles[${PYTHON_USEDEP}]
|
||||
# dev-python/aiohttp[${PYTHON_USEDEP}]
|
||||
# dev-python/aresponses[${PYTHON_USEDEP}]
|
||||
# dev-python/aiohttp-socks[${PYTHON_USEDEP}]
|
||||
# dev-python/pytest-lazy-fixture
|
||||
# )
|
||||
#"
|
||||
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
# from aresponses import ResponsesMockServer
|
||||
# ModuleNotFoundError: No module named 'aresponses'
|
||||
# RuntimeError: Found locale 'en' but this language is not compiled!
|
||||
#distutils_enable_tests pytest
|
||||
|
||||
#S="${WORKDIR}/${MY_P}"
|
||||
Loading…
Reference in a new issue