mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
parent
137472e0dd
commit
de5a252cf2
1 changed files with 5 additions and 5 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'python-keyring'
|
# Template file for 'python-keyring'
|
||||||
pkgname=python-keyring
|
pkgname=python-keyring
|
||||||
version=11.0.0
|
version=12.0.0
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="keyring-${version}"
|
wrksrc="keyring-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python-setuptools python-SecretStorage"
|
depends="python-SecretStorage python-entrypoints python-setuptools"
|
||||||
pycompile_module="keyring"
|
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"
|
||||||
distfiles="${PYPI_SITE}/k/keyring/keyring-${version}.tar.gz"
|
distfiles="https://github.com/jaraco/keyring/archive/${version}.tar.gz"
|
||||||
checksum=b4607520a7c97be96be4ddc00f4b9dac65f47a45af4b4cd13ed5a8879641d646
|
checksum=c75df876240f69505b3aea1db4487e6c24870398ebdbc0dfdc723ec182835c6f
|
||||||
alternatives="keyring:keyring:/usr/bin/keyring2"
|
alternatives="keyring:keyring:/usr/bin/keyring2"
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
|
@ -29,7 +29,7 @@ post_install() {
|
||||||
python3-keyring_package() {
|
python3-keyring_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
pycompile_module="keyring"
|
pycompile_module="keyring"
|
||||||
depends="python3-setuptools python3-SecretStorage"
|
depends="python3-SecretStorage python3-entrypoints python3-setuptools"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
alternatives="keyring:keyring:/usr/bin/keyring3"
|
alternatives="keyring:keyring:/usr/bin/keyring3"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue