mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 22:30:59 +02:00
aiogram_dialog-1.9.0.ebuild
This commit is contained in:
parent
77973a8597
commit
3863bdd9cf
3 changed files with 37 additions and 0 deletions
1
dev-python/aiogram_dialog/Manifest
Normal file
1
dev-python/aiogram_dialog/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST aiogram_dialog-1.9.0.gh.tar.gz 508576 BLAKE2B 1173e6ef5f17628cb8229977dc1ba5634236f98f859f72d4b80a603e9ce900bf6e6e213e2d19930aea7e784f246b6d300c42c8cb25d8a7c43ab5e3b38a164539 SHA512 719b9c53d6a88baed68677ee9376db0eed2a73c42c178347f6a8e6710d8109b9853c7746f292a98c73d7e1c5477f66a9d42d51d1b48a2791945169ce0b485661
|
||||
35
dev-python/aiogram_dialog/aiogram_dialog-1.9.0.ebuild
Normal file
35
dev-python/aiogram_dialog/aiogram_dialog-1.9.0.ebuild
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
# 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_{9..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="GUI framework on top of aiogram"
|
||||
HOMEPAGE="https://github.com/Tishka17/aiogram_dialog"
|
||||
#SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
SRC_URI="https://github.com/Tishka17/aiogram_dialog/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm64 x86"
|
||||
IUSE="proxy fast"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/aiogram-2.20[${PYTHON_USEDEP}]
|
||||
dev-python/jinja[${PYTHON_USEDEP}]
|
||||
>=dev-python/cachetools-4.0[${PYTHON_USEDEP}]
|
||||
dev-python/magic-filter[${PYTHON_USEDEP}]
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
#distutils_enable_tests pytest
|
||||
|
||||
src_prepare(){
|
||||
sed -i -e 's|cachetools==4\.\*|cachetools|g' setup.py || die
|
||||
eapply_user
|
||||
}
|
||||
|
|
@ -39,6 +39,7 @@ def portage_mapping(search):
|
|||
"dev-python/IPy": "dev-python/ipy",
|
||||
"dev-python/jinja2": "dev-python/jinja",
|
||||
"dev-python/lief": "dev-util/lief",
|
||||
"dev-python/magic_filter": "dev-python/magic-filter",
|
||||
"dev-python/Markdown": "dev-python/markdown",
|
||||
"dev-python/openstep-parser": "dev-python/openstep_parser",
|
||||
"dev-python/Pillow": "dev-python/pillow",
|
||||
|
|
|
|||
Loading…
Reference in a new issue