mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
net-analyzer/kismet-analyzer: add 0.4.1, drop 0.3.0
This commit is contained in:
parent
17dfce704a
commit
6f65131fab
2 changed files with 4 additions and 4 deletions
|
|
@ -1 +1 @@
|
|||
DIST kismet-analyzer-0.3.0.tar.gz 7241 BLAKE2B 0169b8309a6618c7254b8849197326076168f662ac541fe08b7d88e2e42dc32bf27ee1cc7ade038e714a0bbf533102eced9b4efe1eac55bf8f95661935e7c609 SHA512 8912d28e77e844bd08655cc32ccba13d062f70c4139ad8f9e359ff428f64709abbc145e62d2901690c7ff12986f03e505322fc83506c184d44cd83b217077ff0
|
||||
DIST kismet-analyzer-0.4.1.tar.gz 8008 BLAKE2B bcd5ccb9882a8bc16ea67fbb648af19a0e0f4121c7a6f9f28c52aece8dadd133d0c068cd00119c7645a3a0e5c86571e85af66fe9a3c2f5e66ec9eb8c2aa95886 SHA512 c61620051beaef23bc3e3154c9bd5b60e8e9f2fc1f12286b388961e02f5465136ba98561588049bf961a76fd1f3e72243250f94a0d9bacdcc6fefd349eccddc2
|
||||
|
|
|
|||
|
|
@ -1,16 +1,16 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{12..14} )
|
||||
PYPI_NO_NORMALIZE=1
|
||||
|
||||
inherit distutils-r1
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Library for parsing kismet results from the .kismet database file"
|
||||
HOMEPAGE="https://pypi.org/project/kismet-analyzer/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
Loading…
Reference in a new issue