python3-pykeepass: update to 4.0.3
This commit is contained in:
parent
5787f2cf09
commit
b2c17d1b1b
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-pykeepass'
|
# Template file for 'python3-pykeepass'
|
||||||
pkgname=python3-pykeepass
|
pkgname=python3-pykeepass
|
||||||
version=4.0.1
|
version=4.0.3
|
||||||
revision=3
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-dateutil python3-argon2 python3-construct python3-lxml
|
depends="python3-dateutil python3-argon2 python3-construct python3-lxml
|
||||||
|
@ -12,10 +12,5 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/libkeepass/pykeepass"
|
homepage="https://github.com/libkeepass/pykeepass"
|
||||||
changelog="https://raw.githubusercontent.com/libkeepass/pykeepass/master/CHANGELOG.rst"
|
changelog="https://raw.githubusercontent.com/libkeepass/pykeepass/master/CHANGELOG.rst"
|
||||||
distfiles="https://github.com/libkeepass/pykeepass/archive/refs/tags/${version}.tar.gz"
|
distfiles="https://github.com/libkeepass/pykeepass/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=ac5966ede4fae1a0d3ea1997468a14b893a8f8dab136b1c14425b3b2763e68e3
|
checksum=c8f655c53af1cd339abd3d6588bcddb9ac869572e141e026352ae9fc8541ba64
|
||||||
|
|
||||||
post_install() {
|
|
||||||
# remove tests directory polluting site-packages
|
|
||||||
rm -r $DESTDIR/usr/lib/python*/site-packages/tests
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue