diff options
author | 2023-09-04 21:01:06 +0100 | |
---|---|---|
committer | 2023-09-04 21:01:06 +0100 | |
commit | 9fd4feb974116f3fd17d985a8db4e262b063b707 (patch) | |
tree | 371e479952a3dd2d27f01c1dcb9c4bdfe3eb39e0 /dev-python | |
parent | use eapi 8 (diff) | |
download | lmiphay-9fd4feb974116f3fd17d985a8db4e262b063b707.tar.gz lmiphay-9fd4feb974116f3fd17d985a8db4e262b063b707.tar.bz2 lmiphay-9fd4feb974116f3fd17d985a8db4e262b063b707.zip |
use eapi 8
Signed-off-by: Paul Healy <lmiphay@gmail.com>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pyrad/Manifest | 2 | ||||
-rw-r--r-- | dev-python/pyrad/pyrad-2.4.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/pyrad/Manifest b/dev-python/pyrad/Manifest index 5d8a386..fba5153 100644 --- a/dev-python/pyrad/Manifest +++ b/dev-python/pyrad/Manifest @@ -1,2 +1,2 @@ DIST pyrad-2.4.tar.gz 54431 BLAKE2B 10899e5f6b28c63d4fc1b7edb3e1e0d905e35543a15746d3eeeb25681d04e3dc5761d4301265f2d90eecb377e08b946d595474ff0dff98916c2ce45e7808aa76 SHA512 e4f4c687596bd226cf2cdb409a8d940c7b665fb7f722d09113dd9a1b05ab176ce8f920b235918ec01695f262930d13b4057b199cf6aac72afa54950c1fb59166 -EBUILD pyrad-2.4.ebuild 617 BLAKE2B 24065162e9b7c8fe2ed6fea7dcdde04b0ece31bf51a6aff5204bf931a50407b1dfbb96583516175d6ae647e7592324f7dca8c93eb1e5f2ce24e47ba26e2d952a SHA512 79cec1c5d6aaa8d91bbd8f0a5b438c70039154ce7283007feeb5d2a5a1e5a494171034de594abe7377632e89d5faf8a0121d59df1398bd72ff6ddcd9da1f83e2 +EBUILD pyrad-2.4.ebuild 607 BLAKE2B b015b759ba61f46dbcd2d68c499ea2c892e1e34bda3764fe75ccfad6b0396487c351859a727f0b8b45fad8348e75a4e9dfe3f39b10030bf4c6962c2bde8b220f SHA512 a2a66ae31a801fa40252dfe2362ecb19292b95522dd528fd57eec7d5220e01e02424afd6ade4313e41c01d030c9a0d57b79454235c12efeb56fc4997c5059fd4 diff --git a/dev-python/pyrad/pyrad-2.4.ebuild b/dev-python/pyrad/pyrad-2.4.ebuild index 29e0c82..0da60cf 100644 --- a/dev-python/pyrad/pyrad-2.4.ebuild +++ b/dev-python/pyrad/pyrad-2.4.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2023 Gentoo Foundation +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 PYTHON_COMPAT=(python3_11) -inherit eutils distutils-r1 +inherit distutils-r1 DESCRIPTION="Python RADIUS implementation" HOMEPAGE="https://github.com/wichert/pyrad" |