mirror of
https://github.com/archlinux/aur.git
synced 2026-02-10 15:29:38 +01:00
upstream release. change to git source which includes tests and is gpg signed. add check() function with pytest. fix dependencies.
22 lines
831 B
Text
22 lines
831 B
Text
pkgbase = python-borgstore
|
|
pkgdesc = A experimental key/value store implementation, supporting multiple backends
|
|
pkgver = 0.3.1
|
|
pkgrel = 1
|
|
url = https://github.com/borgbackup/borgstore
|
|
arch = any
|
|
license = BSD-3-Clause
|
|
checkdepends = python-pytest
|
|
makedepends = git
|
|
makedepends = python-build
|
|
makedepends = python-installer
|
|
makedepends = python-setuptools
|
|
makedepends = python-setuptools-scm
|
|
depends = python
|
|
depends = python-requests
|
|
optdepends = python-boto3: S3 backend
|
|
optdepends = python-paramiko: sftp backend
|
|
source = git+https://github.com/borgbackup/borgstore.git#tag=0.3.1?signed
|
|
validpgpkeys = 6D5BEF9ADD2075805747B70F9F88FB52FAF7B393
|
|
b2sums = 73afcd7ebde48fcf25710cfdd04803c5e6e16f9c5c913ded8e9e33ad0d76db5fb4b6b268da367f349fd0487233d04ee01a2d0f587578ba766c0b981ed695b531
|
|
|
|
pkgname = python-borgstore
|