commit:     b47048aebe630f047a9f21b91d58e9ad0d1e1f62
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 20 15:10:04 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Nov 20 15:23:40 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b47048ae

dev-python/parse: Enable pypy3

Sponsored-by: Ex Makhina, Inc. <info-gentoo <AT> exmakhina.com>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/parse/parse-1.19.1.ebuild | 13 ++++++++++---
 1 file 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"

Reply via email to