Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/schedule/
Date: Mon, 14 Jun 2021 23:09:50
Message-Id: 1623712182.41847e9e7efd657d527a5a14c013e870083c0031.Alessandro-Barbieri@gentoo
1 commit: 41847e9e7efd657d527a5a14c013e870083c0031
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Mon Jun 14 22:47:24 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Mon Jun 14 23:09:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=41847e9e
7
8 dev-python/schedule: drop 1.0.0
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-python/schedule/Manifest | 1 -
13 dev-python/schedule/schedule-1.0.0.ebuild | 28 ----------------------------
14 2 files changed, 29 deletions(-)
15
16 diff --git a/dev-python/schedule/Manifest b/dev-python/schedule/Manifest
17 index 1b6aaab6a..e7435225e 100644
18 --- a/dev-python/schedule/Manifest
19 +++ b/dev-python/schedule/Manifest
20 @@ -1,2 +1 @@
21 -DIST schedule-1.0.0.tar.gz 27992 BLAKE2B 620afa1d78065f189799e4deaae8a627d1698292cf885acdacdfd6688b8774ed155a13c8213bb0f6dfd70dec5e17ea317658f5d78e6cbdc87d670003c218e154 SHA512 79e350d5e5083bb6da70bbd12f4e8895a08fc79088f042fa9171aec48b8a45985f1638511136be2ee8f4aa92d6992978f8c85560867b6fa88a07383e952c8c4b
22 DIST schedule-1.1.0.tar.gz 31873 BLAKE2B 6e33e862f94c72f32ae3bba566ad4a64428cc90f80ed6ff8d577a29717b3cc5f3c91195742cedfedbcc4090d955f343097f53ed69e9922775969c854780798ce SHA512 3fe06e334ed532f013aeb806b7beacd9418c4dbbcb80d4b27090c08178f1874694ecfced24eeddc8450e99a80831d68b34a4a3b2638a870f30f53f570650795c
23
24 diff --git a/dev-python/schedule/schedule-1.0.0.ebuild b/dev-python/schedule/schedule-1.0.0.ebuild
25 deleted file mode 100644
26 index 2ddaa3244..000000000
27 --- a/dev-python/schedule/schedule-1.0.0.ebuild
28 +++ /dev/null
29 @@ -1,28 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -#pypy3 fails tests
36 -PYTHON_COMPAT=( python3_{7,8,9} )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Python job scheduling for humans"
41 -HOMEPAGE="https://github.com/dbader/schedule"
42 -
43 -SRC_URI="https://github.com/dbader/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
44 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
45 -
46 -LICENSE="MIT"
47 -SLOT="0"
48 -
49 -RDEPEND=""
50 -DEPEND="
51 - test? (
52 - dev-python/mock[${PYTHON_USEDEP}]
53 - )
54 -"
55 -
56 -distutils_enable_tests pytest
57 -distutils_enable_sphinx docs dev-python/pygments