Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/alagitpull/
Date: Thu, 03 Sep 2020 16:50:47
Message-Id: 1599151837.4e2b946ee8b432fc60befcec48b9dbbe03f3ce4e.chutzpah@gentoo
1 commit: 4e2b946ee8b432fc60befcec48b9dbbe03f3ce4e
2 Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 3 16:48:58 2020 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 3 16:50:37 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e2b946e
7
8 dev-python/alagitpull-0.0.23-r1: Revbump, fix deps, add py38, py39
9
10 Package-Manager: Portage-3.0.5, Repoman-3.0.1
11 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
12
13 dev-python/alagitpull/alagitpull-0.0.23-r1.ebuild | 23 +++++++++++++++++++++++
14 1 file changed, 23 insertions(+)
15
16 diff --git a/dev-python/alagitpull/alagitpull-0.0.23-r1.ebuild b/dev-python/alagitpull/alagitpull-0.0.23-r1.ebuild
17 new file mode 100644
18 index 00000000000..cae488ea606
19 --- /dev/null
20 +++ b/dev-python/alagitpull/alagitpull-0.0.23-r1.ebuild
21 @@ -0,0 +1,23 @@
22 +# Copyright 1999-2020 Gentoo Authors
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=7
26 +PYTHON_COMPAT=( python3_{6..9} pypy3 )
27 +
28 +DISTUTILS_USE_SETUPTOOLS=rdepend
29 +inherit distutils-r1
30 +
31 +DESCRIPTION="alabaster sub-theme used on git-pull docs"
32 +HOMEPAGE="https://github.com/git-pull/alagitpull"
33 +SRC_URI="https://github.com/git-pull/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
34 +
35 +LICENSE="MIT"
36 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
37 +SLOT="0"
38 +
39 +RDEPEND="
40 + <dev-python/alabaster-0.8[${PYTHON_USEDEP}]
41 +"
42 +BDEPEND="${RDEPEND}"
43 +
44 +# no tests...