mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
python-keyring: update to 15.1.0
This commit is contained in:
parent
b81453ce0f
commit
c8134ab7a7
1 changed files with 3 additions and 3 deletions
|
@ -1,20 +1,20 @@
|
||||||
# Template file for 'python-keyring'
|
# Template file for 'python-keyring'
|
||||||
pkgname=python-keyring
|
pkgname=python-keyring
|
||||||
version=13.2.1
|
version=15.1.0
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="keyring-${version}"
|
wrksrc="keyring-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
pycompile_module="keyring"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python-setuptools python-SecretStorage python-entrypoints"
|
depends="python-setuptools python-SecretStorage python-entrypoints"
|
||||||
pycompile_module="keyring"
|
|
||||||
short_desc="Python2 interface to the system keyring service"
|
short_desc="Python2 interface to the system keyring service"
|
||||||
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
|
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/jaraco/keyring"
|
homepage="https://github.com/jaraco/keyring"
|
||||||
changelog="https://raw.githubusercontent.com/jaraco/keyring/master/CHANGES.rst"
|
changelog="https://raw.githubusercontent.com/jaraco/keyring/master/CHANGES.rst"
|
||||||
distfiles="https://github.com/jaraco/keyring/archive/${version}.tar.gz"
|
distfiles="https://github.com/jaraco/keyring/archive/${version}.tar.gz"
|
||||||
checksum=0289ab21afb26025e2e773b6a3763d4bd898a39f0288677a82f0dd438cce130d
|
checksum=576a7e9f5aa7806f000d6723f9435000b959fc3ff9772c0297bc8d17e55de889
|
||||||
alternatives="keyring:keyring:/usr/bin/keyring2"
|
alternatives="keyring:keyring:/usr/bin/keyring2"
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue