summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-17 12:42:13 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-17 12:51:29 +0200
commita89a48ca92433f00eec31f011e5fab804688e7ce (patch)
treecc0dbdf6b0ef6ec0f379953d0a13073174c103b0 /dev-python/xmltodict
parentdev-python/dnspython: Enable py3.13 (diff)
downloadgentoo-a89a48ca92433f00eec31f011e5fab804688e7ce.tar.gz
gentoo-a89a48ca92433f00eec31f011e5fab804688e7ce.tar.bz2
gentoo-a89a48ca92433f00eec31f011e5fab804688e7ce.zip
dev-python/xmltodict: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/xmltodict')
-rw-r--r--dev-python/xmltodict/xmltodict-0.13.0-r1.ebuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/dev-python/xmltodict/xmltodict-0.13.0-r1.ebuild b/dev-python/xmltodict/xmltodict-0.13.0-r1.ebuild
index c21ed017a094..b6ae73d6b21e 100644
--- a/dev-python/xmltodict/xmltodict-0.13.0-r1.ebuild
+++ b/dev-python/xmltodict/xmltodict-0.13.0-r1.ebuild
@@ -1,16 +1,18 @@
-# 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_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Makes working with XML feel like you are working with JSON"
-HOMEPAGE="https://github.com/martinblech/xmltodict/
- https://pypi.org/project/xmltodict/"
+HOMEPAGE="
+ https://github.com/martinblech/xmltodict/
+ https://pypi.org/project/xmltodict/
+"
LICENSE="MIT"
SLOT="0"