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/blosc/
Date: Tue, 31 Jan 2023 07:09:36
Message-Id: 1675148920.8b14a88883cf073b4eabcaec34cfdb574f88a988.mgorny@gentoo
1 commit: 8b14a88883cf073b4eabcaec34cfdb574f88a988
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 31 07:01:49 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 31 07:08:40 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b14a888
7
8 dev-python/blosc: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/blosc/Manifest | 2 --
13 dev-python/blosc/blosc-1.10.6.ebuild | 52 ----------------------------------
14 dev-python/blosc/blosc-1.11.0.ebuild | 54 ------------------------------------
15 3 files changed, 108 deletions(-)
16
17 diff --git a/dev-python/blosc/Manifest b/dev-python/blosc/Manifest
18 index 211b034fd612..afe7d36fd126 100644
19 --- a/dev-python/blosc/Manifest
20 +++ b/dev-python/blosc/Manifest
21 @@ -1,3 +1 @@
22 -DIST python-blosc-1.10.6.gh.tar.gz 1570504 BLAKE2B 44f444fa5050a6198e83649973fc82d6804eec50bf79c332ed6a974e417f2a58baf09480a9bb5c5b7abcef2a961cd7bc61f962c12db625b1a7c48799ace0b39a SHA512 e283b132ebb91e7ce362ec65a1d6760e3793046371ea545a9e842372084182bcc194c3a0e1cb20914de58554063995a238ea0a129214731689e8cd5f4203d3ed
23 -DIST python-blosc-1.11.0.gh.tar.gz 111589 BLAKE2B 6bc5dda4e40ceb9770dd5b6e6db1fced42e257475b220bcb530c8b291bf132f61013ece5934a7d47778fdac716fcea0e6d57b7543b1cc76ccd95201cad072bdd SHA512 94c6f470b9f6e8d1fec0e44709e84582cd595291dddcd07ea174665a6fc12e029c6f0c781c8e506e95d4f9ee9fc27cbbfb5bc2789f341df3e84f342626dcfdb0
24 DIST python-blosc-1.11.1.gh.tar.gz 111262 BLAKE2B cb348253a24258d2649ebc0604acbf936b8ccc2b28c42c69da2fee72ddf87eb17a24657bc5d3c0530193a60f482555ce4cc5d168a18d9c2d79a13410d40670bc SHA512 21f8a697a3a902860a6ed72233984cf00c464ec0ddde9842a0c24b1e8e5ec4dd57b872096445a873d162d7529cba5c3666ba2a3ee3f9b1b18107d9636011281c
25
26 diff --git a/dev-python/blosc/blosc-1.10.6.ebuild b/dev-python/blosc/blosc-1.10.6.ebuild
27 deleted file mode 100644
28 index 4d70e9f0f988..000000000000
29 --- a/dev-python/blosc/blosc-1.10.6.ebuild
30 +++ /dev/null
31 @@ -1,52 +0,0 @@
32 -# Copyright 1999-2023 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -DISTUTILS_USE_PEP517=setuptools
38 -PYTHON_COMPAT=( python3_{9..11} )
39 -
40 -inherit distutils-r1
41 -
42 -MY_P=python-blosc-${PV}
43 -DESCRIPTION="High performance compressor optimized for binary data"
44 -HOMEPAGE="
45 - https://www.blosc.org/
46 - https://github.com/Blosc/python-blosc/
47 - https://pypi.org/project/blosc/
48 -"
49 -SRC_URI="
50 - https://github.com/Blosc/python-blosc/archive/v${PV}.tar.gz
51 - -> ${MY_P}.gh.tar.gz
52 -"
53 -S=${WORKDIR}/${MY_P}
54 -
55 -SLOT="0"
56 -LICENSE="BSD"
57 -KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
58 -IUSE="test"
59 -RESTRICT="!test? ( test )"
60 -
61 -RDEPEND="
62 - >=dev-libs/c-blosc-1.19.0:=
63 -"
64 -DEPEND="
65 - ${RDEPEND}
66 -"
67 -BDEPEND="
68 - dev-python/scikit-build[${PYTHON_USEDEP}]
69 - test? (
70 - dev-python/numpy[${PYTHON_USEDEP}]
71 - )
72 -"
73 -
74 -DOCS=( ANNOUNCE.rst README.rst RELEASE_NOTES.rst )
75 -
76 -src_configure() {
77 - export USE_SYSTEM_BLOSC=1
78 - export BLOSC_DIR="${EPREFIX}/usr"
79 -}
80 -
81 -python_test() {
82 - "${EPYTHON}" -m blosc.test -v || die
83 -}
84
85 diff --git a/dev-python/blosc/blosc-1.11.0.ebuild b/dev-python/blosc/blosc-1.11.0.ebuild
86 deleted file mode 100644
87 index 9e9cebc73a2f..000000000000
88 --- a/dev-python/blosc/blosc-1.11.0.ebuild
89 +++ /dev/null
90 @@ -1,54 +0,0 @@
91 -# Copyright 1999-2023 Gentoo Authors
92 -# Distributed under the terms of the GNU General Public License v2
93 -
94 -EAPI=8
95 -
96 -DISTUTILS_USE_PEP517=setuptools
97 -PYTHON_COMPAT=( python3_{9..11} )
98 -
99 -inherit distutils-r1
100 -
101 -MY_P=python-blosc-${PV}
102 -DESCRIPTION="High performance compressor optimized for binary data"
103 -HOMEPAGE="
104 - https://www.blosc.org/
105 - https://github.com/Blosc/python-blosc/
106 - https://pypi.org/project/blosc/
107 -"
108 -SRC_URI="
109 - https://github.com/Blosc/python-blosc/archive/v${PV}.tar.gz
110 - -> ${MY_P}.gh.tar.gz
111 -"
112 -S=${WORKDIR}/${MY_P}
113 -
114 -SLOT="0"
115 -LICENSE="BSD"
116 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
117 -IUSE="test"
118 -RESTRICT="!test? ( test )"
119 -
120 -RDEPEND="
121 - >=dev-libs/c-blosc-1.19.0:=
122 -"
123 -DEPEND="
124 - ${RDEPEND}
125 -"
126 -# py-cpuinfo dep is irrelevant for us, as it is only used to configure
127 -# bundled c-blosc build
128 -BDEPEND="
129 - dev-python/scikit-build[${PYTHON_USEDEP}]
130 - test? (
131 - dev-python/numpy[${PYTHON_USEDEP}]
132 - )
133 -"
134 -
135 -DOCS=( ANNOUNCE.rst README.rst RELEASE_NOTES.rst )
136 -
137 -src_configure() {
138 - export USE_SYSTEM_BLOSC=1
139 - export BLOSC_DIR="${EPREFIX}/usr"
140 -}
141 -
142 -python_test() {
143 - "${EPYTHON}" -m blosc.test -v || die
144 -}