From 3b18b369382dcdf6fe3bca329819529f8ab25754 Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Sun, 6 Jun 2021 10:58:34 -0500 Subject: [PATCH] python3-msoffcrypto-tool: update to 4.12.0. --- srcpkgs/python3-msoffcrypto-tool/template | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python3-msoffcrypto-tool/template b/srcpkgs/python3-msoffcrypto-tool/template index 4741ec40836..56856151c75 100644 --- a/srcpkgs/python3-msoffcrypto-tool/template +++ b/srcpkgs/python3-msoffcrypto-tool/template @@ -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 " 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