summaryrefslogtreecommitdiff
path: root/dev-python/tornado
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/tornado
parent07c1e2fbaa2f7d2cad4c16a747cebcf7ae7a6724 (diff)
gentoo auto-resync : 14:01:2023 - 17:52:11
Diffstat (limited to 'dev-python/tornado')
-rw-r--r--dev-python/tornado/Manifest2
-rw-r--r--dev-python/tornado/tornado-6.2.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/tornado/Manifest b/dev-python/tornado/Manifest
index 3e6290070b03..0313be6f3cd3 100644
--- a/dev-python/tornado/Manifest
+++ b/dev-python/tornado/Manifest
@@ -1,3 +1,3 @@
DIST tornado-6.2.tar.gz 504849 BLAKE2B 18fee464e043e20dcdd5677bc3a72949140a64ce353e09a21242fcade6d8b668517553c649d65e892d9c3fabacea96903d4e42b70676a62759900abc8f4a202f SHA512 157cbeee21bef29ac68b319329e7fc57db4c68dbb5a245e2171b7a28427ebbfe16b745e3bdbdec5912caae5eaa60c3cbbf8830c9c76fec5ffdf025e234468517
-EBUILD tornado-6.2.ebuild 1729 BLAKE2B e03b29269da29e83de6e533fb4f2257855bb1f1d93ab8641a45c023bca7d95b4faed126e5ea8c0221e58448dbcb575a051002e56817fb7368ee4a6bde80beb99 SHA512 3894197e9d2baad1c80bb863e04c47d7d92d2c7d36e9218d8bd48ea89ad19b021265fa5ef6ec775b78b102b80e70c5cbc69d2f648a4c2654e53020e2eb982c07
+EBUILD tornado-6.2.ebuild 1729 BLAKE2B aeedca4442cee9454db41933148474656ba750cb86b535a018a8e46cb5107de9b99cdf6828c49bff001d57343b26fb3c52a6a9b5ad4120bb9fadf859c0fa397c SHA512 07742604cb43e028ecd21889f963681ac11321a271a1f5f4f1f0587a8ebb445f37b16f2a7786cbbfc483ff0118b41740c5d98038d333c8b5f27a34382eafbc76
MISC metadata.xml 381 BLAKE2B 96d5942b11b6364eeac2248f6e92a9e7a54094ba2b6e9ef966be4143e1fa01fa0c417027d33a71c51bb094b905b9ff79e05107e1a9debb4b1ef932ba11fd8565 SHA512 cd4db13e0c6a9cf8b3c788c53dc5ecd0dce2cf783e7b2d67dba71299d1c6a3d1dd2c2a76c0d69816ab0da4ca23f831613323c55864fd858690c605da5426bf60
diff --git a/dev-python/tornado/tornado-6.2.ebuild b/dev-python/tornado/tornado-6.2.ebuild
index eb50d15d6c03..376af573e887 100644
--- a/dev-python/tornado/tornado-6.2.ebuild
+++ b/dev-python/tornado/tornado-6.2.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} )
+PYTHON_COMPAT=( python3_{9..11} )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1