commit:     1e1c4ce5445b50f4c3f06dd4ffacb6dc14b28f67
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 18 13:49:38 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Sep 18 13:53:03 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e1c4ce5

dev-python/simpleeval: Use PEP517 build, py3.11

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

 .../{simpleeval-0.9.12.ebuild => simpleeval-0.9.12-r1.ebuild} | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/dev-python/simpleeval/simpleeval-0.9.12.ebuild 
b/dev-python/simpleeval/simpleeval-0.9.12-r1.ebuild
similarity index 56%
rename from dev-python/simpleeval/simpleeval-0.9.12.ebuild
rename to dev-python/simpleeval/simpleeval-0.9.12-r1.ebuild
index 3d8806ea1a9f..1d313bbbaa4d 100644
--- a/dev-python/simpleeval/simpleeval-0.9.12.ebuild
+++ b/dev-python/simpleeval/simpleeval-0.9.12-r1.ebuild
@@ -3,14 +3,17 @@
 
 EAPI=8
 
-DISTUTILS_USE_SETUPTOOLS=pyproject.toml
-PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit distutils-r1
 
 DESCRIPTION="A simple, safe single expression evaluator library"
-HOMEPAGE="https://github.com/danthedeckie/simpleeval";
-SRC_URI="mirror://pypi/s/${PN}/${P}.tar.gz"
+HOMEPAGE="
+       https://github.com/danthedeckie/simpleeval/
+       https://pypi.org/project/simpleeval/
+"
+SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"

Reply via email to