diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-11-09 14:51:06 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-11-09 15:01:25 +0100 |
commit | dc40bac7422676be8e71923a61c8267287376fcd (patch) | |
tree | 36ff1a47e8376fd82d5adfb47ca1d5e4322cc2a7 /dev-python/jsonschema | |
parent | dev-python/importlib_resources: Remove stale pypy3.7 deps (diff) | |
download | gentoo-dc40bac7422676be8e71923a61c8267287376fcd.tar.gz gentoo-dc40bac7422676be8e71923a61c8267287376fcd.tar.bz2 gentoo-dc40bac7422676be8e71923a61c8267287376fcd.zip |
dev-python/jsonschema: Remove stale pypy3.7 deps
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jsonschema')
-rw-r--r-- | dev-python/jsonschema/jsonschema-3.2.0-r1.ebuild (renamed from dev-python/jsonschema/jsonschema-3.2.0.ebuild) | 3 | ||||
-rw-r--r-- | dev-python/jsonschema/jsonschema-4.1.2-r1.ebuild (renamed from dev-python/jsonschema/jsonschema-4.1.2.ebuild) | 3 | ||||
-rw-r--r-- | dev-python/jsonschema/jsonschema-4.2.1-r1.ebuild (renamed from dev-python/jsonschema/jsonschema-4.2.1.ebuild) | 3 |
3 files changed, 0 insertions, 9 deletions
diff --git a/dev-python/jsonschema/jsonschema-3.2.0.ebuild b/dev-python/jsonschema/jsonschema-3.2.0-r1.ebuild index 951511662f0a..a1a69cca3a4a 100644 --- a/dev-python/jsonschema/jsonschema-3.2.0.ebuild +++ b/dev-python/jsonschema/jsonschema-3.2.0-r1.ebuild @@ -20,9 +20,6 @@ BDEPEND=" dev-python/attrs[${PYTHON_USEDEP}] dev-python/pyrsistent[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] - $(python_gen_cond_dep ' - dev-python/importlib_metadata[${PYTHON_USEDEP}] - ' pypy3) test? ( dev-python/twisted[${PYTHON_USEDEP}] ) " diff --git a/dev-python/jsonschema/jsonschema-4.1.2.ebuild b/dev-python/jsonschema/jsonschema-4.1.2-r1.ebuild index ab8585e5e79a..b3b546bb0360 100644 --- a/dev-python/jsonschema/jsonschema-4.1.2.ebuild +++ b/dev-python/jsonschema/jsonschema-4.1.2-r1.ebuild @@ -18,9 +18,6 @@ KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~s390 sparc x86" RDEPEND=" dev-python/attrs[${PYTHON_USEDEP}] >=dev-python/pyrsistent-0.18.0[${PYTHON_USEDEP}] - $(python_gen_cond_dep ' - dev-python/importlib_metadata[${PYTHON_USEDEP}] - ' pypy3) " # formatter deps diff --git a/dev-python/jsonschema/jsonschema-4.2.1.ebuild b/dev-python/jsonschema/jsonschema-4.2.1-r1.ebuild index ff7d016261dd..9e07327dcc79 100644 --- a/dev-python/jsonschema/jsonschema-4.2.1.ebuild +++ b/dev-python/jsonschema/jsonschema-4.2.1-r1.ebuild @@ -19,9 +19,6 @@ RDEPEND=" dev-python/attrs[${PYTHON_USEDEP}] >=dev-python/pyrsistent-0.18.0[${PYTHON_USEDEP}] $(python_gen_cond_dep ' - dev-python/importlib_metadata[${PYTHON_USEDEP}] - ' pypy3) - $(python_gen_cond_dep ' >=dev-python/importlib_resources-1.4.0[${PYTHON_USEDEP}] ' pypy3 python3_8) " |