mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
python3-oletools: update to 0.56.1.
This commit is contained in:
parent
f3dcda1b34
commit
1044af65c7
1 changed files with 4 additions and 3 deletions
|
@ -1,18 +1,19 @@
|
||||||
# Template file for 'python3-oletools'
|
# Template file for 'python3-oletools'
|
||||||
pkgname=python3-oletools
|
pkgname=python3-oletools
|
||||||
version=0.56
|
version=0.56.1
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="oletools-${version}"
|
wrksrc="oletools-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-parsing python3-olefile python3-colorclass python3-easygui
|
depends="python3-parsing python3-olefile python3-colorclass python3-easygui
|
||||||
python3-msoffcrypto-tool python3-pcodedmp"
|
python3-msoffcrypto-tool python3-pcodedmp"
|
||||||
|
checkdepends="python3-pip python3-wheel $depends"
|
||||||
short_desc="Python3 library to analyze MS OLE2 and Office files"
|
short_desc="Python3 library to analyze MS OLE2 and Office files"
|
||||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/decalage2/oletools"
|
homepage="https://github.com/decalage2/oletools"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
checksum=9d76d449f1edb1d74996ebf8b117371b5cdde436cfa595b3ff3989ec8d026106
|
checksum=827cc577e253d946d5616e0a18062ed6aa837368fc19912c06e7d4c7ed502f77
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense oletools/LICENSE.txt
|
vlicense oletools/LICENSE.txt
|
||||||
|
|
Loading…
Add table
Reference in a new issue