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/funcy/
Date: Sun, 31 Jan 2021 20:04:17
Message-Id: 1612123448.787e883f0e9214a1d93778e0719bcf5a61166e73.mgorny@gentoo
1 commit: 787e883f0e9214a1d93778e0719bcf5a61166e73
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 31 19:53:18 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 31 20:04:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=787e883f
7
8 dev-python/funcy: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/funcy/funcy-1.14.ebuild | 19 -------------------
13 1 file changed, 19 deletions(-)
14
15 diff --git a/dev-python/funcy/funcy-1.14.ebuild b/dev-python/funcy/funcy-1.14.ebuild
16 deleted file mode 100644
17 index ac399ad0405..00000000000
18 --- a/dev-python/funcy/funcy-1.14.ebuild
19 +++ /dev/null
20 @@ -1,19 +0,0 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -
26 -PYTHON_COMPAT=( python3_7 python3_8 )
27 -inherit distutils-r1
28 -
29 -DESCRIPTION="A collection of fancy functional tools focused on practicality"
30 -HOMEPAGE="https://github.com/Suor/funcy"
31 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
32 -
33 -LICENSE="BSD"
34 -SLOT="0"
35 -KEYWORDS="amd64 x86"
36 -IUSE=""
37 -
38 -DEPEND=""
39 -RDEPEND="${DEPEND}"