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: Thu, 30 Jul 2020 20:46:39
Message-Id: 1596141987.86e933bd1666f6b71654ab9c9aa572995d75e1de.mgorny@gentoo
1 commit: 86e933bd1666f6b71654ab9c9aa572995d75e1de
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 30 20:42:56 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 30 20:46:27 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86e933bd
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.6.ebuild | 32 --------------------------------
14 2 files changed, 33 deletions(-)
15
16 diff --git a/dev-python/arrow/Manifest b/dev-python/arrow/Manifest
17 index 64c7820a38c..745484f57c4 100644
18 --- a/dev-python/arrow/Manifest
19 +++ b/dev-python/arrow/Manifest
20 @@ -1,3 +1,2 @@
21 -DIST arrow-0.15.6.tar.gz 83160 BLAKE2B 1a79e91a3185b8866653646f1a553d141b0c20b4712ab809add0362c76f7f9086a259db9827423074387017c439664e5c8bd663b719eadf725a4de608f370cc2 SHA512 c56316f8c535c6f14ccaab32e2559b45309170fd47e8728cdd8c0e2af9398264f90fbdd0ece82d14e3f959d24b186fac3e8bb52cf7a64fe0dcd4c247650c73b5
22 DIST arrow-0.15.7.tar.gz 89278 BLAKE2B 591fbd63aaeb644ab21f0499df7929cdafe181ad9065459677c84347395dcc694e39db47d596b4d3f920e32e3f1e03da1d9e85c8f197d545dd335e9055a65f47 SHA512 28cfc9edbf013ee03bb52c9794333d725a4fc967f0c8c6837931fc6994e08c367763deb193b8eae8b931cf849294bfce3470316c0a1b73340eb96ca1c9d8959c
23 DIST arrow-0.15.8.tar.gz 92220 BLAKE2B 8650d31b5b75c6222d86b5e13f253ae6baff66e91044a74235eda4589a47ebf680b31e2007fb13c83287402ffeaa446437aace9124637e6952ef139388aa51fa SHA512 93d161cbeb48636f2e3f91ebcc51cddbb3b21175ae31f5d9251a22358c7d1934663a8e47a82efd8773bf30c28efefcd8d2a3baf581fe191777cd41f12f29d4d2
24
25 diff --git a/dev-python/arrow/arrow-0.15.6.ebuild b/dev-python/arrow/arrow-0.15.6.ebuild
26 deleted file mode 100644
27 index f685a50eec1..00000000000
28 --- a/dev-python/arrow/arrow-0.15.6.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,7,8} )
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' setup.cfg || die
61 - distutils-r1_src_prepare
62 -}