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