summaryrefslogtreecommitdiff
path: root/dev-python/jschema_to_python
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/jschema_to_python
parent07c1e2fbaa2f7d2cad4c16a747cebcf7ae7a6724 (diff)
gentoo auto-resync : 14:01:2023 - 17:52:11
Diffstat (limited to 'dev-python/jschema_to_python')
-rw-r--r--dev-python/jschema_to_python/Manifest2
-rw-r--r--dev-python/jschema_to_python/jschema_to_python-1.2.3-r1.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/jschema_to_python/Manifest b/dev-python/jschema_to_python/Manifest
index 476a87200fed..dc4763550d3a 100644
--- a/dev-python/jschema_to_python/Manifest
+++ b/dev-python/jschema_to_python/Manifest
@@ -1,3 +1,3 @@
DIST jschema_to_python-1.2.3.tar.gz 10061 BLAKE2B e6d16ce5950cf787bc2073c5470c304f8d10bf97fdcc53f4ec2dd00f7cc5d6ec1308ef0813ef3eaf5b98a5cd018b43f3ca30abba441c5b1cb9a02783aa596f22 SHA512 e7e37612573e2f5cf96df6fe7206ecf31c83993e40877b0587df2a42ef2f2ae192e4f8442d40cdfb728c27fca880ae5bb427935fa7b0bbd9fadbb9a643c3c1f0
-EBUILD jschema_to_python-1.2.3-r1.ebuild 701 BLAKE2B f09372a25e12bf87726972ca90447e5fd0c9afff9c32d7e1456db23b7cf3aad9d626b263baf78533fb2c9e0d8ab4799c042074b7494367d6da3b129fa0f532e8 SHA512 864d3909220cbab77fdd94427e3572fb8c5dc0ce0676bc04037746a60fed07560313fc876a119c9388fbecf5ddbf46fe4930cd6a10eed7e977bc6d49d6cc0ebb
+EBUILD jschema_to_python-1.2.3-r1.ebuild 701 BLAKE2B 2d13172f5448736ffd671d026c38a0035298bedffa3662132654a968169cfa4f6f2804ffe4b344bba30ab8889af2ff2b4fa2462b255420c792784421afce2b3a SHA512 05c71dc0dc73d4cdb9143f7f9071f6fc4eb91fbcf865e21eb96302c0f5b2f61149e993393cc2b127cfeede2c7c0e1ae6cccd70b7aaf6db9e0bde85f12274d06f
MISC metadata.xml 390 BLAKE2B a58571973b73ec3b26585f7c5cb74b154641c233c69c98994f2681b095201b65720db0a261239997ed820a0a2320c541ef4afadf37ea37cb29eb1f201c7a4973 SHA512 8daf722689f93c63525df31433a257bf2cd6b0be36e15ecf2fe71aadbbdf1d772b1be7f96b6c9d03f1db8d035c514a99ec7ed4e3e1790216b6b7755d991883c9
diff --git a/dev-python/jschema_to_python/jschema_to_python-1.2.3-r1.ebuild b/dev-python/jschema_to_python/jschema_to_python-1.2.3-r1.ebuild
index efdc38e0883a..9f4da0ad1b32 100644
--- a/dev-python/jschema_to_python/jschema_to_python-1.2.3-r1.ebuild
+++ b/dev-python/jschema_to_python/jschema_to_python-1.2.3-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2021-2022 Gentoo Authors
+# Copyright 2021-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_COMPAT=( python3_{9..11} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1