dev-python/titlecase: Update to python 3.10

This commit is contained in:
nemunaire 2022-07-27 12:18:26 +02:00
parent 96f37804c6
commit ef4e4bb20e
2 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,2 @@
DIST titlecase-2.0.0.tar.gz 12257 BLAKE2B 263bcaf075e8329615451c7fcf3e69b7f8a34bd89659df61945f3a08e40210f07d0d86e816a99044893cc05393efcdc3659523ad168ab8cd2f39041d48054b01 SHA512 adab17821c230d9d864f1a3e631a294712423345f40350fd77e24e19b8623fd76da762cdcdb5c01f5375c50f207a889202666752c8ffd3720934b181d7e8c40d
EBUILD titlecase-2.0.0.ebuild 435 BLAKE2B dd5a1bd4059061d993260297029e5f0cb2c2a41bbb5735e7afa4b35f5ec57c80e1365860ec94ec40150dbb91658606677516b7db64bbd74f0e7c5367c5a8ca13 SHA512 dc587af7efa9f5f7b0a1d011f032faaf7add87bc68597cc383367bf3987ba42019876c4fdc07035a214cec6d9926e4131f91a4e66c90b25242a6a870db6f3508
EBUILD titlecase-2.0.0.ebuild 441 BLAKE2B fe06fc39bd983207521a8dd6240aeb5aa276ffd6e764be9ca48f6513bfa142b0a5ad3a992b2515188df227f67019a3141149d90027687ee95c13db76915142c7 SHA512 9f9c58332dfb986c5722f4f231bd3504f41db6052d6c401adff14b8bba0975ce2ae67ed8874f583d58444e021f27f540851a53e67dd2c79e4652af60f0550861

View File

@ -1,9 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{6,7,8,9} )
PYTHON_COMPAT=( python3_{6,7,8,9,10,11} )
inherit distutils-r1