blob: 8de236a400e1c7731dadb22359a08a855c0be561 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
pkgbase = python-pytest-postgresql
pkgdesc = Test your code that relies on a running PostgreSQL Database
pkgver = 6.0.0
pkgrel = 1
url = https://github.com/ClearcodeHQ/pytest-postgresql
arch = any
license = GPL-3.0-or-later
license = LGPL-3.0-or-later
checkdepends = postgresql
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python
depends = python-mirakuru
depends = python-packaging
depends = python-port-for
depends = python-psycopg
depends = python-pytest
source = python-pytest-postgresql-6.0.0.tar.gz::https://github.com/ClearcodeHQ/pytest-postgresql/archive/v6.0.0.tar.gz
sha256sums = 2f19060f2f29ced45a761603b4dd54e4755c11f2ac81be0767005d3023bfbc38
pkgname = python-pytest-postgresql
|