Skip to content

Commit

Permalink
devel/py-pymisp: Update to 2.4.157
Browse files Browse the repository at this point in the history
PR:		263656
Approved by:	maintainer
  • Loading branch information
dlangille committed Apr 29, 2022
1 parent 02bf14f commit 91d5ed5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
11 changes: 7 additions & 4 deletions devel/py-pymisp/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORTNAME= pymisp
PORTVERSION= 2.4.128
PORTVERSION= 2.4.157
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -10,13 +10,16 @@ COMMENT= Python library to access MISP platforms via their REST API
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE

USES= python:3.6+ shebangfix
USES= python:3.8+ shebangfix

SHEBANG_FILES= pymisp/data/misp-objects/validate_all.sh pymisp/data/misp-objects/jq_all_the_things.sh
SHEBANG_FILES= pymisp/data/misp-objects/validate_all.sh \
pymisp/data/misp-objects/jq_all_the_things.sh \
pymisp/data/misp-objects/tools/validate_opposites.sh

USE_PYTHON= autoplist distutils

RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \
bash>0:shells/bash

NO_ARCH= yes

Expand Down
6 changes: 3 additions & 3 deletions devel/py-pymisp/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1596478744
SHA256 (pymisp-2.4.128.tar.gz) = 714b8b5c8debb4b5e0e602a5fe8a599206e89c1313244ed0e69d9e0bc816f1f7
SIZE (pymisp-2.4.128.tar.gz) = 272980
TIMESTAMP = 1651157249
SHA256 (pymisp-2.4.157.tar.gz) = b19d6d565972b391f90e8fe7050101b3b84f45f83214d3bf9b339a6490856cf2
SIZE (pymisp-2.4.157.tar.gz) = 351822

0 comments on commit 91d5ed5

Please sign in to comment.