commit:     5fdee945ce62cc85e18d728741436d2a17725596
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 18 05:25:38 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 18 06:47:11 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fdee945

dev-python/boltons: Enable pypy3

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

 dev-python/boltons/boltons-21.0.0-r1.ebuild | 18 +++++++++++++++---
 1 file changed, 15 insertions(+), 3 deletions(-)

diff --git a/dev-python/boltons/boltons-21.0.0-r1.ebuild 
b/dev-python/boltons/boltons-21.0.0-r1.ebuild
index 77fe7e72130e..0eddcf1ca766 100644
--- a/dev-python/boltons/boltons-21.0.0-r1.ebuild
+++ b/dev-python/boltons/boltons-21.0.0-r1.ebuild
@@ -4,12 +4,20 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
+
 inherit distutils-r1
 
 DESCRIPTION="Pure-python utilities in the same spirit as the standard library"
-HOMEPAGE="https://boltons.readthedocs.org/";
-SRC_URI="https://github.com/mahmoud/boltons/archive/refs/tags/${PV}.tar.gz -> 
${P}.gh.tar.gz"
+HOMEPAGE="
+       https://boltons.readthedocs.io/
+       https://github.com/mahmoud/boltons/
+       https://pypi.org/project/boltons/
+"
+SRC_URI="
+       https://github.com/mahmoud/boltons/archive/${PV}.tar.gz
+               -> ${P}.gh.tar.gz
+"
 
 LICENSE="BSD"
 SLOT="0"
@@ -31,3 +39,7 @@ EPYTEST_DESELECT=(
        # by e.g. pytest-qt noise or python3.11 adding ^^^^^^ markers
        tests/test_tbutils.py::test_exception_info
 )
+
+python_test() {
+       epytest -p no:django
+}

Reply via email to