textproc/py-xlmmacrodeobfuscator: Update to 0.2.7
- Use USES=dos2unix to convert CRLF to LF Changes: https://github.com/DissectMalware/XLMMacroDeobfuscator/releases https://github.com/DissectMalware/XLMMacroDeobfuscator/commits/master
This commit is contained in:
parent
0d23a438b6
commit
1394546a13
3 changed files with 19 additions and 19 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= xlmmacrodeobfuscator
|
||||
PORTVERSION= 0.2.6
|
||||
PORTVERSION= 0.2.7
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -16,10 +16,10 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lark>=0:devel/py-lark@${PY_FLAVOR} \
|
|||
${PYTHON_PKGNAMEPREFIX}msoffcrypto-tool>=0:security/py-msoffcrypto-tool@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pyxlsb2>=0:textproc/py-pyxlsb2@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}roman>=0:math/py-roman@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}untangle>=1.1.1:textproc/py-untangle@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}untangle>=1.2.1:textproc/py-untangle@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}xlrd2>=0:textproc/py-xlrd2@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.7+
|
||||
USES= dos2unix python:3.7+
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1660576698
|
||||
SHA256 (XLMMacroDeobfuscator-0.2.6.tar.gz) = 2200828ec15b83517b9f6e085808a682c0d3c4ba802b4c48d2f7b3b9c84c58b1
|
||||
SIZE (XLMMacroDeobfuscator-0.2.6.tar.gz) = 48247
|
||||
TIMESTAMP = 1664768000
|
||||
SHA256 (XLMMacroDeobfuscator-0.2.7.tar.gz) = 7c75755faac31c139a92b41756a0d05b9d9903d5224507f2edf36adc14f4783e
|
||||
SIZE (XLMMacroDeobfuscator-0.2.7.tar.gz) = 48295
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
--- setup.py.orig 2022-02-03 00:53:18 UTC
|
||||
--- setup.py.orig 2022-10-03 07:48:40 UTC
|
||||
+++ setup.py
|
||||
@@ -35,9 +35,9 @@ setup(
|
||||
python_requires='>=3.4',
|
||||
install_requires=[
|
||||
"pyxlsb2",
|
||||
- "lark-parser",
|
||||
+ "lark",
|
||||
"xlrd2",
|
||||
- "untangle==1.1.1",
|
||||
+ "untangle>=1.1.1",
|
||||
"msoffcrypto-tool",
|
||||
"roman"
|
||||
],
|
||||
@@ -35,9 +35,9 @@ setup(
|
||||
python_requires='>=3.4',
|
||||
install_requires=[
|
||||
"pyxlsb2",
|
||||
- "lark-parser",
|
||||
+ "lark",
|
||||
"xlrd2",
|
||||
- "untangle==1.2.1",
|
||||
+ "untangle>=1.2.1",
|
||||
"msoffcrypto-tool",
|
||||
"roman"
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue