diff options
| author | Patrick McLean <chutzpah@gentoo.org> | 2022-06-14 22:27:43 -0700 |
|---|---|---|
| committer | Patrick McLean <chutzpah@gentoo.org> | 2022-06-15 11:24:33 -0700 |
| commit | 3e7fa6e45854b225a4625d57a81f42681fde2b41 (patch) | |
| tree | 478b7c318617e926358077cd7dbd265cebef79be /dev-python/alagitpull/alagitpull-0.0.23-r2.ebuild | |
| parent | 8ef6a1da0fe273c9fb9556fd085649eb7f0cf85c (diff) | |
| download | gentoo-3e7fa6e45854b225a4625d57a81f42681fde2b41.tar.gz gentoo-3e7fa6e45854b225a4625d57a81f42681fde2b41.tar.bz2 gentoo-3e7fa6e45854b225a4625d57a81f42681fde2b41.zip | |
dev-python/alagitpull: update EAPI 7 -> 8 py310, py311
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'dev-python/alagitpull/alagitpull-0.0.23-r2.ebuild')
| -rw-r--r-- | dev-python/alagitpull/alagitpull-0.0.23-r2.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
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=" + <dev-python/alabaster-0.8[${PYTHON_USEDEP}] +" +BDEPEND="${RDEPEND}" + +# no tests... |
