summaryrefslogtreecommitdiff
path: root/dev-python/psycopg
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-02-25 18:53:14 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-02-25 18:53:14 +0000
commitb77d22afc76b0450bdb9a15c65eae4a4e954cb36 (patch)
tree621dc3d3f4a1c71bfbaf25bf2ba2ea3f016ce13c /dev-python/psycopg
parent18336a373df542f72268fe92d76d1c820bd7ec47 (diff)
downloadbaldeagleos-repo-b77d22afc76b0450bdb9a15c65eae4a4e954cb36.tar.gz
baldeagleos-repo-b77d22afc76b0450bdb9a15c65eae4a4e954cb36.tar.xz
baldeagleos-repo-b77d22afc76b0450bdb9a15c65eae4a4e954cb36.zip
Adding metadata
Diffstat (limited to 'dev-python/psycopg')
-rw-r--r--dev-python/psycopg/psycopg-3.2.4.ebuild10
-rw-r--r--dev-python/psycopg/psycopg-3.2.5.ebuild10
2 files changed, 2 insertions, 18 deletions
diff --git a/dev-python/psycopg/psycopg-3.2.4.ebuild b/dev-python/psycopg/psycopg-3.2.4.ebuild
index 92df4256b81e..24cf3e2969b7 100644
--- a/dev-python/psycopg/psycopg-3.2.4.ebuild
+++ b/dev-python/psycopg/psycopg-3.2.4.ebuild
@@ -7,7 +7,7 @@ DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 )
-inherit distutils-r1 flag-o-matic
+inherit distutils-r1
DESCRIPTION="PostgreSQL database adapter for Python"
HOMEPAGE="
@@ -54,14 +54,6 @@ BDEPEND="
distutils_enable_tests pytest
python_compile() {
- # -Werror=strict-aliasing
- # https://bugs.gentoo.org/935401
- # https://github.com/psycopg/psycopg/issues/867
- #
- # Do not trust with LTO either.
- append-flags -fno-strict-aliasing
- filter-lto
-
# Python code + ctypes backend
cd psycopg || die
distutils-r1_python_compile
diff --git a/dev-python/psycopg/psycopg-3.2.5.ebuild b/dev-python/psycopg/psycopg-3.2.5.ebuild
index 6502f9a622b2..0f3d4be43735 100644
--- a/dev-python/psycopg/psycopg-3.2.5.ebuild
+++ b/dev-python/psycopg/psycopg-3.2.5.ebuild
@@ -7,7 +7,7 @@ DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 )
-inherit distutils-r1 flag-o-matic
+inherit distutils-r1
DESCRIPTION="PostgreSQL database adapter for Python"
HOMEPAGE="
@@ -54,14 +54,6 @@ BDEPEND="
distutils_enable_tests pytest
python_compile() {
- # -Werror=strict-aliasing
- # https://bugs.gentoo.org/935401
- # https://github.com/psycopg/psycopg/issues/867
- #
- # Do not trust with LTO either.
- append-flags -fno-strict-aliasing
- filter-lto
-
# Python code + ctypes backend
cd psycopg || die
distutils-r1_python_compile