net-analyzer/mrtparse

This commit is contained in:
Alarig Le Lay 2019-12-24 00:46:50 +01:00
parent 7f0fae6ef8
commit 6c5339cb88
2 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,2 @@
DIST mrtparse-1.7.tar.gz 38322 BLAKE2B 04f3d6e4d86b3b0b3a24951b755073045c60aa78954bc8426732efab5c5ca07dcb9b787831d0ab625a634246556caa2d4a4d4034d3592bb66e3445483388223c SHA512 f340f305eb25c5d4c8ea01d9841e28689b51578e638ca4822931062aab677fe1136709c2efb1c41bb0846cdfb84bc84c654c9aa3996f89667d936448756492dd
EBUILD mrtparse-1.7.ebuild 447 BLAKE2B b70548e4ee9337a85ae19c3cddcc3d8f9778f96c6a53bde8a339a075c792c5fdb6c69a2479b2f0015c91ad16ed18c343a8335380dc0b176f4305fca868c336ba SHA512 f75f3e1b93427e80fddcfc3842599bde19a79693ec16d1fa68224f608875e3029aba42042cf820d3b22fc1934fd27b74c936b860491eae9a6e3231386098b1c1

View File

@ -0,0 +1,20 @@
# Copyright 2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy{,3} )
inherit distutils-r1
DESCRIPTION="MRT format data parser"
HOMEPAGE="https://github.com/t2mune/mrtparse"
SRC_URI="https://github.com/t2mune/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""