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/bottleneck/
Date: Mon, 28 Mar 2022 10:14:41
Message-Id: 1648462464.dd09308bc8bf78c413261e1dc6fbca452a05367a.mgorny@gentoo
1 commit: dd09308bc8bf78c413261e1dc6fbca452a05367a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 28 08:57:59 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 28 10:14:24 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd09308b
7
8 dev-python/bottleneck: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/bottleneck/Manifest | 1 -
13 dev-python/bottleneck/bottleneck-1.3.2-r1.ebuild | 25 ------------------------
14 2 files changed, 26 deletions(-)
15
16 diff --git a/dev-python/bottleneck/Manifest b/dev-python/bottleneck/Manifest
17 index cba33a33754b..9c630d9c3441 100644
18 --- a/dev-python/bottleneck/Manifest
19 +++ b/dev-python/bottleneck/Manifest
20 @@ -1,2 +1 @@
21 -DIST bottleneck-1.3.2.tar.gz 102565 BLAKE2B 4d903bd8ff918a54cdee5b6c6815e8d404c6d3cd1a73e02f81888aab077970a113fcd24acef9da8a35138aa808c211883bf9bd952f83f17df4f94a6172fbe140 SHA512 9b6f812a625c9bb39501e8834ce41ae34ce57038d3ec9528aa8aa80910663c4e3b420d535f0ec8fa9e506faecabaf0151950afcebdc919479ed04787f26dc3ee
22 DIST bottleneck-1.3.4.gh.tar.gz 118739 BLAKE2B af4b32bf296f11538b12f364592553d407668762e1e2d94c814bf262bc9ef88f1338cd388ff1c02065f8266988fe6cad5f8461aed2a144a9bfaf98f8ae46eeae SHA512 0cb3837139f947a7da026bddc8ff6e8025ee0aac6aedf4046383eb8385789d1816158ae20438b15a28c7f0b6552c3570c18abdbb6ef265fa9f497edebae1d808
23
24 diff --git a/dev-python/bottleneck/bottleneck-1.3.2-r1.ebuild b/dev-python/bottleneck/bottleneck-1.3.2-r1.ebuild
25 deleted file mode 100644
26 index 9acd4ca07def..000000000000
27 --- a/dev-python/bottleneck/bottleneck-1.3.2-r1.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 -EAPI=7
34 -
35 -PYTHON_COMPAT=( python3_{8..10} )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="Fast NumPy array functions written in C"
40 -HOMEPAGE="https://pypi.org/project/Bottleneck/"
41 -SRC_URI="https://github.com/kwgoodman/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
42 -
43 -LICENSE="BSD"
44 -SLOT="0"
45 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
46 -
47 -RDEPEND=">=dev-python/numpy-1.9.1[${PYTHON_USEDEP}]"
48 -DEPEND="${RDEPEND}"
49 -
50 -distutils_enable_tests pytest
51 -
52 -python_test() {
53 - "${EPYTHON}" ./tools/test-installed-bottleneck.py -vv -m full || die
54 -}