Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-psycopg2
Commits:
2cfb4776 by Antonio Rojas at 2024-11-19T08:35:22+01:00
upgpkg: 2.9.9-3: Python 3.13 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-psycopg2
pkgdesc = A PostgreSQL database adapter for the Python programming
language.
pkgver = 2.9.9
- pkgrel = 2
+ pkgrel = 3
url = https://www.psycopg.org/
arch = x86_64
license = LGPL-3.0-or-later
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
pkgname=python-psycopg2
pkgver=2.9.9
-pkgrel=2
+pkgrel=3
pkgdesc="A PostgreSQL database adapter for the Python programming language."
arch=('x86_64')
url="https://www.psycopg.org/"
@@ -18,6 +18,7 @@
b2sums=('0bf4c9e7b07915c52b7581d02c100ca1539b63ce46ec92cc299d4998112f6146a45a7c5
build(){
cd "psycopg2-${pkgver}"
sed -i 's/,PSYCOPG_DEBUG$//' setup.cfg
+ CFLAGS+=" -Wno-implicit-function-declaration" \
python -m build --wheel --no-isolation
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-psycopg2/-/commit/2cfb477633927b1577f826d08cef87437bf60b8f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-psycopg2/-/commit/2cfb477633927b1577f826d08cef87437bf60b8f
You're receiving this email because of your account on gitlab.archlinux.org.