net-voip/sipvicious - 0.3.7 (gentoo)

Search

Install

Install this version:

emerge -a =net-voip/sipvicious-0.3.7

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =net-voip/sipvicious-0.3.7

Or alternatively:

emerge --autounmask-write -a =net-voip/sipvicious-0.3.7

Package Information

Description:
SIPVicious is a SIP security package
Homepage:
https://github.com/EnableSecurity/sipvicious/wiki
License:
GPL-3+

Ebuild Details

Version EAPI Keywords Slot
0.3.7 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 2020-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{10..14} )
DISTUTILS_SINGLE_IMPL=1
DISTUTILS_USE_PEP517=setuptools

inherit distutils-r1

DESCRIPTION="SIPVicious is a SIP security package"
HOMEPAGE="https://github.com/EnableSecurity/sipvicious/wiki"
SRC_URI="https://github.com/EnableSecurity/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="
	$(python_gen_cond_dep '
		dev-python/dnspython[${PYTHON_USEDEP}]
		dev-python/reportlab[${PYTHON_USEDEP}]
	')
"

distutils_enable_tests pytest

src_prepare() {
	default
	sed -re 's:man/man1:share/man/man1:' -i setup.py || die "Error updating man page installation location."
}

Inherited Eclasses

Dependencies

RDEPEND

	$(python_gen_cond_dep '
		dev-python/dnspython[${PYTHON_USEDEP}]
		dev-python/reportlab[${PYTHON_USEDEP}]
	')

Manifest for 0.3.7

Type File Size Source URLs
DIST sipvicious-0.3.7.tar.gz 54781 bytes https://github.com/EnableSecurity/sipvicious/archive/v0.3.7.tar.gz