summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-09-18 15:49:38 +0200
committerMichał Górny <mgorny@gentoo.org>2022-09-18 15:53:03 +0200
commit1e1c4ce5445b50f4c3f06dd4ffacb6dc14b28f67 (patch)
treee7a63aef79407f35a0faccfa9b728b1d378f20cc
parentdev-python/pytzdata: Use PEP517 build (diff)
downloadgentoo-1e1c4ce5445b50f4c3f06dd4ffacb6dc14b28f67.tar.gz
gentoo-1e1c4ce5445b50f4c3f06dd4ffacb6dc14b28f67.tar.bz2
gentoo-1e1c4ce5445b50f4c3f06dd4ffacb6dc14b28f67.zip
dev-python/simpleeval: Use PEP517 build, py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/simpleeval/simpleeval-0.9.12-r1.ebuild (renamed from dev-python/simpleeval/simpleeval-0.9.12.ebuild)11
1 files 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
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"