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: Tue, 30 Mar 2021 11:04:51
Message-Id: 1617101863.2b27ed650d7c11198794d08833c128e162457d8c.mgorny@gentoo
1 commit: 2b27ed650d7c11198794d08833c128e162457d8c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 30 10:57:43 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 30 10:57:43 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b27ed65
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 | 3 ---
13 dev-python/arrow/arrow-0.17.0.ebuild | 32 --------------------------------
14 dev-python/arrow/arrow-1.0.0.ebuild | 35 -----------------------------------
15 dev-python/arrow/arrow-1.0.2.ebuild | 35 -----------------------------------
16 4 files changed, 105 deletions(-)
17
18 diff --git a/dev-python/arrow/Manifest b/dev-python/arrow/Manifest
19 index 6cf9e746646..0d77cff8bfd 100644
20 --- a/dev-python/arrow/Manifest
21 +++ b/dev-python/arrow/Manifest
22 @@ -1,5 +1,2 @@
23 -DIST arrow-0.17.0.tar.gz 97411 BLAKE2B d908f9e98b4046aa8afbde992e108106e0cb81d5d37a556ace06585b7d354fa75338e5c4e4263ece0d8d043f29f3909e3c200b2c79c744a4bd13319764667998 SHA512 30ab01c66ef1dfb7fb35dc8609ca19039fa3e37638ff0df681d0ffc9dbc832e9d3a577d9a45fc70ff3e74aacb6198b37e61ada22854572c57c27d7ecbef09caa
24 -DIST arrow-1.0.0.tar.gz 101951 BLAKE2B b8949dc2274f44020bd70e1013b3b3053789319daae0c630e17d2bac66d614e958b2d34ed9b06a1a5502a21684de10e053d4f1e70bfaf9a630548135d72f364f SHA512 4e487a0c1c6f55361b8ec673082d61efec1b27a32b19e2e599a344407737e5eea47ee8e2173b2f089e69a5638f99022870bb3ac57f31c16d5b4efd2858933fa8
25 DIST arrow-1.0.1.tar.gz 102243 BLAKE2B bad601878bf692858db56967b456fa0c413faebcaaeee352ffe40933cfd915dca8dbbcc2ce4e4f37e03b393acdbfc94d49b8825664a9d1e246ae91a350e9cfcd SHA512 5500df4af6ac8c2858dc98a427a4b81d51d08a4bb44841ef03bbb3a57c9c9004a306e5d627a5202d5b7498dfb71c3602c1ec265666958a94b95861c901ecd79a
26 -DIST arrow-1.0.2.tar.gz 102330 BLAKE2B 2f7b737890aceceb265d2790d163c2d2325e78cc9045a95523b4e71d520f7d1fdb10efd18ccfc305bf10b27cf8f503a4e5bfc81897936b7c63600a3569ddd230 SHA512 a1ddfda75c84bd1e7708ba8368bbf672b1906bcd3a10cfb9ff867c72acd4da977089b4059b16de29c6112ce793e459f9eaa173f345bd25727c2dcbacbe235b05
27 DIST arrow-1.0.3.tar.gz 102536 BLAKE2B 020b9b12a529f31c8054cfe98b99ee791cd1f2889422e4bb1b0bb6873ff4c1748951b63d20d2526af2bea3ff13b26d809b35eed36984d1063c35c334d76ee416 SHA512 f8da6574758ca1f319ed9d71e4fc6e44d3c3db0a6fe36c8868c3515ab789093660e3d57d6de60813cf2eb57c7a3a8bfe92facbb410a383528cb1fbc37d860b49
28
29 diff --git a/dev-python/arrow/arrow-0.17.0.ebuild b/dev-python/arrow/arrow-0.17.0.ebuild
30 deleted file mode 100644
31 index 538ab26c02e..00000000000
32 --- a/dev-python/arrow/arrow-0.17.0.ebuild
33 +++ /dev/null
34 @@ -1,32 +0,0 @@
35 -# Copyright 1999-2020 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=7
39 -PYTHON_COMPAT=( python3_{7..9} )
40 -
41 -inherit distutils-r1
42 -
43 -DESCRIPTION="Better dates and times for Python"
44 -HOMEPAGE="https://github.com/crsmithdev/arrow/"
45 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
46 -
47 -LICENSE="Apache-2.0"
48 -SLOT="0"
49 -KEYWORDS="amd64 ~arm64 x86"
50 -
51 -RDEPEND="
52 - >=dev-python/python-dateutil-2.7.0[${PYTHON_USEDEP}]"
53 -
54 -BDEPEND="
55 - test? (
56 - dev-python/pytest-mock[${PYTHON_USEDEP}]
57 - dev-python/pytz[${PYTHON_USEDEP}]
58 - dev-python/simplejson[${PYTHON_USEDEP}]
59 - )"
60 -
61 -distutils_enable_tests pytest
62 -
63 -src_prepare() {
64 - sed -i -e '/addopts/d' tox.ini || die
65 - distutils-r1_src_prepare
66 -}
67
68 diff --git a/dev-python/arrow/arrow-1.0.0.ebuild b/dev-python/arrow/arrow-1.0.0.ebuild
69 deleted file mode 100644
70 index 81e5cb7ef66..00000000000
71 --- a/dev-python/arrow/arrow-1.0.0.ebuild
72 +++ /dev/null
73 @@ -1,35 +0,0 @@
74 -# Copyright 1999-2021 Gentoo Authors
75 -# Distributed under the terms of the GNU General Public License v2
76 -
77 -EAPI=7
78 -PYTHON_COMPAT=( python3_{7..9} )
79 -
80 -inherit distutils-r1
81 -
82 -DESCRIPTION="Better dates and times for Python"
83 -HOMEPAGE="https://github.com/arrow-py/arrow/"
84 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
85 -
86 -LICENSE="Apache-2.0"
87 -SLOT="0"
88 -KEYWORDS="~amd64 ~arm64 ~x86"
89 -
90 -RDEPEND="
91 - >=dev-python/python-dateutil-2.7.0[${PYTHON_USEDEP}]
92 - $(python_gen_cond_dep '
93 - dev-python/typing-extensions[${PYTHON_USEDEP}]
94 - ' python3_7)"
95 -
96 -BDEPEND="
97 - test? (
98 - dev-python/pytest-mock[${PYTHON_USEDEP}]
99 - dev-python/pytz[${PYTHON_USEDEP}]
100 - dev-python/simplejson[${PYTHON_USEDEP}]
101 - )"
102 -
103 -distutils_enable_tests pytest
104 -
105 -src_prepare() {
106 - sed -i -e '/addopts/d' tox.ini || die
107 - distutils-r1_src_prepare
108 -}
109
110 diff --git a/dev-python/arrow/arrow-1.0.2.ebuild b/dev-python/arrow/arrow-1.0.2.ebuild
111 deleted file mode 100644
112 index 81e5cb7ef66..00000000000
113 --- a/dev-python/arrow/arrow-1.0.2.ebuild
114 +++ /dev/null
115 @@ -1,35 +0,0 @@
116 -# Copyright 1999-2021 Gentoo Authors
117 -# Distributed under the terms of the GNU General Public License v2
118 -
119 -EAPI=7
120 -PYTHON_COMPAT=( python3_{7..9} )
121 -
122 -inherit distutils-r1
123 -
124 -DESCRIPTION="Better dates and times for Python"
125 -HOMEPAGE="https://github.com/arrow-py/arrow/"
126 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
127 -
128 -LICENSE="Apache-2.0"
129 -SLOT="0"
130 -KEYWORDS="~amd64 ~arm64 ~x86"
131 -
132 -RDEPEND="
133 - >=dev-python/python-dateutil-2.7.0[${PYTHON_USEDEP}]
134 - $(python_gen_cond_dep '
135 - dev-python/typing-extensions[${PYTHON_USEDEP}]
136 - ' python3_7)"
137 -
138 -BDEPEND="
139 - test? (
140 - dev-python/pytest-mock[${PYTHON_USEDEP}]
141 - dev-python/pytz[${PYTHON_USEDEP}]
142 - dev-python/simplejson[${PYTHON_USEDEP}]
143 - )"
144 -
145 -distutils_enable_tests pytest
146 -
147 -src_prepare() {
148 - sed -i -e '/addopts/d' tox.ini || die
149 - distutils-r1_src_prepare
150 -}