dev-python/untangle: remove python2.7 compat

This commit is contained in:
nemunaire 2021-01-20 00:02:52 +01:00
parent 1e72e555a7
commit 10a1cbb5d7
2 changed files with 4 additions and 4 deletions

View File

@ -1,2 +1,2 @@
DIST untangle-1.1.1.tar.gz 3089 BLAKE2B d8b8ffe1adb2acbcdcde8e6f67231315b9f318c9e8e1496dfa23b0ac6dd68651e75e2d2e67f6d7d521002ad6b0e9c4cc30c155685b9df60b6b223d137add0632 SHA512 252c3d0ed8d004660adad8f37a179a4d1b2b46e9d7127aee59b596eac3f65684a7a8b5b881bec97ddaf5470aa678df407b903209eaa069a40f53dc2dde9a94b2
EBUILD untangle-1.1.1.ebuild 421 BLAKE2B be15d8bd27e7f6f623ada8d9b3aee90595fee56fd56cbe257a431d93e934c63e0ce352da09812ce2fff33e70163c323115e2bb82d3f96353b1d2ec096b2c9d86 SHA512 97048c6a6006a3daf6536a91376f0f984ab22ec67603c54c1e71bc14d5c7e7ae6898fffebced22253a2d6f1c01750a136f07d34ad132361207c68f9a78472d48
EBUILD untangle-1.1.1.ebuild 403 BLAKE2B e652495be032f4a1f0199d5be4ac84c58dcca789849a7695a5f1a0f81b77a72580d0b8846031c177dfd2c2864a738b804b35e88834bd7accb4ee267b6d21cad8 SHA512 86cd8e576e2d475d81460f7a212fa7b934166dda667ff0b337544b4ac136b30858b45bf3e77b09c2cc6779b42a62e604e0484ae520659cfd2b386b5613aa2409

View File

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