* update python-keyrings-alt to 1:5.0.2-1
This commit is contained in:
parent
eed943248c
commit
cb2fc35e40
28
python/python-keyrings-alt/.SRCINFO
Normal file
28
python/python-keyrings-alt/.SRCINFO
Normal file
@ -0,0 +1,28 @@
|
||||
pkgbase = python-keyrings-alt
|
||||
pkgdesc = Alternate keyring implementations
|
||||
pkgver = 5.0.2
|
||||
pkgrel = 1
|
||||
epoch = 1
|
||||
url = https://github.com/jaraco/keyrings.alt
|
||||
arch = any
|
||||
license = MIT
|
||||
checkdepends = libgnome-keyring
|
||||
checkdepends = python-pycryptodome
|
||||
checkdepends = python-gobject
|
||||
checkdepends = python-keyring
|
||||
checkdepends = python-pytest-enabler
|
||||
makedepends = git
|
||||
makedepends = python-build
|
||||
makedepends = python-installer
|
||||
makedepends = python-setuptools-scm
|
||||
makedepends = python-wheel
|
||||
depends = python-keyring
|
||||
depends = python-pycryptodomex
|
||||
optdepends = libgnome-keyring: GNOME Integration
|
||||
optdepends = python-gobject: GNOME Integration
|
||||
optdepends = python-fs
|
||||
optdepends = python-pycryptodome: Encrypted file storage
|
||||
source = git+https://github.com/jaraco/keyrings.alt.git#tag=v5.0.2
|
||||
sha512sums = e6c4a46b16595a53ddd7b8a4b5948f266b26a454440e526bf9f92a16381cad8c9c561368cd82d488b9059267545e2eb507a6268ea89bdeae2b115496f17c5d1c
|
||||
|
||||
pkgname = python-keyrings-alt
|
4
python/python-keyrings-alt/.nvchecker.toml
Normal file
4
python/python-keyrings-alt/.nvchecker.toml
Normal file
@ -0,0 +1,4 @@
|
||||
[python-keyrings-alt]
|
||||
source = "git"
|
||||
git = "https://github.com/jaraco/keyrings.alt.git"
|
||||
prefix = "v"
|
@ -9,9 +9,8 @@
|
||||
|
||||
pkgname=python-keyrings-alt
|
||||
epoch=1
|
||||
pkgver=5.0.0
|
||||
_commit=6c39a611b5cf2f7cb51c4684d71185ec3a970f14
|
||||
pkgrel=2
|
||||
pkgver=5.0.2
|
||||
pkgrel=1
|
||||
pkgdesc="Alternate keyring implementations"
|
||||
arch=(any)
|
||||
url='https://github.com/jaraco/keyrings.alt'
|
||||
@ -24,8 +23,8 @@ optdepends=('libgnome-keyring: GNOME Integration'
|
||||
'python-gobject: GNOME Integration'
|
||||
'python-fs'
|
||||
'python-pycryptodome: Encrypted file storage')
|
||||
source=("git+https://github.com/jaraco/keyrings.alt.git#commit=$_commit")
|
||||
sha512sums=('SKIP')
|
||||
source=("git+https://github.com/jaraco/keyrings.alt.git#tag=v${pkgver}")
|
||||
sha512sums=('e6c4a46b16595a53ddd7b8a4b5948f266b26a454440e526bf9f92a16381cad8c9c561368cd82d488b9059267545e2eb507a6268ea89bdeae2b115496f17c5d1c')
|
||||
|
||||
build() {
|
||||
cd keyrings.alt
|
||||
|
Loading…
x
Reference in New Issue
Block a user