commit:     7166bcf1dfc943fc8c43402aea49c97e8246545c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  7 21:09:09 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jan  7 23:15:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7166bcf1

app-portage/smart-live-rebuild: Limit to py3.8+ due to pkgcore

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 ...ld-9999.ebuild => smart-live-rebuild-1.3.6-r1.ebuild} | 16 +++++++++-------
 .../smart-live-rebuild/smart-live-rebuild-9999.ebuild    |  6 +++---
 2 files changed, 12 insertions(+), 10 deletions(-)

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
similarity index 67%
copy from app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild
copy to app-portage/smart-live-rebuild/smart-live-rebuild-1.3.6-r1.ebuild
index 1f974965eed..ccc36895bd2 100644
--- 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
@@ -1,25 +1,27 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{6..9} )
+PYTHON_COMPAT=( python3_{8..9} )
 
-EGIT_REPO_URI="https://github.com/mgorny/${PN}.git";
-inherit distutils-r1 git-r3
+inherit distutils-r1
 
 DESCRIPTION="Check live packages for updates and emerge them as necessary"
 HOMEPAGE="https://github.com/mgorny/smart-live-rebuild/";
-SRC_URI=""
+SRC_URI="https://github.com/mgorny/smart-live-rebuild/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86"
 IUSE=""
 
 RDEPEND=">=app-portage/gentoopm-0.2.1[${PYTHON_USEDEP}]"
 
+# Tests need to be fixed
+RESTRICT=test
+
 python_test() {
        esetup.py test
 }

diff --git a/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild 
b/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild
index 1f974965eed..adf1f7f98ae 100644
--- a/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild
+++ b/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{6..9} )
+PYTHON_COMPAT=( python3_{8..9} )
 
 EGIT_REPO_URI="https://github.com/mgorny/${PN}.git";
 inherit distutils-r1 git-r3

Reply via email to