summaryrefslogtreecommitdiff
path: root/dev-python/convertdate
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/convertdate')
-rw-r--r--dev-python/convertdate/convertdate-2.3.2.ebuild2
-rw-r--r--dev-python/convertdate/convertdate-2.4.0.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/convertdate/convertdate-2.3.2.ebuild b/dev-python/convertdate/convertdate-2.3.2.ebuild
index c1b9c4295838..3691ec265232 100644
--- a/dev-python/convertdate/convertdate-2.3.2.ebuild
+++ b/dev-python/convertdate/convertdate-2.3.2.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{7,8,9,10} pypy3 )
+PYTHON_COMPAT=( python3_{7,8,9,10} )
inherit distutils-r1
DESCRIPTION="Utils for converting between date formats and calculating holidays"
diff --git a/dev-python/convertdate/convertdate-2.4.0.ebuild b/dev-python/convertdate/convertdate-2.4.0.ebuild
index db7d9a330c0b..5a4b5004c7df 100644
--- a/dev-python/convertdate/convertdate-2.4.0.ebuild
+++ b/dev-python/convertdate/convertdate-2.4.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{7,8,9,10} pypy3 )
+PYTHON_COMPAT=( python3_{7,8,9,10} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1