commit: bed1686af5214e6fdabf02202204c6c6662565e7 Author: Patrick Lauer <patrick <AT> gentoo <DOT> org> AuthorDate: Sat Apr 5 06:28:13 2025 +0000 Commit: Patrick Lauer <patrick <AT> gentoo <DOT> org> CommitDate: Sat Apr 5 06:28:35 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bed1686a
dev-db/pgxnclient: Support py 3.13 Also upgrade to eapi 8 Closes: https://bugs.gentoo.org/952285 Signed-off-by: Patrick Lauer <patrick <AT> gentoo.org> .../{pgxnclient-1.3.2.ebuild => pgxnclient-1.3.2-r1.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-db/pgxnclient/pgxnclient-1.3.2.ebuild b/dev-db/pgxnclient/pgxnclient-1.3.2-r1.ebuild similarity index 90% rename from dev-db/pgxnclient/pgxnclient-1.3.2.ebuild rename to dev-db/pgxnclient/pgxnclient-1.3.2-r1.ebuild index fb552f7a8dcc..cf35896c4cb4 100644 --- a/dev-db/pgxnclient/pgxnclient-1.3.2.ebuild +++ b/dev-db/pgxnclient/pgxnclient-1.3.2-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{9..13} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi
