commit:     7646fedcf40bc5eded7f74f5cf268eae98e87c8d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 19 04:48:53 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jun 19 04:57:55 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7646fedc

dev-python/asteval: Bump to 0.9.30

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/asteval/Manifest              |  1 +
 dev-python/asteval/asteval-0.9.30.ebuild | 36 ++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/dev-python/asteval/Manifest b/dev-python/asteval/Manifest
index bfe2f6682504..cfc978e6ead4 100644
--- a/dev-python/asteval/Manifest
+++ b/dev-python/asteval/Manifest
@@ -1 +1,2 @@
 DIST asteval-0.9.29.gh.tar.gz 40010 BLAKE2B 
1e2570afefc4ca0abd2a19d3498479a947e1634a550bd14f2efe813e00f3ec37b9f0e417616878a087a110d92474a626ba9b2972f8585f528fa492b99b758f03
 SHA512 
5afd7fe5349b5611112fc15a980f435e359c5fd81ece77041aed84566703f4621ac360dda2f133f0342a8eefe755820f7544fd5eb8195462cc05281ed0eba5dc
+DIST asteval-0.9.30.gh.tar.gz 43185 BLAKE2B 
e25e22eef482877c9a5373a8f5e67d3abbe3e31d44015c4d23731da0b7346c41a92a204da7c71e28ecee6d571d5bdba2c56662ae798d17c08a1569170bc78dd0
 SHA512 
aebc9e9e6b2b071f52df9aae9b85acf92b16e0559f93603e1e7393e17ae789db6253db767d214e9b391020f8a295017fa37d5630eeadb00fdc823b38018e76ab

diff --git a/dev-python/asteval/asteval-0.9.30.ebuild 
b/dev-python/asteval/asteval-0.9.30.ebuild
new file mode 100644
index 000000000000..55d569b5d4f8
--- /dev/null
+++ b/dev-python/asteval/asteval-0.9.30.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Evaluator of Python expression using ast module"
+HOMEPAGE="
+       https://newville.github.io/asteval/
+       https://github.com/newville/asteval/
+       https://pypi.org/project/asteval/
+"
+SRC_URI="
+       https://github.com/newville/asteval/archive/${PV}.tar.gz
+               -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="
+       dev-python/setuptools-scm[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+
+python_test() {
+       epytest -o addopts=
+}

Reply via email to