dev-python/gbinder: EAPI bump, add python3_10, add 1.0.0

Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
This commit is contained in:
Andrew Ammerlaan
2022-05-12 11:06:55 +02:00
parent fb2ec3dc19
commit ac44c0f9b9
4 changed files with 62 additions and 2 deletions

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
PYTHON_COMPAT=( python3_9 )
PYTHON_COMPAT=( python3_{9..10} )
inherit distutils-r1
@@ -13,6 +13,7 @@ if [[ ${PV} != *9999* ]]; then
S="${WORKDIR}/${MY_P}"
SRC_URI="https://github.com/erfanoabdi/gbinder-python/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
PATCHES=( "${FILESDIR}/${P}-setuppy-extensions.patch" )
else
inherit git-r3
EGIT_REPO_URI="https://github.com/erfanoabdi/gbinder-python.git"