mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 22:01:11 +02:00
pymisp: 2.4.111 bump
This commit is contained in:
parent
949e48a21a
commit
092bff57bc
2 changed files with 30 additions and 0 deletions
|
|
@ -1 +1,2 @@
|
|||
DIST pymisp-2.4.106.tar.gz 1506279 BLAKE2B 3dcc1e6f333ef62f936ba54c0eaaf4953431aae11a3e49a9464c3484c0be13ad03e41678417f5a2650b916ae535979ed1bd580309753dc788b3589511c92a756 SHA512 2910c4642884a7c10a98904b32e5e50f5b8e3154fcad848a09164d4242baccb988fa1410029bad2e05906d82fee049e824d7ad335a0d570cd2880f256510cf06
|
||||
DIST pymisp-2.4.111.tar.gz 1509543 BLAKE2B 6827b66290ccdd8bda38b48452f96bed555c52534c129e596a02606d466d1e193ef79ebd456eb3d33cc3d5cb2fcd52eac37f1691859045f33c3e35898325d970 SHA512 29b40df9224c7689129671a5b5195181b1aa65697b313866bd79073bc2b544149d44a633ecb88b8e487c2ca8cb0115915af33e7b41916c7bcc50c5f31a8c0a0e
|
||||
|
|
|
|||
29
dev-python/pymisp/pymisp-2.4.111.ebuild
Normal file
29
dev-python/pymisp/pymisp-2.4.111.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