Date: Saturday, May 13, 2023 @ 04:18:23
Author: grawlinson
Revision: 1460153
archrelease: copy trunk to community-any
Added:
python-psycopg-pool/repos/community-any/PKGBUILD
(from rev 1460152, python-psycopg-pool/trunk/PKGBUILD)
Deleted:
python-psycopg-pool/repos/community-any/PKGBUILD
----------+
PKGBUILD | 82 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 41 insertions(+), 41 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-05-13 04:17:27 UTC (rev 1460152)
+++ PKGBUILD 2023-05-13 04:18:23 UTC (rev 1460153)
@@ -1,41 +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.6
-pkgrel=2
-pkgdesc='Connection pool for psycopg'
-arch=('any')
-url='https://www.psycopg.org/psycopg3/'
-license=('LGPL3')
-depends=('python' 'python-psycopg')
-makedepends=(
- 'git'
- 'python-build'
- 'python-installer'
- 'python-wheel'
- 'python-setuptools'
-)
-_commit='8bdf4fe61211183ffdd14edbbab73f333f758853'
-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 -m build --wheel --no-isolation
-}
-
-package(){
- cd "$_pkgname/psycopg_pool"
-
- python -m installer --destdir="$pkgdir" dist/*.whl
-}
Copied: python-psycopg-pool/repos/community-any/PKGBUILD (from rev 1460152,
python-psycopg-pool/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-05-13 04:18:23 UTC (rev 1460153)
@@ -0,0 +1,41 @@
+# 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.7
+pkgrel=1
+pkgdesc='Connection pool for psycopg'
+arch=('any')
+url='https://www.psycopg.org/psycopg3/'
+license=('LGPL3')
+depends=('python' 'python-psycopg')
+makedepends=(
+ 'git'
+ 'python-build'
+ 'python-installer'
+ 'python-wheel'
+ 'python-setuptools'
+)
+_commit='0b4763dfb00dbbbf6f0d81b1fc9a7ddf98c52345'
+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 -m build --wheel --no-isolation
+}
+
+package(){
+ cd "$_pkgname/psycopg_pool"
+
+ python -m installer --destdir="$pkgdir" dist/*.whl
+}