summaryrefslogtreecommitdiff
path: root/dev-python/tabulate
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/tabulate
parent07c1e2fbaa2f7d2cad4c16a747cebcf7ae7a6724 (diff)
gentoo auto-resync : 14:01:2023 - 17:52:11
Diffstat (limited to 'dev-python/tabulate')
-rw-r--r--dev-python/tabulate/Manifest2
-rw-r--r--dev-python/tabulate/tabulate-0.9.0.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/tabulate/Manifest b/dev-python/tabulate/Manifest
index 3d0072d17a8a..8ed7f645c788 100644
--- a/dev-python/tabulate/Manifest
+++ b/dev-python/tabulate/Manifest
@@ -1,3 +1,3 @@
DIST python-tabulate-0.9.0.gh.tar.gz 59342 BLAKE2B dc101ab8d1411196619c3d77dd83c84e48f31e148ec3878c2b844a1e26ea1187cc948cfb1eb740d61a667d6b669806a5288c397ea7fcbd59685fedaa9bd0bd2e SHA512 26b0f079f1aca48578883147cb1a2e30e96e0bb85d5af3b72b26eba5f73cea41cf1a0686f666487c8374f95ca0412703168e480c947f1567e6408f941756498b
-EBUILD tabulate-0.9.0.ebuild 1332 BLAKE2B 2d83659a91876ffecd8f8aed4bfd6ccac5e1eea61bf97c8f0372faeb8e2eb2819020112576a1cfb6b294457338efe4a74edc947d92e3f225876e42b5339e5a32 SHA512 f822cc919e9ad3c43e04122f1a7895d83f848f4f1ecfb28feb1af4ee31da0c4e060788b77620d8bc7be6357dc702a39f7e9593b8f6046adb41ec5370825ac9e7
+EBUILD tabulate-0.9.0.ebuild 1332 BLAKE2B bd7dcd2d71af9891c7f5bb584a57c999b2b7c9f3876a383f3d513f1154dd46cc6eb3bb6ec2ea5e5065fb1be3737518382ccd0bcf6db8bd60acda6ec428670467 SHA512 507dbddab38386f09fbc59247893cfbd9f85689ce33d7193ad671c0bd75742bb5bc210224cc03eac060db873503545978f68661a5a232e313eca569214898376
MISC metadata.xml 399 BLAKE2B b92bc308afead78cb604ddc6bc288fb28ed5a2a523c890270ee87eb5bfee21133748c5861829bafcc8a7b3401b430dff84dd99264ebf3e7ea74342f99ee8cfc5 SHA512 2d8c4dca9558e5a5d6413a6bd5e2cd6e15d1d0d447e6c692af84c8575be899f3d78246782e6c908a626326662aaffde56b2c3f96f4e9cfa0473c976109e3dcac
diff --git a/dev-python/tabulate/tabulate-0.9.0.ebuild b/dev-python/tabulate/tabulate-0.9.0.ebuild
index d59ee32130bd..26f8a7898049 100644
--- a/dev-python/tabulate/tabulate-0.9.0.ebuild
+++ b/dev-python/tabulate/tabulate-0.9.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} pypy3 )
+PYTHON_COMPAT=( python3_{9..11} pypy3 )
inherit distutils-r1