diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-05-26 12:34:37 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-05-26 12:34:37 +0000 |
| commit | 45620c5bf2efedf816b5e32e4301aae632c35ce7 (patch) | |
| tree | 61ef3643a8095165533163b38426879409a6b633 /dev-python/funcparserlib | |
| parent | 2797cc940a89b17c99cb401b83beba1fe1442368 (diff) | |
| download | baldeagleos-repo-45620c5bf2efedf816b5e32e4301aae632c35ce7.tar.gz baldeagleos-repo-45620c5bf2efedf816b5e32e4301aae632c35ce7.tar.xz baldeagleos-repo-45620c5bf2efedf816b5e32e4301aae632c35ce7.zip | |
Adding metadata
Diffstat (limited to 'dev-python/funcparserlib')
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..332f7b6a5ad9 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_{8..10} ) 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..eaa5d281e793 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_{8..10} ) 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..61cd5cd72023 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_{8..10} ) 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..5688b13e39c9 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_{8..10} ) inherit distutils-r1 |
