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: Wed, 02 Sep 2020 06:41:46
Message-Id: 1599028796.52f892ad65fdedb853adfc0ec030022916c7f0bb.mgorny@gentoo
1 commit: 52f892ad65fdedb853adfc0ec030022916c7f0bb
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 2 05:47:17 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 2 06:39:56 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52f892ad
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 | 1 -
13 dev-python/arrow/arrow-0.15.7.ebuild | 32 --------------------------------
14 2 files changed, 33 deletions(-)
15
16 diff --git a/dev-python/arrow/Manifest b/dev-python/arrow/Manifest
17 index 1a5224afd35..7213c1eeb52 100644
18 --- a/dev-python/arrow/Manifest
19 +++ b/dev-python/arrow/Manifest
20 @@ -1,3 +1,2 @@
21 -DIST arrow-0.15.7.tar.gz 89278 BLAKE2B 591fbd63aaeb644ab21f0499df7929cdafe181ad9065459677c84347395dcc694e39db47d596b4d3f920e32e3f1e03da1d9e85c8f197d545dd335e9055a65f47 SHA512 28cfc9edbf013ee03bb52c9794333d725a4fc967f0c8c6837931fc6994e08c367763deb193b8eae8b931cf849294bfce3470316c0a1b73340eb96ca1c9d8959c
22 DIST arrow-0.15.8.tar.gz 92220 BLAKE2B 8650d31b5b75c6222d86b5e13f253ae6baff66e91044a74235eda4589a47ebf680b31e2007fb13c83287402ffeaa446437aace9124637e6952ef139388aa51fa SHA512 93d161cbeb48636f2e3f91ebcc51cddbb3b21175ae31f5d9251a22358c7d1934663a8e47a82efd8773bf30c28efefcd8d2a3baf581fe191777cd41f12f29d4d2
23 DIST arrow-0.16.0.tar.gz 94403 BLAKE2B 9d2ad18732cce5bafdb628a2e9b825e6d1ebd94f7848391c0a0752a802a7e2e8a34afe0da7474df0265c4a83016530a1c070f4f1629c8fee8172812a53a3a7af SHA512 e48316bd31a86d640e50987010bd56c6859e972522e753c00d83730f1ce4764716eb9a22c4aa9aa0d64949f25acb7e1a3479ce0e1c62058fcb887a442f2247d6
24
25 diff --git a/dev-python/arrow/arrow-0.15.7.ebuild b/dev-python/arrow/arrow-0.15.7.ebuild
26 deleted file mode 100644
27 index 575b3b8a087..00000000000
28 --- a/dev-python/arrow/arrow-0.15.7.ebuild
29 +++ /dev/null
30 @@ -1,32 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -PYTHON_COMPAT=( python3_{6..9} )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="Better dates and times for Python"
40 -HOMEPAGE="https://github.com/crsmithdev/arrow/"
41 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
42 -
43 -LICENSE="Apache-2.0"
44 -SLOT="0"
45 -KEYWORDS="amd64 ~arm64 x86"
46 -
47 -RDEPEND="
48 - dev-python/python-dateutil[${PYTHON_USEDEP}]"
49 -
50 -BDEPEND="
51 - test? (
52 - dev-python/pytest-mock[${PYTHON_USEDEP}]
53 - dev-python/pytz[${PYTHON_USEDEP}]
54 - dev-python/simplejson[${PYTHON_USEDEP}]
55 - )"
56 -
57 -distutils_enable_tests pytest
58 -
59 -src_prepare() {
60 - sed -i -e '/addopts/d' tox.ini || die
61 - distutils-r1_src_prepare
62 -}