blob: c73a1bc0e00348fa963609754eae0556800de441 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
pkgbase = python-pykeepass-git
pkgdesc = Low-level library to interact with keepass databases
pkgver = 3.2.1.r36.gfa6f608
pkgrel = 1
url = https://github.com/libkeepass/pykeepass
arch = any
license = GPL3
makedepends = python-setuptools
depends = python
depends = python-pycryptodome
depends = python-lxml
depends = python-dateutil
depends = python-construct
depends = python-cffi
depends = python-argon2_cffi
depends = python-markupsafe
depends = python-pycparser
provides = python-pykeepass
conflicts = python-pykeepass
source = git+https://github.com/libkeepass/pykeepass.git
sha512sums = SKIP
pkgname = python-pykeepass-git
|