diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-05-10 19:50:38 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-05-10 19:50:38 +0000 |
| commit | ac8e94c3fe6b057ef11006a2c61306250487fdeb (patch) | |
| tree | 98f6364a2963ac742b5f77303a4a9831e203d798 /dev-python/python-engineio | |
| parent | da0bb7224c43d5f9831b033750bd967da124132b (diff) | |
| download | baldeagleos-repo-ac8e94c3fe6b057ef11006a2c61306250487fdeb.tar.gz baldeagleos-repo-ac8e94c3fe6b057ef11006a2c61306250487fdeb.tar.xz baldeagleos-repo-ac8e94c3fe6b057ef11006a2c61306250487fdeb.zip | |
Adding metadata
Diffstat (limited to 'dev-python/python-engineio')
5 files changed, 5 insertions, 5 deletions
diff --git a/dev-python/python-engineio/python-engineio-4.2.1.ebuild b/dev-python/python-engineio/python-engineio-4.2.1.ebuild index 10d18c4e05fb..4fd1b84adacf 100644 --- a/dev-python/python-engineio/python-engineio-4.2.1.ebuild +++ b/dev-python/python-engineio/python-engineio-4.2.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{7,8,9,10} ) +PYTHON_COMPAT=( python3_{7,8,9,10} pypy3 ) inherit distutils-r1 diff --git a/dev-python/python-engineio/python-engineio-4.3.0.ebuild b/dev-python/python-engineio/python-engineio-4.3.0.ebuild index 10d18c4e05fb..4fd1b84adacf 100644 --- a/dev-python/python-engineio/python-engineio-4.3.0.ebuild +++ b/dev-python/python-engineio/python-engineio-4.3.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{7,8,9,10} ) +PYTHON_COMPAT=( python3_{7,8,9,10} pypy3 ) inherit distutils-r1 diff --git a/dev-python/python-engineio/python-engineio-4.3.1.ebuild b/dev-python/python-engineio/python-engineio-4.3.1.ebuild index 2cc7cc6a1e29..44a9aa191e68 100644 --- a/dev-python/python-engineio/python-engineio-4.3.1.ebuild +++ b/dev-python/python-engineio/python-engineio-4.3.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{7,8,9,10} ) +PYTHON_COMPAT=( python3_{7,8,9,10} pypy3 ) inherit distutils-r1 diff --git a/dev-python/python-engineio/python-engineio-4.3.2-r2.ebuild b/dev-python/python-engineio/python-engineio-4.3.2-r2.ebuild index 5ab078a534fa..4334aa213fc4 100644 --- a/dev-python/python-engineio/python-engineio-4.3.2-r2.ebuild +++ b/dev-python/python-engineio/python-engineio-4.3.2-r2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{7,8,9,10} ) +PYTHON_COMPAT=( python3_{7,8,9,10} pypy3 ) inherit distutils-r1 DESCRIPTION="Python implementation of the Engine.IO realtime server" diff --git a/dev-python/python-engineio/python-engineio-4.3.2.ebuild b/dev-python/python-engineio/python-engineio-4.3.2.ebuild index 42ef92465b2f..5585c55bfa9e 100644 --- a/dev-python/python-engineio/python-engineio-4.3.2.ebuild +++ b/dev-python/python-engineio/python-engineio-4.3.2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{7,8,9,10} ) +PYTHON_COMPAT=( python3_{7,8,9,10} pypy3 ) inherit distutils-r1 DESCRIPTION="Python implementation of the Engine.IO realtime server" |
