summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-02-01 12:11:45 +0100
committerMichał Górny <mgorny@gentoo.org>2022-02-01 14:46:47 +0100
commit49fc24ccd21bd6463cd8ee0e35f25cb6e2e81288 (patch)
treee5ce6307056440b5ef26224bc01b47fe88429561 /dev-python/commonmark
parentdev-python/httpx: Relax rich dependency (diff)
downloadgentoo-49fc24ccd21bd6463cd8ee0e35f25cb6e2e81288.tar.gz
gentoo-49fc24ccd21bd6463cd8ee0e35f25cb6e2e81288.tar.bz2
gentoo-49fc24ccd21bd6463cd8ee0e35f25cb6e2e81288.zip
dev-python/commonmark: Add pypy3 love
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/commonmark')
-rw-r--r--dev-python/commonmark/commonmark-0.9.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/commonmark/commonmark-0.9.1.ebuild b/dev-python/commonmark/commonmark-0.9.1.ebuild
index 9c1788a69ec3..77665adae34c 100644
--- a/dev-python/commonmark/commonmark-0.9.1.ebuild
+++ b/dev-python/commonmark/commonmark-0.9.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
inherit distutils-r1
DESCRIPTION="Python parser for the CommonMark Markdown spec"