Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/smart-live-rebuild/
Date: Thu, 07 Jan 2021 23:19:40
Message-Id: 1610061326.7166bcf1dfc943fc8c43402aea49c97e8246545c.mgorny@gentoo
1 commit: 7166bcf1dfc943fc8c43402aea49c97e8246545c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 7 21:09:09 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 7 23:15:26 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7166bcf1
7
8 app-portage/smart-live-rebuild: Limit to py3.8+ due to pkgcore
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 ...ld-9999.ebuild => smart-live-rebuild-1.3.6-r1.ebuild} | 16 +++++++++-------
13 .../smart-live-rebuild/smart-live-rebuild-9999.ebuild | 6 +++---
14 2 files changed, 12 insertions(+), 10 deletions(-)
15
16 diff --git a/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild b/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.6-r1.ebuild
17 similarity index 67%
18 copy from app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild
19 copy to app-portage/smart-live-rebuild/smart-live-rebuild-1.3.6-r1.ebuild
20 index 1f974965eed..ccc36895bd2 100644
21 --- a/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild
22 +++ b/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.6-r1.ebuild
23 @@ -1,25 +1,27 @@
24 -# Copyright 1999-2020 Gentoo Authors
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 -EAPI=6
29 +EAPI=7
30
31 DISTUTILS_USE_SETUPTOOLS=no
32 -PYTHON_COMPAT=( python3_{6..9} )
33 +PYTHON_COMPAT=( python3_{8..9} )
34
35 -EGIT_REPO_URI="https://github.com/mgorny/${PN}.git"
36 -inherit distutils-r1 git-r3
37 +inherit distutils-r1
38
39 DESCRIPTION="Check live packages for updates and emerge them as necessary"
40 HOMEPAGE="https://github.com/mgorny/smart-live-rebuild/"
41 -SRC_URI=""
42 +SRC_URI="https://github.com/mgorny/smart-live-rebuild/archive/v${PV}.tar.gz -> ${P}.tar.gz"
43
44 LICENSE="BSD-2"
45 SLOT="0"
46 -KEYWORDS=""
47 +KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86"
48 IUSE=""
49
50 RDEPEND=">=app-portage/gentoopm-0.2.1[${PYTHON_USEDEP}]"
51
52 +# Tests need to be fixed
53 +RESTRICT=test
54 +
55 python_test() {
56 esetup.py test
57 }
58
59 diff --git a/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild b/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild
60 index 1f974965eed..adf1f7f98ae 100644
61 --- a/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild
62 +++ b/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild
63 @@ -1,10 +1,10 @@
64 -# Copyright 1999-2020 Gentoo Authors
65 +# Copyright 1999-2021 Gentoo Authors
66 # Distributed under the terms of the GNU General Public License v2
67
68 -EAPI=6
69 +EAPI=7
70
71 DISTUTILS_USE_SETUPTOOLS=no
72 -PYTHON_COMPAT=( python3_{6..9} )
73 +PYTHON_COMPAT=( python3_{8..9} )
74
75 EGIT_REPO_URI="https://github.com/mgorny/${PN}.git"
76 inherit distutils-r1 git-r3