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: Wed, 01 Mar 2023 06:33:52
Message-Id: 1677652170.005e29fa72241c36b9987b48c423fe4bd18f195d.mgorny@gentoo
1 commit: 005e29fa72241c36b9987b48c423fe4bd18f195d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 1 06:29:30 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 1 06:29:30 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=005e29fa
7
8 dev-python/funcy: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/funcy/Manifest | 1 -
13 dev-python/funcy/funcy-1.17.ebuild | 19 -------------------
14 2 files changed, 20 deletions(-)
15
16 diff --git a/dev-python/funcy/Manifest b/dev-python/funcy/Manifest
17 index f2ddf8c3358b..434d34412e0a 100644
18 --- a/dev-python/funcy/Manifest
19 +++ b/dev-python/funcy/Manifest
20 @@ -1,2 +1 @@
21 -DIST funcy-1.17.tar.gz 112383 BLAKE2B 150133f72ed165bdc9adc3a9f4954dfd5b846dea7b1ee2cae0d6621ebaec3e2ba986cd6596fd86482036aad6476913caec0868db9cf55c067fdbf62ac10953e2 SHA512 d48ce3b7a7b8ee7512df109d651f40ca4dadf681acca6ab0a4857a2ea408f20f6345b9b416ca8b1e924050a842648192b8fe79381c202361bc4d2e25bd55ad05
22 DIST funcy-1.18.tar.gz 277530 BLAKE2B 78e86e23b3908924de1de62dd567ff8ff52079a9a7529923c84f67a3c5f768d232164d758763db1ce941986c28012dbcb3c146412998b1d1d6064efcc0ff4bf9 SHA512 274fec59c1fddc58248b5f8c81686955706333bbd33a1d567f62694c70449ef2488fae6bf76418b8ff3c6655fad12ed344cc6c90a84c5b10412e32fbdda016fe
23
24 diff --git a/dev-python/funcy/funcy-1.17.ebuild b/dev-python/funcy/funcy-1.17.ebuild
25 deleted file mode 100644
26 index b18c07ac76ce..000000000000
27 --- a/dev-python/funcy/funcy-1.17.ebuild
28 +++ /dev/null
29 @@ -1,19 +0,0 @@
30 -# Copyright 1999-2023 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -PYTHON_COMPAT=( python3_{9..10} )
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="A collection of fancy functional tools focused on practicality"
39 -HOMEPAGE="https://github.com/Suor/funcy"
40 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
41 -
42 -LICENSE="BSD"
43 -SLOT="0"
44 -KEYWORDS="amd64 x86"
45 -
46 -BDEPEND="test? ( dev-python/whatever[${PYTHON_USEDEP}] )"
47 -
48 -distutils_enable_tests --install pytest