summaryrefslogtreecommitdiff
path: root/dev-python/funcparserlib
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-05-10 19:50:38 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-05-10 19:50:38 +0000
commitac8e94c3fe6b057ef11006a2c61306250487fdeb (patch)
tree98f6364a2963ac742b5f77303a4a9831e203d798 /dev-python/funcparserlib
parentda0bb7224c43d5f9831b033750bd967da124132b (diff)
downloadbaldeagleos-repo-ac8e94c3fe6b057ef11006a2c61306250487fdeb.tar.gz
baldeagleos-repo-ac8e94c3fe6b057ef11006a2c61306250487fdeb.tar.xz
baldeagleos-repo-ac8e94c3fe6b057ef11006a2c61306250487fdeb.zip
Adding metadata
Diffstat (limited to 'dev-python/funcparserlib')
-rw-r--r--dev-python/funcparserlib/funcparserlib-1.0.0.ebuild2
-rw-r--r--dev-python/funcparserlib/funcparserlib-1.0.0_alpha0-r1.ebuild2
-rw-r--r--dev-python/funcparserlib/funcparserlib-1.0.0_alpha1.ebuild2
-rw-r--r--dev-python/funcparserlib/funcparserlib-1.0.0_alpha2.ebuild2
4 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/funcparserlib/funcparserlib-1.0.0.ebuild b/dev-python/funcparserlib/funcparserlib-1.0.0.ebuild
index ec042f26193f..32f4ddb6291f 100644
--- a/dev-python/funcparserlib/funcparserlib-1.0.0.ebuild
+++ b/dev-python/funcparserlib/funcparserlib-1.0.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{7,8,9,10} )
+PYTHON_COMPAT=( python3_{7,8,9,10} pypy3 )
inherit distutils-r1
DESCRIPTION="Recursive descent parsing library based on functional combinators"
diff --git a/dev-python/funcparserlib/funcparserlib-1.0.0_alpha0-r1.ebuild b/dev-python/funcparserlib/funcparserlib-1.0.0_alpha0-r1.ebuild
index aa4110a42d88..349b4b4b357f 100644
--- a/dev-python/funcparserlib/funcparserlib-1.0.0_alpha0-r1.ebuild
+++ b/dev-python/funcparserlib/funcparserlib-1.0.0_alpha0-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{7,8,9,10} )
+PYTHON_COMPAT=( python3_{7,8,9,10} pypy3 )
inherit distutils-r1
MY_PV="${PV/_alpha/a}"
diff --git a/dev-python/funcparserlib/funcparserlib-1.0.0_alpha1.ebuild b/dev-python/funcparserlib/funcparserlib-1.0.0_alpha1.ebuild
index b8a0b36213fe..55e2f9f38f50 100644
--- a/dev-python/funcparserlib/funcparserlib-1.0.0_alpha1.ebuild
+++ b/dev-python/funcparserlib/funcparserlib-1.0.0_alpha1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{7,8,9,10} )
+PYTHON_COMPAT=( python3_{7,8,9,10} pypy3 )
inherit distutils-r1
diff --git a/dev-python/funcparserlib/funcparserlib-1.0.0_alpha2.ebuild b/dev-python/funcparserlib/funcparserlib-1.0.0_alpha2.ebuild
index 2f7fc1c12dac..4d92bca7237d 100644
--- a/dev-python/funcparserlib/funcparserlib-1.0.0_alpha2.ebuild
+++ b/dev-python/funcparserlib/funcparserlib-1.0.0_alpha2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{7,8,9,10} )
+PYTHON_COMPAT=( python3_{7,8,9,10} pypy3 )
inherit distutils-r1