commit: 53ed3191d330cafd877a7df2e16e5d48480a21a2
Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Sun May 28 07:01:50 2023 +0000
Commit: 罗百科 <patrick <AT> gentoo <DOT> org>
CommitDate: Sun May 28 07:02:09 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53ed3191
dev-db/postgresql: enable py3.12
Signed-off-by: Patrick Lauer <patrick <AT> gentoo.org>
dev-db/postgresql/postgresql-11.19.ebuild | 2 +-
dev-db/postgresql/postgresql-11.20.ebuild | 2 +-
dev-db/postgresql/postgresql-12.14.ebuild | 2 +-
dev-db/postgresql/postgresql-12.15.ebuild | 2 +-
dev-db/postgresql/postgresql-13.10.ebuild | 2 +-
dev-db/postgresql/postgresql-13.11.ebuild | 2 +-
dev-db/postgresql/postgresql-14.7.ebuild | 2 +-
dev-db/postgresql/postgresql-14.8.ebuild | 2 +-
dev-db/postgresql/postgresql-15.2.ebuild | 2 +-
dev-db/postgresql/postgresql-15.3.ebuild | 2 +-
dev-db/postgresql/postgresql-16_beta1.ebuild | 2 +-
dev-db/postgresql/postgresql-9999.ebuild | 4 ++--
12 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/dev-db/postgresql/postgresql-11.19.ebuild
b/dev-db/postgresql/postgresql-11.19.ebuild
index 59cb453dae62..052d6c8aee36 100644
--- a/dev-db/postgresql/postgresql-11.19.ebuild
+++ b/dev-db/postgresql/postgresql-11.19.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9,10,11} )
+PYTHON_COMPAT=( python3_{10,11,12} )
LLVM_MAX_SLOT=15
inherit flag-o-matic linux-info llvm pam python-single-r1 systemd tmpfiles
diff --git a/dev-db/postgresql/postgresql-11.20.ebuild
b/dev-db/postgresql/postgresql-11.20.ebuild
index 59cb453dae62..052d6c8aee36 100644
--- a/dev-db/postgresql/postgresql-11.20.ebuild
+++ b/dev-db/postgresql/postgresql-11.20.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9,10,11} )
+PYTHON_COMPAT=( python3_{10,11,12} )
LLVM_MAX_SLOT=15
inherit flag-o-matic linux-info llvm pam python-single-r1 systemd tmpfiles
diff --git a/dev-db/postgresql/postgresql-12.14.ebuild
b/dev-db/postgresql/postgresql-12.14.ebuild
index cf699217d4f6..b55c3b2a3cbf 100644
--- a/dev-db/postgresql/postgresql-12.14.ebuild
+++ b/dev-db/postgresql/postgresql-12.14.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9,10,11} )
+PYTHON_COMPAT=( python3_{10,11,12} )
LLVM_MAX_SLOT=15
inherit flag-o-matic linux-info llvm pam python-single-r1 systemd tmpfiles
diff --git a/dev-db/postgresql/postgresql-12.15.ebuild
b/dev-db/postgresql/postgresql-12.15.ebuild
index cf699217d4f6..b55c3b2a3cbf 100644
--- a/dev-db/postgresql/postgresql-12.15.ebuild
+++ b/dev-db/postgresql/postgresql-12.15.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9,10,11} )
+PYTHON_COMPAT=( python3_{10,11,12} )
LLVM_MAX_SLOT=15
inherit flag-o-matic linux-info llvm pam python-single-r1 systemd tmpfiles
diff --git a/dev-db/postgresql/postgresql-13.10.ebuild
b/dev-db/postgresql/postgresql-13.10.ebuild
index ad60dcca7b1a..97f75c5fa8a1 100644
--- a/dev-db/postgresql/postgresql-13.10.ebuild
+++ b/dev-db/postgresql/postgresql-13.10.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9,10,11} )
+PYTHON_COMPAT=( python3_{10,11,12} )
LLVM_MAX_SLOT=15
inherit flag-o-matic linux-info llvm pam python-single-r1 systemd tmpfiles
diff --git a/dev-db/postgresql/postgresql-13.11.ebuild
b/dev-db/postgresql/postgresql-13.11.ebuild
index ad60dcca7b1a..97f75c5fa8a1 100644
--- a/dev-db/postgresql/postgresql-13.11.ebuild
+++ b/dev-db/postgresql/postgresql-13.11.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9,10,11} )
+PYTHON_COMPAT=( python3_{10,11,12} )
LLVM_MAX_SLOT=15
inherit flag-o-matic linux-info llvm pam python-single-r1 systemd tmpfiles
diff --git a/dev-db/postgresql/postgresql-14.7.ebuild
b/dev-db/postgresql/postgresql-14.7.ebuild
index 007c46bb973e..85a0a1e068c2 100644
--- a/dev-db/postgresql/postgresql-14.7.ebuild
+++ b/dev-db/postgresql/postgresql-14.7.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9,10,11} )
+PYTHON_COMPAT=( python3_{10,11,12} )
LLVM_MAX_SLOT=15
inherit flag-o-matic linux-info llvm pam python-single-r1 systemd tmpfiles
diff --git a/dev-db/postgresql/postgresql-14.8.ebuild
b/dev-db/postgresql/postgresql-14.8.ebuild
index 007c46bb973e..85a0a1e068c2 100644
--- a/dev-db/postgresql/postgresql-14.8.ebuild
+++ b/dev-db/postgresql/postgresql-14.8.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9,10,11} )
+PYTHON_COMPAT=( python3_{10,11,12} )
LLVM_MAX_SLOT=15
inherit flag-o-matic linux-info llvm pam python-single-r1 systemd tmpfiles
diff --git a/dev-db/postgresql/postgresql-15.2.ebuild
b/dev-db/postgresql/postgresql-15.2.ebuild
index ab45bf9d3603..bb65bd3a81e7 100644
--- a/dev-db/postgresql/postgresql-15.2.ebuild
+++ b/dev-db/postgresql/postgresql-15.2.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9,10,11} )
+PYTHON_COMPAT=( python3_{10,11,12} )
LLVM_MAX_SLOT=15
inherit flag-o-matic linux-info llvm pam python-single-r1 systemd tmpfiles
diff --git a/dev-db/postgresql/postgresql-15.3.ebuild
b/dev-db/postgresql/postgresql-15.3.ebuild
index ab45bf9d3603..bb65bd3a81e7 100644
--- a/dev-db/postgresql/postgresql-15.3.ebuild
+++ b/dev-db/postgresql/postgresql-15.3.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9,10,11} )
+PYTHON_COMPAT=( python3_{10,11,12} )
LLVM_MAX_SLOT=15
inherit flag-o-matic linux-info llvm pam python-single-r1 systemd tmpfiles
diff --git a/dev-db/postgresql/postgresql-16_beta1.ebuild
b/dev-db/postgresql/postgresql-16_beta1.ebuild
index 8840f13c30d0..5571a39f0fdf 100644
--- a/dev-db/postgresql/postgresql-16_beta1.ebuild
+++ b/dev-db/postgresql/postgresql-16_beta1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9,10,11} )
+PYTHON_COMPAT=( python3_{10,11,12} )
LLVM_MAX_SLOT=15
inherit flag-o-matic linux-info llvm pam python-single-r1 systemd tmpfiles
diff --git a/dev-db/postgresql/postgresql-9999.ebuild
b/dev-db/postgresql/postgresql-9999.ebuild
index 34af349c05ac..322fa8316357 100644
--- a/dev-db/postgresql/postgresql-9999.ebuild
+++ b/dev-db/postgresql/postgresql-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9,10,11} )
+PYTHON_COMPAT=( python3_{10,11,12} )
inherit flag-o-matic git-r3 linux-info pam python-single-r1 systemd tmpfiles
@@ -17,7 +17,7 @@ LICENSE="POSTGRESQL GPL-2"
DESCRIPTION="PostgreSQL RDBMS"
HOMEPAGE="https://www.postgresql.org/"
-IUSE="debug icu kerberos ldap llvm +lz4
+IUSE="debug +icu kerberos ldap llvm +lz4
nls pam perl python +readline selinux server systemd
ssl static-libs tcl threads uuid xml zlib zstd"