Date: Tuesday, November 22, 2022 @ 21:04:05
  Author: grawlinson
Revision: 1351889

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-22 21:03:29 UTC (rev 1351888)
+++ PKGBUILD    2022-11-22 21:04:05 UTC (rev 1351889)
@@ -1,35 +0,0 @@
-# Maintainer: George Rawlinson <[email protected]>
-# Contributor: Guillaume Horel <[email protected]>
-
-pkgname=python-psycopg-pool
-# source is shared with python-psycopg package, hence the weird naming
-_pkgname=python-psycopg
-pkgver=3.1.3
-pkgrel=1
-pkgdesc='Connection pool for psycopg'
-arch=('any')
-url='https://www.psycopg.org/psycopg3/'
-license=('LGPL3')
-depends=('python' 'python-psycopg')
-makedepends=('git' 'python-setuptools')
-_commit='080d0a75c0cd40c3f2a8abb4bea537fb1b2413de'
-source=("$_pkgname::git+https://github.com/psycopg/psycopg.git#commit=$_commit";)
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$_pkgname"
-
-  git describe --tags | sed 's/^pool-//'
-}
-
-build(){
-  cd "$_pkgname/psycopg_pool"
-
-  python setup.py build
-}
-
-package(){
-  cd "$_pkgname/psycopg_pool"
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-psycopg-pool/repos/community-any/PKGBUILD (from rev 1351888, 
python-psycopg-pool/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-11-22 21:04:05 UTC (rev 1351889)
@@ -0,0 +1,35 @@
+# Maintainer: George Rawlinson <[email protected]>
+# Contributor: Guillaume Horel <[email protected]>
+
+pkgname=python-psycopg-pool
+# source is shared with python-psycopg package, hence the weird naming
+_pkgname=python-psycopg
+pkgver=3.1.4
+pkgrel=1
+pkgdesc='Connection pool for psycopg'
+arch=('any')
+url='https://www.psycopg.org/psycopg3/'
+license=('LGPL3')
+depends=('python' 'python-psycopg')
+makedepends=('git' 'python-setuptools')
+_commit='8892e35409791a9318744be0965c4cea956b3fa6'
+source=("$_pkgname::git+https://github.com/psycopg/psycopg.git#commit=$_commit";)
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$_pkgname"
+
+  git describe --tags | sed 's/^pool-//'
+}
+
+build(){
+  cd "$_pkgname/psycopg_pool"
+
+  python setup.py build
+}
+
+package(){
+  cd "$_pkgname/psycopg_pool"
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}

Reply via email to