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: dev-python/tempora/
Date: Sun, 25 Jul 2021 08:41:42
Message-Id: 1627202478.0be95b06825c6893bb28136fe3194a8c1da59d5f.mgorny@gentoo
1 commit: 0be95b06825c6893bb28136fe3194a8c1da59d5f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 25 06:53:39 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 25 08:41:18 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0be95b06
7
8 dev-python/tempora: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/tempora/Manifest | 1 -
13 dev-python/tempora/tempora-4.0.2.ebuild | 35 ---------------------------------
14 2 files changed, 36 deletions(-)
15
16 diff --git a/dev-python/tempora/Manifest b/dev-python/tempora/Manifest
17 index cd4b45d93dd..dda6e0df6d3 100644
18 --- a/dev-python/tempora/Manifest
19 +++ b/dev-python/tempora/Manifest
20 @@ -1,2 +1 @@
21 -DIST tempora-4.0.2.tar.gz 21837 BLAKE2B 2d3a9e2fb09ce63e37beb8090eef0238a55c0daf8ddeec79da148af5a77ba0afbc1ae5cc9cbffe1fe04adee3fb0928005e30dfe69dd95ec746d5b003670926cb SHA512 6b4b4f78d1bd05518a1ac89900f927bff9164b57f9cf295045babb0a2b23216012226035d9a2e092e987ab9dc55e583975f9d2f8e62e526cd1a88e13858f9588
22 DIST tempora-4.1.1.tar.gz 19208 BLAKE2B 77901d1f4b19f2c88d4492788f8b351c70ffdb474769597bc2eefc85b4dd503e57876b687b600b49a381dd24133ae30ac547961e7cf8d7005e4cce5dc5049012 SHA512 a272980be5d4448bbd97d9e48d8a992c07cd1e970924f301fd3444834fe112453d5714ff8f3e7af6a5775d931b825601d7f1abf3cd9319b08d148a2a07d40d07
23
24 diff --git a/dev-python/tempora/tempora-4.0.2.ebuild b/dev-python/tempora/tempora-4.0.2.ebuild
25 deleted file mode 100644
26 index 271e88fc1a9..00000000000
27 --- a/dev-python/tempora/tempora-4.0.2.ebuild
28 +++ /dev/null
29 @@ -1,35 +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 -PYTHON_COMPAT=( pypy3 python3_{7..10} )
36 -inherit distutils-r1
37 -
38 -MY_PN="${PN/-/.}"
39 -DESCRIPTION="Objects and routines pertaining to date and time"
40 -HOMEPAGE="https://github.com/jaraco/tempora"
41 -SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
42 -S="${WORKDIR}/${MY_PN}-${PV}"
43 -
44 -LICENSE="MIT"
45 -SLOT="0"
46 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86 ~x64-macos"
47 -
48 -RDEPEND="
49 - >=dev-python/jaraco-functools-1.20[${PYTHON_USEDEP}]
50 - dev-python/pytz[${PYTHON_USEDEP}]
51 -"
52 -BDEPEND="
53 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
54 - dev-python/toml[${PYTHON_USEDEP}]
55 - test? (
56 - dev-python/freezegun[${PYTHON_USEDEP}]
57 - dev-python/pytest-freezegun[${PYTHON_USEDEP}]
58 - )
59 -"
60 -
61 -distutils_enable_tests pytest
62 -distutils_enable_sphinx docs \
63 - ">=dev-python/jaraco-packaging-3.2" \
64 - ">=dev-python/rst-linker-1.9"