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

22 lines
463 B
Bash
Raw Normal View History

2022-08-12 18:34:13 +02:00
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=8
2024-11-25 19:33:59 +01:00
DISTUTILS_EXT=1
2022-08-12 18:34:13 +02:00
DISTUTILS_USE_PEP517=poetry
2024-11-25 19:33:59 +01:00
PYPI_NO_NORMALIZE=1
PYPI_PN="pyrad"
PYTHON_COMPAT=( python3_{10..13} pypy3 )
2022-08-12 18:34:13 +02:00
2024-11-25 19:33:59 +01:00
inherit distutils-r1 pypi
2022-08-12 18:34:13 +02:00
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"