[arch-commits] Commit in python-psycopg/repos/community-x86_64 (PKGBUILD PKGBUILD)

George Rawlinson grawlinson at gemini.archlinux.org
Wed Aug 31 01:54:00 UTC 2022


    Date: Wednesday, August 31, 2022 @ 01:53:59
  Author: grawlinson
Revision: 1289099

archrelease: copy trunk to community-x86_64

Added:
  python-psycopg/repos/community-x86_64/PKGBUILD
    (from rev 1289098, python-psycopg/trunk/PKGBUILD)
Deleted:
  python-psycopg/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  100 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-31 01:53:09 UTC (rev 1289098)
+++ PKGBUILD	2022-08-31 01:53:59 UTC (rev 1289099)
@@ -1,50 +0,0 @@
-# Maintainer: George Rawlinson <grawlinson at archlinux.org>
-# Contributor: Guillaume Horel <guillaume.horel at gmail.com>
-
-pkgname=python-psycopg
-pkgver=3.0.16
-pkgrel=1
-pkgdesc='PostgreSQL database adapter for Python'
-arch=('x86_64')
-url='https://www.psycopg.org/psycopg3/'
-license=('LGPL3')
-depends=('python' 'postgresql-libs')
-makedepends=(
-  'git'
-  'cython'
-  'python-setuptools'
-  'python-wheel'
-  'python-pip'
-)
-checkdepends=('python-pytest' 'python-pytest-asyncio')
-_commit='6c118f09d57510fd8299c852f7390bbc28f1d819'
-source=("$pkgname::git+https://github.com/psycopg/psycopg.git#commit=$_commit")
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags | sed 's/^v//'
-}
-
-prepare() {
-  cd "$pkgname"
-}
-
-build(){
-  cd "$pkgname"
-
-  for subpackage in psycopg psycopg_c
-  do
-    python "$subpackage/setup.py" build
-  done
-}
-
-package(){
-  cd "$pkgname"
-
-  for subpackage in psycopg psycopg_c
-  do
-    python "$subpackage/setup.py" install --root="$pkgdir" --optimize=1 --skip-build
-  done
-}

Copied: python-psycopg/repos/community-x86_64/PKGBUILD (from rev 1289098, python-psycopg/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-31 01:53:59 UTC (rev 1289099)
@@ -0,0 +1,50 @@
+# Maintainer: George Rawlinson <grawlinson at archlinux.org>
+# Contributor: Guillaume Horel <guillaume.horel at gmail.com>
+
+pkgname=python-psycopg
+pkgver=3.1
+pkgrel=1
+pkgdesc='PostgreSQL database adapter for Python'
+arch=('x86_64')
+url='https://www.psycopg.org/psycopg3/'
+license=('LGPL3')
+depends=('python' 'postgresql-libs')
+makedepends=(
+  'git'
+  'cython'
+  'python-setuptools'
+  'python-wheel'
+  'python-pip'
+)
+checkdepends=('python-pytest' 'python-pytest-asyncio')
+_commit='d8ede0ff2920a9a08ceed07ae4b07a05db903135'
+source=("$pkgname::git+https://github.com/psycopg/psycopg.git#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  cd "$pkgname"
+}
+
+build(){
+  cd "$pkgname"
+
+  for subpackage in psycopg psycopg_c
+  do
+    python "$subpackage/setup.py" build
+  done
+}
+
+package(){
+  cd "$pkgname"
+
+  for subpackage in psycopg psycopg_c
+  do
+    python "$subpackage/setup.py" install --root="$pkgdir" --optimize=1 --skip-build
+  done
+}



More information about the arch-commits mailing list