diff options
| author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-01-16 20:04:08 +0200 |
|---|---|---|
| committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-01-16 20:04:33 +0200 |
| commit | c49327efa25576871030f7caf889a8e59946c59c (patch) | |
| tree | 3902aca9569462bd3a58aafcd341c81577b6ca21 /dev-python/asteval/asteval-0.9.26.ebuild | |
| parent | b82dd72b614ca8ae5f3c83861f25e78845c9067d (diff) | |
| download | gentoo-c49327efa25576871030f7caf889a8e59946c59c.tar.gz gentoo-c49327efa25576871030f7caf889a8e59946c59c.tar.bz2 gentoo-c49327efa25576871030f7caf889a8e59946c59c.zip | |
dev-python/asteval: add 0.9.26
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/asteval/asteval-0.9.26.ebuild')
| -rw-r--r-- | dev-python/asteval/asteval-0.9.26.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-python/asteval/asteval-0.9.26.ebuild b/dev-python/asteval/asteval-0.9.26.ebuild new file mode 100644 index 000000000000..ce77acf316e6 --- /dev/null +++ b/dev-python/asteval/asteval-0.9.26.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..10} ) +inherit distutils-r1 + +DESCRIPTION="Evaluator of Python expression using ast module" +HOMEPAGE="https://newville.github.io/asteval/ https://github.com/newville/asteval" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +distutils_enable_tests pytest |
