Installation with PYTHON_TARGETS="python3_8 python3_9 -python3_10" installs python-3.8 files just fine (/usr/lib/python3.8/site-packages/nftables). For python-3.9 the only file created is /usr/lib/python3.9/site-packages/nftables-0.1-py3.9.egg Reproducible: Always
Created attachment 764006 [details] emerge.log
I confirm it with python3_10.It just installs a .egg file. Had to do some nasty manual hacks to work around it (ebuild /var/db/repos/gentoo/net-firewall/nftables/nftables-1.0.1.ebuild postinst; cd /var/tmp/portage/net-firewall/nftables-1.0.1/image/usr/lib/python3.10/site-packages; unzip nftables-0.1-py3.10.egg; rm -r EGG-INFO/ nftables-0.1-py3.10.egg; ebuild /var/db/repos/gentoo/net-firewall/nftables/nftables-1.0.1.ebuild merge).
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb71ed3992d7a0aa8bc221b4ee52dd4ef091d191 commit bb71ed3992d7a0aa8bc221b4ee52dd4ef091d191 Author: Patrick McLean <patrick.mclean@sony.com> AuthorDate: 2022-01-31 18:58:57 +0000 Commit: Patrick McLean <chutzpah@gentoo.org> CommitDate: 2022-01-31 19:00:40 +0000 net-firewall/nftables: revbump, use distutils eclass (bug #832395) Closes: https://bugs.gentoo.org/832395 Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Patrick McLean <chutzpah@gentoo.org> ...ables-1.0.1.ebuild => nftables-1.0.1-r1.ebuild} | 36 +++++++++++++--------- 1 file changed, 21 insertions(+), 15 deletions(-)
The same issue applies to stable (1.0.0) so let's stable the fixed version (1.0.1-r1).
amd64 done
x86 done
sparc done
arm done
arm64 done
ppc done
ppc64 done all arches done