diff options
author | Ulrich Müller <ulm@gentoo.org> | 2022-07-16 06:59:37 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2022-07-16 07:05:56 +0200 |
commit | d51e9d80eceebcd87787d4ba5207276e6437fba2 (patch) | |
tree | fc1e86ef73825c374feb96759fd09a528b2098ba /app-portage | |
parent | dev-libs/sord: remove unused patch(es) (diff) | |
download | gentoo-d51e9d80eceebcd87787d4ba5207276e6437fba2.tar.gz gentoo-d51e9d80eceebcd87787d4ba5207276e6437fba2.tar.bz2 gentoo-d51e9d80eceebcd87787d4ba5207276e6437fba2.zip |
app-portage/g-sorcery: Add 3.10 to PYTHON_COMPAT, drop 3.7
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/g-sorcery/g-sorcery-0.2.2-r1.ebuild (renamed from app-portage/g-sorcery/g-sorcery-0.2.2.ebuild) | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/app-portage/g-sorcery/g-sorcery-0.2.2.ebuild b/app-portage/g-sorcery/g-sorcery-0.2.2-r1.ebuild index 36c44dfe6bb2..7289ba886b6e 100644 --- a/app-portage/g-sorcery/g-sorcery-0.2.2.ebuild +++ b/app-portage/g-sorcery/g-sorcery-0.2.2-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8,9,10} ) DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 prefix @@ -13,17 +13,16 @@ HOMEPAGE="https://gitweb.gentoo.org/proj/g-sorcery.git https://github.com/jauhien/g-sorcery" SRC_URI="https://gitweb.gentoo.org/proj/g-sorcery.git/snapshot/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2" # v2 only SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" IUSE="bson git test" RESTRICT="!test? ( test )" -BDEPEND=" - bson? ( dev-python/pymongo[${PYTHON_USEDEP}] ) +RDEPEND="bson? ( dev-python/pymongo[${PYTHON_USEDEP}] ) git? ( dev-vcs/git ) sys-apps/portage[${PYTHON_USEDEP}]" -RDEPEND="${BDEPEND}" +BDEPEND="${RDEPEND}" PDEPEND=">=app-portage/layman-2.2.0[g-sorcery(-),${PYTHON_USEDEP}]" src_prepare() { |