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/arrow/
Date: Sun, 28 Nov 2021 19:27:27
Message-Id: 1638127344.a134e321c910d7483fc022de1d1f82001515bfe7.mgorny@gentoo
1 commit: a134e321c910d7483fc022de1d1f82001515bfe7
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 28 19:22:24 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 28 19:22:24 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a134e321
7
8 dev-python/arrow: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/arrow/Manifest | 2 --
13 dev-python/arrow/arrow-1.1.1-r1.ebuild | 32 --------------------------------
14 dev-python/arrow/arrow-1.2.0.ebuild | 32 --------------------------------
15 3 files changed, 66 deletions(-)
16
17 diff --git a/dev-python/arrow/Manifest b/dev-python/arrow/Manifest
18 index 8f200ea21bd0..9dcf6ef03715 100644
19 --- a/dev-python/arrow/Manifest
20 +++ b/dev-python/arrow/Manifest
21 @@ -1,3 +1 @@
22 -DIST arrow-1.1.1.tar.gz 113054 BLAKE2B 7f9d205aaba1c8ea4ad433baad03cf2392e5dcb819a95ef8de612f7d6f8cbb8500d224648c61a0f48403878e9b02fa8e90e3e3fb6411fa23eaf1f333205f7c1e SHA512 eaa6cde1083a0ed1204260ae9b9c850ca2dfcc53858e2391def28b2aaefe78671166bfdefa1c725adceb26fa8425885d3a0c3914782203e1c3be593dd9a00349
23 -DIST arrow-1.2.0.tar.gz 115903 BLAKE2B d9f58ef6ffeb164a8ab1b210902b76f9efb0b08fc5e2a50611f81f903f9d8d5078b88929ef93146cf139ff1b32b993b69f96b56869680bb020264bf0056e514b SHA512 038bf7d7afbe2a3b419eec88c254d5233a5050eef97e00ca5e90e21cbfc8a157252bee269db45f25e3016cb50848c194ef456cd9eb04bb4f01d0c3614f4c49fa
24 DIST arrow-1.2.1.tar.gz 118941 BLAKE2B 4e1cb13180d72fa42e8bbbb6ae810aa3101ee4f7be53f8235b901b662293ba67a5379abc1af0f19c1e64ae68c772d0bef8125717b3ce3ee24d587ff89e7c96e6 SHA512 96ac71c103554a9a609227af870c051031e66fcc8abb343f6d8f38c7e35ad632633b68afb2818443e38ff59ea4790101fbca4449f14168fc41260d15fcd6cce4
25
26 diff --git a/dev-python/arrow/arrow-1.1.1-r1.ebuild b/dev-python/arrow/arrow-1.1.1-r1.ebuild
27 deleted file mode 100644
28 index 60634190720b..000000000000
29 --- a/dev-python/arrow/arrow-1.1.1-r1.ebuild
30 +++ /dev/null
31 @@ -1,32 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Better dates and times for Python"
41 -HOMEPAGE="https://github.com/arrow-py/arrow/"
42 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 -
44 -LICENSE="Apache-2.0"
45 -SLOT="0"
46 -KEYWORDS="amd64 arm arm64 hppa ppc ppc64 ~riscv ~s390 sparc x86"
47 -
48 -RDEPEND="
49 - >=dev-python/python-dateutil-2.7.0[${PYTHON_USEDEP}]"
50 -
51 -BDEPEND="
52 - test? (
53 - dev-python/pytest-mock[${PYTHON_USEDEP}]
54 - dev-python/pytz[${PYTHON_USEDEP}]
55 - dev-python/simplejson[${PYTHON_USEDEP}]
56 - )"
57 -
58 -distutils_enable_tests pytest
59 -
60 -src_prepare() {
61 - sed -i -e '/addopts/d' tox.ini || die
62 - distutils-r1_src_prepare
63 -}
64
65 diff --git a/dev-python/arrow/arrow-1.2.0.ebuild b/dev-python/arrow/arrow-1.2.0.ebuild
66 deleted file mode 100644
67 index ee69d7156c7a..000000000000
68 --- a/dev-python/arrow/arrow-1.2.0.ebuild
69 +++ /dev/null
70 @@ -1,32 +0,0 @@
71 -# Copyright 1999-2021 Gentoo Authors
72 -# Distributed under the terms of the GNU General Public License v2
73 -
74 -EAPI=8
75 -
76 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
77 -inherit distutils-r1
78 -
79 -DESCRIPTION="Better dates and times for Python"
80 -HOMEPAGE="https://github.com/arrow-py/arrow/"
81 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
82 -
83 -LICENSE="Apache-2.0"
84 -SLOT="0"
85 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
86 -
87 -RDEPEND="
88 - >=dev-python/python-dateutil-2.7.0[${PYTHON_USEDEP}]"
89 -
90 -BDEPEND="
91 - test? (
92 - dev-python/pytest-mock[${PYTHON_USEDEP}]
93 - dev-python/pytz[${PYTHON_USEDEP}]
94 - dev-python/simplejson[${PYTHON_USEDEP}]
95 - )"
96 -
97 -distutils_enable_tests pytest
98 -
99 -src_prepare() {
100 - sed -i -e '/addopts/d' tox.ini || die
101 - distutils-r1_src_prepare
102 -}