1 # Maintainer: George Rawlinson <grawlinson@archlinux.org>
2 # Contributor: Guillaume Horel <guillaume.horel@gmail.com>
7 pkgdesc='PostgreSQL database adapter for Python'
9 url='https://www.psycopg.org/psycopg3/'
11 depends=('python' 'postgresql-libs')
19 checkdepends=('python-pytest' 'python-pytest-asyncio')
20 _commit='b98f35a06397e3cb8d35e210738b9a49c9496e67'
21 source=("$pkgname::git+https://github.com/psycopg/psycopg.git#commit=$_commit")
27 git describe --tags | sed 's/^v//'
33 python -m build --wheel --no-isolation
39 python -m installer --destdir="$pkgdir" dist/*.whl