summaryrefslogtreecommitdiff
path: root/dev-python/editables
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-01-14 17:52:12 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-01-14 17:52:12 +0000
commita90c84e720803f3d26c0ade8f1f1e405ca97502a (patch)
treef788ea0972d51c66823825021dd83427e1d466c4 /dev-python/editables
parent07c1e2fbaa2f7d2cad4c16a747cebcf7ae7a6724 (diff)
gentoo auto-resync : 14:01:2023 - 17:52:11
Diffstat (limited to 'dev-python/editables')
-rw-r--r--dev-python/editables/Manifest2
-rw-r--r--dev-python/editables/editables-0.3.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/editables/Manifest b/dev-python/editables/Manifest
index a6bda24e4329..c609a742087d 100644
--- a/dev-python/editables/Manifest
+++ b/dev-python/editables/Manifest
@@ -1,3 +1,3 @@
DIST editables-0.3.gh.tar.gz 12493 BLAKE2B 95e05e7553efa4856ee5bde2c18a2566f1e65318bfc46c8ecd732f4d6b42f10ce54cc3aecc4d53bcfc627e6938c4155d48a39ced5f64395dbafb9187cb009e4f SHA512 493f20d1e6b39f8ed6668adc208723d447a31ae3c3087f7db9a9a0de617958e8afebd3b3a1836638f749fb0ec911e51256b727deb4c0ce08327356238df0a3f3
-EBUILD editables-0.3.ebuild 590 BLAKE2B 9d3b7b4fb4b83cafc3a89b1f3b8be75170d24bc5271e53814fa268c4e4d9143223740dde5383a1390d6d3f50f2eda230f97e42206545d046fd53921543720701 SHA512 ce121961b2e01df1e14d9200d3596808fc7bdd91f79d9b36c375e419b998f27732592b0d891eb32de4eef7e6f0bc3ec9b5c8e79d91b8b77a7503fab091759288
+EBUILD editables-0.3.ebuild 595 BLAKE2B 6a3d1e6b785f290288a36185b498cb529bebb8763fb55868ae4fbedf561ea6487ff16e3304b937a3a34f14038c365c285693cd23a0f121d4bdd6769c0a2f9569 SHA512 16f72a1dca5a5d780925417072ab5dedd71b74eeb87fbb352c5a5d82257cf5fe825fff4da5ee8d373436112645bf8668a4cd5bf25e0fb0ac267254f0e860bf8d
MISC metadata.xml 348 BLAKE2B 6f17488b4dc6b5892f0826c49a22220cb85a739b7a9f85542af4c085d20322b3b38110c030471a96af9cbfeffe19061382ecaf506dddd394e3c2dd9304b1f8db SHA512 4f8cb5b90c329f8ba3bd9dee1c8195b96798a5d5106b870950aaf1597c8ea47b21a935de1b3af114015fde6c416db0883e4d039d90c5afccdd7346cdbc75a288
diff --git a/dev-python/editables/editables-0.3.ebuild b/dev-python/editables/editables-0.3.ebuild
index 74f78fae3d13..a41f2e806150 100644
--- a/dev-python/editables/editables-0.3.ebuild
+++ b/dev-python/editables/editables-0.3.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{8..11} )
+PYTHON_COMPAT=( pypy3 python3_{9..11} )
inherit distutils-r1