Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/github-pages-publish/
Date: Mon, 27 Sep 2021 09:29:47
Message-Id: 1632734940.639cf05e50f66a3f2202979d50fbbd315c9d125f.arthurzam@gentoo
1 commit: 639cf05e50f66a3f2202979d50fbbd315c9d125f
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 27 06:36:23 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 27 09:29:00 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=639cf05e
7
8 dev-vcs/github-pages-publish: enable py3.{9,10}, cleanup
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 .../github-pages-publish-0.1.3.ebuild | 21 ++++-----------------
13 1 file changed, 4 insertions(+), 17 deletions(-)
14
15 diff --git a/dev-vcs/github-pages-publish/github-pages-publish-0.1.3.ebuild b/dev-vcs/github-pages-publish/github-pages-publish-0.1.3.ebuild
16 index 3226c0a807a..73c53a38c1e 100644
17 --- a/dev-vcs/github-pages-publish/github-pages-publish-0.1.3.ebuild
18 +++ b/dev-vcs/github-pages-publish/github-pages-publish-0.1.3.ebuild
19 @@ -3,30 +3,17 @@
20
21 EAPI=7
22
23 -DISTUTILS_USE_SETUPTOOLS=bdepend
24 -PYTHON_COMPAT=( python3_{7,8} )
25 +PYTHON_COMPAT=( python3_{8..10} )
26
27 -GIT_ECLASS=
28 -if [[ ${PV} = *9999* ]]; then
29 - GIT_ECLASS="git-r3"
30 - EGIT_REPO_URI="https://github.com/rafaelmartins/${PN}.git"
31 -fi
32 -
33 -inherit distutils-r1 ${GIT_ECLASS}
34 +inherit distutils-r1
35
36 DESCRIPTION="A script that commits files from a directory to Github Pages"
37 HOMEPAGE="https://pypi.org/project/github-pages-publish/
38 https://github.com/rafaelmartins/github-pages-publish"
39 -
40 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
41 -KEYWORDS="~amd64 ~x86"
42 -if [[ ${PV} = *9999* ]]; then
43 - SRC_URI=""
44 -fi
45
46 LICENSE="BSD"
47 SLOT="0"
48 -IUSE=""
49 +KEYWORDS="~amd64 ~x86"
50
51 -DEPEND=">=dev-python/pygit2-0.20.0"
52 -RDEPEND="${DEPEND}"
53 +RDEPEND=">=dev-python/pygit2-0.20.0"