mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
Merge pull request #13854 from Hoshpak/update-python-SecretStorage
This commit is contained in:
commit
8f4975f195
6 changed files with 47 additions and 18 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'python-SecretStorage'
|
# Template file for 'python-SecretStorage'
|
||||||
pkgname=python-SecretStorage
|
pkgname=python-SecretStorage
|
||||||
version=2.3.1
|
version=2.3.1
|
||||||
revision=3
|
revision=4
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="SecretStorage-${version}"
|
wrksrc="SecretStorage-${version}"
|
||||||
build_style=python-module
|
build_style=python2-module
|
||||||
pycompile_module="secretstorage"
|
pycompile_module="secretstorage"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools"
|
||||||
depends="python-dbus python-cryptography"
|
depends="python-dbus python-cryptography"
|
||||||
short_desc="Python2 bindings to FreeDesktop.org Secret Service API"
|
short_desc="Python2 bindings to FreeDesktop.org Secret Service API"
|
||||||
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
||||||
license="3-clause-BSD"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/mitya57/secretstorage"
|
homepage="https://github.com/mitya57/secretstorage"
|
||||||
distfiles="${PYPI_SITE}/S/SecretStorage/SecretStorage-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/S/SecretStorage/SecretStorage-${version}.tar.gz"
|
||||||
checksum=3af65c87765323e6f64c83575b05393f9e003431959c9395d1791d51497f29b6
|
checksum=3af65c87765323e6f64c83575b05393f9e003431959c9395d1791d51497f29b6
|
||||||
|
@ -18,14 +18,3 @@ checksum=3af65c87765323e6f64c83575b05393f9e003431959c9395d1791d51497f29b6
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
python3-SecretStorage_package() {
|
|
||||||
noarch=yes
|
|
||||||
pycompile_module="secretstorage"
|
|
||||||
depends="python3-dbus python3-cryptography"
|
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
|
||||||
pkg_install() {
|
|
||||||
vlicense LICENSE
|
|
||||||
vmove usr/lib/python3*
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
1
srcpkgs/python-SecretStorage/update
Normal file
1
srcpkgs/python-SecretStorage/update
Normal file
|
@ -0,0 +1 @@
|
||||||
|
ignore="3.*"
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-keyring'
|
# Template file for 'python-keyring'
|
||||||
pkgname=python-keyring
|
pkgname=python-keyring
|
||||||
version=12.0.1
|
version=12.2.1
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="keyring-${version}"
|
wrksrc="keyring-${version}"
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/jaraco/keyring"
|
homepage="https://github.com/jaraco/keyring"
|
||||||
distfiles="https://github.com/jaraco/keyring/archive/${version}.tar.gz"
|
distfiles="https://github.com/jaraco/keyring/archive/${version}.tar.gz"
|
||||||
checksum=dcf0a28d9437dc9b5eb15ffd0158b1b5755a89be8d2f932be582d831c128652f
|
checksum=b004db75b6f1fb112f5cc09fa0f5bafba532e8ca80aa914a4f59fd8eb1134012
|
||||||
alternatives="keyring:keyring:/usr/bin/keyring2"
|
alternatives="keyring:keyring:/usr/bin/keyring2"
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
python-SecretStorage
|
|
20
srcpkgs/python3-SecretStorage/template
Normal file
20
srcpkgs/python3-SecretStorage/template
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Template file for 'python3-SecretStorage'
|
||||||
|
pkgname=python3-SecretStorage
|
||||||
|
version=3.0.1
|
||||||
|
revision=1
|
||||||
|
noarch=yes
|
||||||
|
wrksrc="SecretStorage-${version}"
|
||||||
|
build_style=python3-module
|
||||||
|
pycompile_module="secretstorage"
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3-jeepney python3-cryptography"
|
||||||
|
short_desc="Python3 bindings to FreeDesktop.org Secret Service API"
|
||||||
|
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
||||||
|
license="BSD-3-Clause"
|
||||||
|
homepage="https://github.com/mitya57/secretstorage"
|
||||||
|
distfiles="${PYPI_SITE}/S/SecretStorage/SecretStorage-${version}.tar.gz"
|
||||||
|
checksum=819087ca89c0d6c5711692f41fb26f786af9dcc5bb89d567722a66edfbb2a689
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
20
srcpkgs/python3-jeepney/template
Normal file
20
srcpkgs/python3-jeepney/template
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Template file for 'python3-jeepney'
|
||||||
|
pkgname=python3-jeepney
|
||||||
|
version=0.3.1
|
||||||
|
revision=1
|
||||||
|
noarch=yes
|
||||||
|
wrksrc="jeepney-${version}"
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3-setuptools"
|
||||||
|
pycompile_module="jeepney"
|
||||||
|
short_desc="Low-level, pure Python DBus protocol wrapper"
|
||||||
|
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://pypi.org/project/jeepney/"
|
||||||
|
distfiles="${PYPI_SITE}/j/jeepney/jeepney-${version}.tar.gz"
|
||||||
|
checksum=a6f2aa72e61660248d4d524dfccb6405f17c693b69af5d60dd7f2bab807d907e
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue