diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-03-18 09:42:05 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-03-18 09:44:11 +0100 |
commit | 2397d4efe069f02fc34bea04776d7427c2aa8da8 (patch) | |
tree | 05fb6f6a01e73aff7fd03e88b4e9a71adf3a5038 /dev-python/rfc3986-validator | |
parent | dev-python/regex: Bump to 2021.3.17 (diff) | |
download | gentoo-2397d4efe069f02fc34bea04776d7427c2aa8da8.tar.gz gentoo-2397d4efe069f02fc34bea04776d7427c2aa8da8.tar.bz2 gentoo-2397d4efe069f02fc34bea04776d7427c2aa8da8.zip |
dev-python/rfc3986-validator: Remove pypy3
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/rfc3986-validator')
-rw-r--r-- | dev-python/rfc3986-validator/rfc3986-validator-0.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/rfc3986-validator/rfc3986-validator-0.1.1.ebuild b/dev-python/rfc3986-validator/rfc3986-validator-0.1.1.ebuild index 572f5f4b80bc..46d467bf672a 100644 --- a/dev-python/rfc3986-validator/rfc3986-validator-0.1.1.ebuild +++ b/dev-python/rfc3986-validator/rfc3986-validator-0.1.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} pypy3 ) +PYTHON_COMPAT=( python3_{7..9} ) inherit distutils-r1 |