python3-msoffcrypto-tool: update to 4.12.0.
This commit is contained in:
parent
b9b28240b0
commit
3b18b36938
|
@ -1,17 +1,20 @@
|
|||
# Template file for 'python3-msoffcrypto-tool'
|
||||
pkgname=python3-msoffcrypto-tool
|
||||
version=4.11.0
|
||||
revision=2
|
||||
version=4.12.0
|
||||
revision=1
|
||||
wrksrc="msoffcrypto-tool-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
build_style=python3-pep517
|
||||
make_install_target="msoffcrypto_tool-${version}-*-*-*.whl"
|
||||
hostmakedepends="python3-poetry-core"
|
||||
depends="python3-olefile python3-cryptography"
|
||||
checkdepends="python3-pytest $depends"
|
||||
short_desc="Python3 library for decrypting MS Office files"
|
||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/nolze/msoffcrypto-tool"
|
||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||
checksum=0cf8e02a60d1cebfd7702ef7d07cac442e25728f25c414b81a12ad1ac73ddbe4
|
||||
checksum=f41f098c657dc4aee1fe4e6e5a012c7eeac39bf2de1b345407b47bf430a55fd0
|
||||
make_check=extended
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.txt
|
||||
|
|
Loading…
Reference in New Issue