From 3e7fa6e45854b225a4625d57a81f42681fde2b41 Mon Sep 17 00:00:00 2001 From: Patrick McLean Date: Tue, 14 Jun 2022 22:27:43 -0700 Subject: dev-python/alagitpull: update EAPI 7 -> 8 py310, py311 Signed-off-by: Patrick McLean --- dev-python/alagitpull/alagitpull-0.0.23-r2.ebuild | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 dev-python/alagitpull/alagitpull-0.0.23-r2.ebuild (limited to 'dev-python/alagitpull/alagitpull-0.0.23-r2.ebuild') diff --git a/dev-python/alagitpull/alagitpull-0.0.23-r2.ebuild b/dev-python/alagitpull/alagitpull-0.0.23-r2.ebuild new file mode 100644 index 000000000000..ce9528abbf6f --- /dev/null +++ b/dev-python/alagitpull/alagitpull-0.0.23-r2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +PYTHON_COMPAT=( python3_{7..11} pypy3 ) + +DISTUTILS_USE_SETUPTOOLS=rdepend +inherit distutils-r1 + +DESCRIPTION="alabaster sub-theme used on git-pull docs" +HOMEPAGE="https://github.com/git-pull/alagitpull" +SRC_URI="https://github.com/git-pull/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" + +LICENSE="MIT" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +SLOT="0" + +RDEPEND=" +