python3-pykeepass: update to 3.0.3.
This commit is contained in:
parent
8443109a20
commit
bc09d1d4d4
3 changed files with 17 additions and 29 deletions
|
@ -1,28 +0,0 @@
|
|||
# Template file for 'python-pykeepass'
|
||||
pkgname=python-pykeepass
|
||||
version=3.0.2
|
||||
revision=3
|
||||
noarch=yes
|
||||
wrksrc="pykeepass-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="pykeepass"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python-dateutil python-argon2 python-construct python-lxml
|
||||
python-pycryptodome"
|
||||
short_desc="Python2 library to interact with keepass databases"
|
||||
maintainer="Rasmus Thomsen <rasmus.thomsen@protonmail.com>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://github.com/pschmitt/pykeepass"
|
||||
distfiles="${PYPI_SITE}/p/pykeepass/pykeepass-${version}.tar.gz"
|
||||
checksum=20b53d10e9c319301929f029579623562c815c4b4c787bf96d4bd7680581d6cd
|
||||
|
||||
python3-pykeepass_package() {
|
||||
noarch=yes
|
||||
pycompile_module="pykeepass"
|
||||
depends="python3-dateutil python3-argon2 python3-construct python3-lxml
|
||||
python3-pycryptodome"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
}
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
python-pykeepass
|
17
srcpkgs/python3-pykeepass/template
Normal file
17
srcpkgs/python3-pykeepass/template
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Template file for 'python3-pykeepass'
|
||||
pkgname=python3-pykeepass
|
||||
version=3.0.3
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc="pykeepass-${version}"
|
||||
build_style=python3-module
|
||||
pycompile_module="pykeepass"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-dateutil python3-argon2 python3-construct python3-lxml
|
||||
python3-pycryptodome"
|
||||
short_desc="Python3 library to interact with keepass databases"
|
||||
maintainer="Rasmus Thomsen <rasmus.thomsen@protonmail.com>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://github.com/pschmitt/pykeepass"
|
||||
distfiles="${PYPI_SITE}/p/pykeepass/pykeepass-${version}.tar.gz"
|
||||
checksum=2c9e2ddb03ee696ed8aa72c2cddfb81280614864e003226141d68b975aa56f6f
|
Loading…
Reference in a new issue