aboutsummaryrefslogtreecommitdiffstats
path: root/net-irc/quarg/quarg-1.0.0-r1.ebuild
diff options
context:
space:
mode:
authorWolfgang Müller2024-09-26 12:36:07 +0200
committerWolfgang Müller2024-09-26 12:36:07 +0200
commit42e9a4d44f40166358bc1f06f026db99f8b8bd8a (patch)
tree41d1ab31c267e4f9ef2b6acca57afe4233497abb /net-irc/quarg/quarg-1.0.0-r1.ebuild
parente02f4a1f01314272c0effbf98243dc6d7b6f6fab (diff)
downloadpramantha-42e9a4d44f40166358bc1f06f026db99f8b8bd8a.tar.gz
net-irc/quarg: enable py3.13
Diffstat (limited to '')
-rw-r--r--net-irc/quarg/quarg-1.0.0-r1.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/net-irc/quarg/quarg-1.0.0-r1.ebuild b/net-irc/quarg/quarg-1.0.0-r1.ebuild
index 1bef5ee..3cca275 100644
--- a/net-irc/quarg/quarg-1.0.0-r1.ebuild
+++ b/net-irc/quarg/quarg-1.0.0-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{11,12} )
+PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=poetry
VERIFY_SIG_METHOD="signify"
@@ -18,13 +18,13 @@ SRC_URI="
-> ${P}.sha.sig
)
"
-KEYWORDS="amd64 x86"
-
-RESTRICT="mirror test"
LICENSE="MIT"
SLOT="0"
+KEYWORDS="amd64 x86"
+
IUSE="sqlite postgres"
+RESTRICT="mirror test"
RDEPEND="${PYTHON_DEPS}
dev-python/python-dateutil[${PYTHON_USEDEP}]