Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/borgweb/
Date: Tue, 01 Jun 2021 10:08:17
Message-Id: 1622542085.fd06875ba08ab7f517e51e7c4277fc6f84b3a15c.sam@gentoo
1 commit: fd06875ba08ab7f517e51e7c4277fc6f84b3a15c
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 1 10:03:13 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 1 10:08:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd06875b
7
8 app-backup/borgweb: add Python 3.9
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-backup/borgweb/borgweb-0.2.0-r2.ebuild | 6 ++----
13 app-backup/borgweb/borgweb-0.3.0.ebuild | 6 ++----
14 2 files changed, 4 insertions(+), 8 deletions(-)
15
16 diff --git a/app-backup/borgweb/borgweb-0.2.0-r2.ebuild b/app-backup/borgweb/borgweb-0.2.0-r2.ebuild
17 index 08800aaccdd..6ed8f90906b 100644
18 --- a/app-backup/borgweb/borgweb-0.2.0-r2.ebuild
19 +++ b/app-backup/borgweb/borgweb-0.2.0-r2.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26
27 -PYTHON_COMPAT=( python3_{7,8} )
28 +PYTHON_COMPAT=( python3_{7,8,9} )
29
30 inherit distutils-r1
31
32 @@ -14,8 +14,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
33 LICENSE="MIT"
34 SLOT="0"
35 KEYWORDS="~amd64 ~x86"
36 -IUSE=""
37
38 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
39 RDEPEND="app-backup/borgbackup[${PYTHON_USEDEP}]
40 dev-python/flask[${PYTHON_USEDEP}]"
41
42 diff --git a/app-backup/borgweb/borgweb-0.3.0.ebuild b/app-backup/borgweb/borgweb-0.3.0.ebuild
43 index 08800aaccdd..6ed8f90906b 100644
44 --- a/app-backup/borgweb/borgweb-0.3.0.ebuild
45 +++ b/app-backup/borgweb/borgweb-0.3.0.ebuild
46 @@ -1,9 +1,9 @@
47 -# Copyright 1999-2020 Gentoo Authors
48 +# Copyright 1999-2021 Gentoo Authors
49 # Distributed under the terms of the GNU General Public License v2
50
51 EAPI=7
52
53 -PYTHON_COMPAT=( python3_{7,8} )
54 +PYTHON_COMPAT=( python3_{7,8,9} )
55
56 inherit distutils-r1
57
58 @@ -14,8 +14,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
59 LICENSE="MIT"
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 -IUSE=""
63
64 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
65 RDEPEND="app-backup/borgbackup[${PYTHON_USEDEP}]
66 dev-python/flask[${PYTHON_USEDEP}]"