cleanup and fix python ebuilds

This commit is contained in:
2025-05-08 18:14:18 +02:00
parent db4eef60f7
commit 4a8458991a
11 changed files with 18 additions and 134 deletions

View File

@ -1 +1 @@
EBUILD adbb-9999.ebuild 658 BLAKE2B 5f0c977727e8de4b3b68c20029b1c056fdcd14ca532605c8fdbaf23cc578456ffe206447be6665eab47c9e630dc890ee663c2035744c8070b782aa0edb3d7dc6 SHA512 64b719dfd170a60ab9405517bda1b2fce1eebfcfe5ff1f6a086ffaa7bf49abfb9bdacd3eab3ec7a215af0cdd9f0ad34ddd6573253fc2150a6f96cc973902a65c
EBUILD adbb-9999.ebuild 713 BLAKE2B f4502f467e4e9f3a926abdedc4e926be07f9b6fea1e205980372aef10efbf521df9db7f0805b692aaf848e55203e03beaa461aa5faca7bc744083b7cb6c7eefb SHA512 98ae264627c6000619766914e21afa1864995bb9724bac24ef34af158db05cb43c0e382e841153789d22734eab00c0efa11342d988532d1348337fb370fec700

View File

@ -1,8 +1,9 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11,12,13} )
inherit distutils-r1
@ -13,13 +14,14 @@ if [[ ${PV} == *9999 ]] ; then
EGIT_REPO_URI="https://github.com/winterbird-code/adbb.git"
inherit git-r3
KEYWORDS="~amd64"
#else
#SRC_URI="https://gitea.fulh.ax/feffe/zsnapper/archive/v${PV}.tar.gz -> ${P}.tar.gz"
#S="${WORKDIR}/zsnapper"
#KEYWORDS="amd64"
else
SRC_URI="https://github.com/winterbird-code/adbb/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/adbb"
KEYWORDS="amd64"
fi
RESTRICT="mirror"
LICENSE="GPL-3"
SLOT="0"
IUSE=""