python-SecretStorage: fix depends and short_desc
This commit is contained in:
parent
fd57a4cc1d
commit
0b20605dd4
1 changed files with 6 additions and 5 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=1
|
revision=2
|
||||||
|
noarch=yes
|
||||||
wrksrc="SecretStorage-${version}"
|
wrksrc="SecretStorage-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
noarch=yes
|
|
||||||
pycompile_module="secretstorage"
|
pycompile_module="secretstorage"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python-cryptography python3-cryptography"
|
depends="python-dbus python-cryptography"
|
||||||
short_desc="Python 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="BSD"
|
license="3-clause-BSD"
|
||||||
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
|
||||||
|
@ -22,6 +22,7 @@ post_install() {
|
||||||
python3-SecretStorage_package() {
|
python3-SecretStorage_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
pycompile_module="secretstorage"
|
pycompile_module="secretstorage"
|
||||||
|
depends="python3-dbus python3-cryptography"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue