Date: Saturday, May 13, 2023 @ 04:17:27
  Author: grawlinson
Revision: 1460152

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-13 04:16:42 UTC (rev 1460151)
+++ PKGBUILD    2023-05-13 04:17:27 UTC (rev 1460152)
@@ -1,40 +0,0 @@
-# Maintainer: George Rawlinson <[email protected]>
-# Contributor: Guillaume Horel <[email protected]>
-
-pkgname=python-psycopg
-pkgver=3.1.8
-pkgrel=2
-pkgdesc='PostgreSQL database adapter for Python'
-arch=('any')
-url='https://www.psycopg.org/psycopg3/'
-license=('LGPL3')
-depends=('python' 'postgresql-libs')
-makedepends=(
-  'git'
-  'python-build'
-  'python-installer'
-  'python-wheel'
-  'python-setuptools'
-)
-checkdepends=('python-pytest' 'python-pytest-asyncio')
-_commit='1ec7ed57f3c13a7bce3b817168325b30dbc35e6b'
-source=("$pkgname::git+https://github.com/psycopg/psycopg.git#commit=$_commit";)
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags | sed 's/^v//'
-}
-
-build(){
-  cd "$pkgname/psycopg"
-
-  python -m build --wheel --no-isolation
-}
-
-package(){
-  cd "$pkgname/psycopg"
-
-  python -m installer --destdir="$pkgdir" dist/*.whl 
-}

Copied: python-psycopg/repos/community-any/PKGBUILD (from rev 1460151, 
python-psycopg/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-05-13 04:17:27 UTC (rev 1460152)
@@ -0,0 +1,40 @@
+# Maintainer: George Rawlinson <[email protected]>
+# Contributor: Guillaume Horel <[email protected]>
+
+pkgname=python-psycopg
+pkgver=3.1.9
+pkgrel=1
+pkgdesc='PostgreSQL database adapter for Python'
+arch=('any')
+url='https://www.psycopg.org/psycopg3/'
+license=('LGPL3')
+depends=('python' 'postgresql-libs')
+makedepends=(
+  'git'
+  'python-build'
+  'python-installer'
+  'python-wheel'
+  'python-setuptools'
+)
+checkdepends=('python-pytest' 'python-pytest-asyncio')
+_commit='b98f35a06397e3cb8d35e210738b9a49c9496e67'
+source=("$pkgname::git+https://github.com/psycopg/psycopg.git#commit=$_commit";)
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed 's/^v//'
+}
+
+build(){
+  cd "$pkgname/psycopg"
+
+  python -m build --wheel --no-isolation
+}
+
+package(){
+  cd "$pkgname/psycopg"
+
+  python -m installer --destdir="$pkgdir" dist/*.whl 
+}

Reply via email to