unitas-privacyidea/dev-python/pyrad/pyrad-2.4.ebuild

22 lines
463 B
Bash

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=poetry
PYPI_NO_NORMALIZE=1
PYPI_PN="pyrad"
PYTHON_COMPAT=( python3_{10..13} pypy3 )
inherit distutils-r1 pypi
DESCRIPTION="pyrad is an implementation of a RADIUS client as described in RFC2865"
HOMEPAGE="https://github.com/pyradius/pyrad"
IUSE=""
SLOT="0"
LICENSE="LGPL-2"
KEYWORDS="x86 amd64"