mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
pymisp: 2.4.111.2 bump
This commit is contained in:
parent
f5d8df7a46
commit
ff420cdeaa
2 changed files with 30 additions and 0 deletions
|
|
@ -1,2 +1,3 @@
|
|||
DIST pymisp-2.4.106.tar.gz 1506279 BLAKE2B 3dcc1e6f333ef62f936ba54c0eaaf4953431aae11a3e49a9464c3484c0be13ad03e41678417f5a2650b916ae535979ed1bd580309753dc788b3589511c92a756 SHA512 2910c4642884a7c10a98904b32e5e50f5b8e3154fcad848a09164d4242baccb988fa1410029bad2e05906d82fee049e824d7ad335a0d570cd2880f256510cf06
|
||||
DIST pymisp-2.4.111.2.tar.gz 1526148 BLAKE2B 2fe808e9842ecf46f7204c83419bac42302f4c12b20ec6fde41aa9c12476f54b7271479407786372a45661b52f87fdc225e7aa0aa5114e15a6e170e2c8984ddb SHA512 81277b440b4ff75ed2a9a5ddbde93fb825bbbe0669bd302f0fe22155e2a37157b78b657e5c27bac469e31b1534f411f6feb979562d9019481b1786d5ebca701c
|
||||
DIST pymisp-2.4.111.tar.gz 1509543 BLAKE2B 6827b66290ccdd8bda38b48452f96bed555c52534c129e596a02606d466d1e193ef79ebd456eb3d33cc3d5cb2fcd52eac37f1691859045f33c3e35898325d970 SHA512 29b40df9224c7689129671a5b5195181b1aa65697b313866bd79073bc2b544149d44a633ecb88b8e487c2ca8cb0115915af33e7b41916c7bcc50c5f31a8c0a0e
|
||||
|
|
|
|||
29
dev-python/pymisp/pymisp-2.4.111.2.ebuild
Normal file
29
dev-python/pymisp/pymisp-2.4.111.2.ebuild
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python{2_7,3_{5,6}} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A python library for using the MISP Rest API"
|
||||
HOMEPAGE="https://github.com/MISP/PyMISP"
|
||||
SRC_URI="https://github.com/MISP/PyMISP/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64 ~arm64 ~mips ~x86"
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="${PYTHON_DEPS}
|
||||
$(python_gen_cond_dep 'dev-python/functools32[${PYTHON_USEDEP}]' python2_7)
|
||||
$(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7)
|
||||
dev-python/requests[${PYTHON_USEDEP}]
|
||||
dev-python/jsonschema[${PYTHON_USEDEP}]
|
||||
dev-python/six[${PYTHON_USEDEP}]
|
||||
dev-python/python-dateutil[${PYTHON_USEDEP}]
|
||||
dev-python/py2neo[${PYTHON_USEDEP}]
|
||||
dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
|
||||
dev-python/reportlab[${PYTHON_USEDEP}]"
|
||||
|
||||
S="${WORKDIR}"/PyMISP-${PV}
|
||||
Loading…
Reference in a new issue