mail-filter/courier-pythonfilter: enable py3.12

Remove unneeded IUSE var.

Closes: https://bugs.gentoo.org/929607
Signed-off-by: Hanno Böck <hanno@gentoo.org>
This commit is contained in:
Hanno Böck
2024-04-26 21:46:41 +02:00
parent b150466d0b
commit 27a4f22663

View File

@@ -1,8 +1,8 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9,10,11} )
PYTHON_COMPAT=( python3_{9,10,11,12} )
PYPI_NO_NORMALIZE=1
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
@@ -13,6 +13,5 @@ HOMEPAGE="https://pypi.org/project/courier-pythonfilter/"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64"
IUSE=""
DEPEND="mail-mta/courier"