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/more-itertools/
Date: Sun, 11 Sep 2022 05:29:16
Message-Id: 1662874147.a3e281b732c2a48494fd7e46e6a80ab8323a3d53.mgorny@gentoo
1 commit: a3e281b732c2a48494fd7e46e6a80ab8323a3d53
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 11 05:28:37 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 11 05:29:07 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3e281b7
7
8 dev-python/more-itertools: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/more-itertools/Manifest | 1 -
13 .../more-itertools/more-itertools-8.13.0.ebuild | 25 ----------------------
14 2 files changed, 26 deletions(-)
15
16 diff --git a/dev-python/more-itertools/Manifest b/dev-python/more-itertools/Manifest
17 index d04d94aeff62..6da5230147a0 100644
18 --- a/dev-python/more-itertools/Manifest
19 +++ b/dev-python/more-itertools/Manifest
20 @@ -1,2 +1 @@
21 -DIST more-itertools-8.13.0.tar.gz 101264 BLAKE2B 28c212e76f18081301c6d946e06112beb2a6a3fef3b99582d5ea98c2142e1e47b0f5300f441a4d206f5950120466212a9fde40eae53bce0098097063468f56f5 SHA512 2f3473cdd67ddcb2c658f60638b91a25c4ce9d9a92bbda5ca937dd4748857408bfe8dd9d4e699f53bd9f10d7b433db57e499bd28f184b8faa58b2004f2c92004
22 DIST more-itertools-8.14.0.tar.gz 102642 BLAKE2B 8315bf1d5c2096ae2365a8212bed790b1e443e31a17a3a094f3bbf2b85feb71ba15a79489473a53af6680db3d8dacc54849769db8ef43ded6c5b3f44767c4213 SHA512 a85ad9359ddd65caa81b743ff342c3917420d57ffc53b130eaa2d049fc90b55e0e00f12c878b49eb5f882b62e3a3b2a4ea04677c4e959958eab89aa5dd26eb0d
23
24 diff --git a/dev-python/more-itertools/more-itertools-8.13.0.ebuild b/dev-python/more-itertools/more-itertools-8.13.0.ebuild
25 deleted file mode 100644
26 index fda8ede7b374..000000000000
27 --- a/dev-python/more-itertools/more-itertools-8.13.0.ebuild
28 +++ /dev/null
29 @@ -1,25 +0,0 @@
30 -# Copyright 1999-2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
34 -EAPI=7
35 -
36 -DISTUTILS_USE_PEP517=flit
37 -PYTHON_COMPAT=( python3_{8..11} pypy3 )
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="More routines for operating on iterables, beyond itertools"
42 -HOMEPAGE="
43 - https://github.com/more-itertools/more-itertools/
44 - https://pypi.org/project/more-itertools/
45 -"
46 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
47 -
48 -LICENSE="MIT"
49 -SLOT="0"
50 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
51 -
52 -distutils_enable_sphinx docs \
53 - dev-python/sphinx_rtd_theme
54 -distutils_enable_tests unittest