summaryrefslogtreecommitdiff
path: root/dev-python/commonmark
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-05-07 01:40:04 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-05-07 01:40:04 +0000
commita00c2c86ca5bd725aeb821d4e4374947d0efae36 (patch)
tree50159e29c23db4ac3b71af7f9b3cad489f91a5e4 /dev-python/commonmark
parent20061f2a002ae795f50d917b6f62ea2e3eb9c2ad (diff)
downloadbaldeagleos-repo-a00c2c86ca5bd725aeb821d4e4374947d0efae36.tar.gz
baldeagleos-repo-a00c2c86ca5bd725aeb821d4e4374947d0efae36.tar.xz
baldeagleos-repo-a00c2c86ca5bd725aeb821d4e4374947d0efae36.zip
Adding metadata
Diffstat (limited to 'dev-python/commonmark')
-rw-r--r--dev-python/commonmark/commonmark-0.9.1.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-python/commonmark/commonmark-0.9.1.ebuild b/dev-python/commonmark/commonmark-0.9.1.ebuild
index baee3d2eda92..a16310b45576 100644
--- a/dev-python/commonmark/commonmark-0.9.1.ebuild
+++ b/dev-python/commonmark/commonmark-0.9.1.ebuild
@@ -1,11 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{6,7,8,9,10} )
-
+PYTHON_COMPAT=( python3_{6,7,8,9,10} pypy3 )
inherit distutils-r1
DESCRIPTION="Python parser for the CommonMark Markdown spec"