diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-11-20 16:10:04 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-11-20 16:23:40 +0100 |
commit | b47048aebe630f047a9f21b91d58e9ad0d1e1f62 (patch) | |
tree | f71dab85c05a29e34c282a5bfbb4f2c33e727131 /dev-python/parse | |
parent | dev-python/pygccxml: add 2.4.0 (diff) | |
download | gentoo-b47048aebe630f047a9f21b91d58e9ad0d1e1f62.tar.gz gentoo-b47048aebe630f047a9f21b91d58e9ad0d1e1f62.tar.bz2 gentoo-b47048aebe630f047a9f21b91d58e9ad0d1e1f62.zip |
dev-python/parse: Enable pypy3
Sponsored-by: Ex Makhina, Inc. <info-gentoo@exmakhina.com>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/parse')
-rw-r--r-- | dev-python/parse/parse-1.19.1.ebuild | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/dev-python/parse/parse-1.19.1.ebuild b/dev-python/parse/parse-1.19.1.ebuild index b461ab8284d4..b0a470dfc543 100644 --- a/dev-python/parse/parse-1.19.1.ebuild +++ b/dev-python/parse/parse-1.19.1.ebuild @@ -4,12 +4,19 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( pypy3 python3_{10..12} ) + inherit distutils-r1 DESCRIPTION="Parse strings using a specification based on the Python format() syntax" -HOMEPAGE="https://pypi.org/project/parse/" -SRC_URI="https://github.com/r1chardj0n3s/parse/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz" +HOMEPAGE=" + https://github.com/r1chardj0n3s/parse/ + https://pypi.org/project/parse/ +" +SRC_URI=" + https://github.com/r1chardj0n3s/parse/archive/refs/tags/${PV}.tar.gz + -> ${P}.gh.tar.gz +" LICENSE="MIT" SLOT="0" |