mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 11:00:48 +02:00
pymisp: new ebuild (req: net-misc/munin)
This commit is contained in:
parent
8d539d7119
commit
f943b9485c
3 changed files with 30 additions and 0 deletions
1
dev-python/pymisp/Manifest
Normal file
1
dev-python/pymisp/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST pymisp-2.4.106.tar.gz 1506279 BLAKE2B 3dcc1e6f333ef62f936ba54c0eaaf4953431aae11a3e49a9464c3484c0be13ad03e41678417f5a2650b916ae535979ed1bd580309753dc788b3589511c92a756 SHA512 2910c4642884a7c10a98904b32e5e50f5b8e3154fcad848a09164d4242baccb988fa1410029bad2e05906d82fee049e824d7ad335a0d570cd2880f256510cf06
|
||||
8
dev-python/pymisp/metadata.xml
Normal file
8
dev-python/pymisp/metadata.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>email@linxon.ru</email>
|
||||
<name>Yury Martynov</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
21
dev-python/pymisp/pymisp-2.4.106.ebuild
Normal file
21
dev-python/pymisp/pymisp-2.4.106.ebuild
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# 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,7}} )
|
||||
|
||||
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}
|
||||
dev-python/requests[${PYTHON_USEDEP}]"
|
||||
|
||||
S="${WORKDIR}"/PyMISP-${PV}
|
||||
Loading…
Reference in a new issue