diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-09-18 15:49:38 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-09-18 15:53:03 +0200 |
commit | 1e1c4ce5445b50f4c3f06dd4ffacb6dc14b28f67 (patch) | |
tree | e7a63aef79407f35a0faccfa9b728b1d378f20cc /dev-python/simpleeval | |
parent | dev-python/pytzdata: Use PEP517 build (diff) | |
download | gentoo-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>
Diffstat (limited to 'dev-python/simpleeval')
-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" |