Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/schedule/
Date: Mon, 30 May 2022 06:39:36
Message-Id: 1653858292.4e907b07cb792e53189ff0bd42008ca0ba02b948.flow@gentoo
1 commit: 4e907b07cb792e53189ff0bd42008ca0ba02b948
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sun May 29 20:53:58 2022 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Sun May 29 21:04:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4e907b07
7
8 dev-python/schedule: EAPI 8
9
10 Closes: https://bugs.gentoo.org/848333
11 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
12
13 dev-python/schedule/Manifest | 2 +-
14 .../schedule/{schedule-1.1.0.ebuild => schedule-1.1.0-r1.ebuild} | 8 ++++----
15 2 files changed, 5 insertions(+), 5 deletions(-)
16
17 diff --git a/dev-python/schedule/Manifest b/dev-python/schedule/Manifest
18 index e7435225e..91dc10417 100644
19 --- a/dev-python/schedule/Manifest
20 +++ b/dev-python/schedule/Manifest
21 @@ -1 +1 @@
22 -DIST schedule-1.1.0.tar.gz 31873 BLAKE2B 6e33e862f94c72f32ae3bba566ad4a64428cc90f80ed6ff8d577a29717b3cc5f3c91195742cedfedbcc4090d955f343097f53ed69e9922775969c854780798ce SHA512 3fe06e334ed532f013aeb806b7beacd9418c4dbbcb80d4b27090c08178f1874694ecfced24eeddc8450e99a80831d68b34a4a3b2638a870f30f53f570650795c
23 +DIST schedule-1.1.0.gh.tar.gz 31873 BLAKE2B 6e33e862f94c72f32ae3bba566ad4a64428cc90f80ed6ff8d577a29717b3cc5f3c91195742cedfedbcc4090d955f343097f53ed69e9922775969c854780798ce SHA512 3fe06e334ed532f013aeb806b7beacd9418c4dbbcb80d4b27090c08178f1874694ecfced24eeddc8450e99a80831d68b34a4a3b2638a870f30f53f570650795c
24
25 diff --git a/dev-python/schedule/schedule-1.1.0.ebuild b/dev-python/schedule/schedule-1.1.0-r1.ebuild
26 similarity index 85%
27 rename from dev-python/schedule/schedule-1.1.0.ebuild
28 rename to dev-python/schedule/schedule-1.1.0-r1.ebuild
29 index b9773cff4..f90f14e24 100644
30 --- a/dev-python/schedule/schedule-1.1.0.ebuild
31 +++ b/dev-python/schedule/schedule-1.1.0-r1.ebuild
32 @@ -1,17 +1,17 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 +# Copyright 1999-2022 Gentoo Authors
35 # Distributed under the terms of the GNU General Public License v2
36
37 -EAPI=7
38 +EAPI=8
39
40 #pypy3 fails tests
41 -PYTHON_COMPAT=( python3_{8,9} )
42 +PYTHON_COMPAT=( python3_{8..11} )
43
44 inherit distutils-r1
45
46 DESCRIPTION="Python job scheduling for humans"
47 HOMEPAGE="https://github.com/dbader/schedule"
48
49 -SRC_URI="https://github.com/dbader/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
50 +SRC_URI="https://github.com/dbader/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
51 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
52
53 LICENSE="MIT"