public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/blosc/
Date: Tue, 31 Jan 2023 07:09:30 +0000 (UTC)	[thread overview]
Message-ID: <1675148920.8b14a88883cf073b4eabcaec34cfdb574f88a988.mgorny@gentoo> (raw)

commit:     8b14a88883cf073b4eabcaec34cfdb574f88a988
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 31 07:01:49 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jan 31 07:08:40 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b14a888

dev-python/blosc: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/blosc/Manifest            |  2 --
 dev-python/blosc/blosc-1.10.6.ebuild | 52 ----------------------------------
 dev-python/blosc/blosc-1.11.0.ebuild | 54 ------------------------------------
 3 files changed, 108 deletions(-)

diff --git a/dev-python/blosc/Manifest b/dev-python/blosc/Manifest
index 211b034fd612..afe7d36fd126 100644
--- a/dev-python/blosc/Manifest
+++ b/dev-python/blosc/Manifest
@@ -1,3 +1 @@
-DIST python-blosc-1.10.6.gh.tar.gz 1570504 BLAKE2B 44f444fa5050a6198e83649973fc82d6804eec50bf79c332ed6a974e417f2a58baf09480a9bb5c5b7abcef2a961cd7bc61f962c12db625b1a7c48799ace0b39a SHA512 e283b132ebb91e7ce362ec65a1d6760e3793046371ea545a9e842372084182bcc194c3a0e1cb20914de58554063995a238ea0a129214731689e8cd5f4203d3ed
-DIST python-blosc-1.11.0.gh.tar.gz 111589 BLAKE2B 6bc5dda4e40ceb9770dd5b6e6db1fced42e257475b220bcb530c8b291bf132f61013ece5934a7d47778fdac716fcea0e6d57b7543b1cc76ccd95201cad072bdd SHA512 94c6f470b9f6e8d1fec0e44709e84582cd595291dddcd07ea174665a6fc12e029c6f0c781c8e506e95d4f9ee9fc27cbbfb5bc2789f341df3e84f342626dcfdb0
 DIST python-blosc-1.11.1.gh.tar.gz 111262 BLAKE2B cb348253a24258d2649ebc0604acbf936b8ccc2b28c42c69da2fee72ddf87eb17a24657bc5d3c0530193a60f482555ce4cc5d168a18d9c2d79a13410d40670bc SHA512 21f8a697a3a902860a6ed72233984cf00c464ec0ddde9842a0c24b1e8e5ec4dd57b872096445a873d162d7529cba5c3666ba2a3ee3f9b1b18107d9636011281c

diff --git a/dev-python/blosc/blosc-1.10.6.ebuild b/dev-python/blosc/blosc-1.10.6.ebuild
deleted file mode 100644
index 4d70e9f0f988..000000000000
--- a/dev-python/blosc/blosc-1.10.6.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-MY_P=python-blosc-${PV}
-DESCRIPTION="High performance compressor optimized for binary data"
-HOMEPAGE="
-	https://www.blosc.org/
-	https://github.com/Blosc/python-blosc/
-	https://pypi.org/project/blosc/
-"
-SRC_URI="
-	https://github.com/Blosc/python-blosc/archive/v${PV}.tar.gz
-		-> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	>=dev-libs/c-blosc-1.19.0:=
-"
-DEPEND="
-	${RDEPEND}
-"
-BDEPEND="
-	dev-python/scikit-build[${PYTHON_USEDEP}]
-	test? (
-		dev-python/numpy[${PYTHON_USEDEP}]
-	)
-"
-
-DOCS=( ANNOUNCE.rst README.rst RELEASE_NOTES.rst )
-
-src_configure() {
-	export USE_SYSTEM_BLOSC=1
-	export BLOSC_DIR="${EPREFIX}/usr"
-}
-
-python_test() {
-	"${EPYTHON}" -m blosc.test -v || die
-}

diff --git a/dev-python/blosc/blosc-1.11.0.ebuild b/dev-python/blosc/blosc-1.11.0.ebuild
deleted file mode 100644
index 9e9cebc73a2f..000000000000
--- a/dev-python/blosc/blosc-1.11.0.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-MY_P=python-blosc-${PV}
-DESCRIPTION="High performance compressor optimized for binary data"
-HOMEPAGE="
-	https://www.blosc.org/
-	https://github.com/Blosc/python-blosc/
-	https://pypi.org/project/blosc/
-"
-SRC_URI="
-	https://github.com/Blosc/python-blosc/archive/v${PV}.tar.gz
-		-> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	>=dev-libs/c-blosc-1.19.0:=
-"
-DEPEND="
-	${RDEPEND}
-"
-# py-cpuinfo dep is irrelevant for us, as it is only used to configure
-# bundled c-blosc build
-BDEPEND="
-	dev-python/scikit-build[${PYTHON_USEDEP}]
-	test? (
-		dev-python/numpy[${PYTHON_USEDEP}]
-	)
-"
-
-DOCS=( ANNOUNCE.rst README.rst RELEASE_NOTES.rst )
-
-src_configure() {
-	export USE_SYSTEM_BLOSC=1
-	export BLOSC_DIR="${EPREFIX}/usr"
-}
-
-python_test() {
-	"${EPYTHON}" -m blosc.test -v || die
-}


             reply	other threads:[~2023-01-31  7:09 UTC|newest]

Thread overview: 88+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-31  7:09 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-13 15:18 [gentoo-commits] repo/gentoo:master commit in: dev-python/blosc/ Arthur Zamarin
2024-07-13 12:10 Arthur Zamarin
2024-07-13 10:27 Arthur Zamarin
2024-07-13 10:17 Arthur Zamarin
2024-07-13  9:36 Arthur Zamarin
2024-07-13  9:36 Arthur Zamarin
2024-06-25  8:01 Michał Górny
2024-06-16  7:14 Michał Górny
2024-06-16  7:14 Michał Górny
2024-06-16  7:14 Michał Górny
2024-01-27 11:10 Andrew Ammerlaan
2024-01-04 11:29 WANG Xuerui
2023-10-24 21:11 Michał Górny
2023-05-04 16:11 Michał Górny
2023-01-30 19:28 Arthur Zamarin
2023-01-29  3:03 Sam James
2023-01-29  0:59 Sam James
2023-01-29  0:59 Sam James
2023-01-28 21:49 Jakov Smolić
2023-01-28 21:49 Jakov Smolić
2022-12-28 13:29 Michał Górny
2022-12-16 11:32 Michał Górny
2022-12-08 16:57 Michał Górny
2022-05-27 19:53 Michał Górny
2022-05-27 19:53 Michał Górny
2022-05-27  9:33 Jakov Smolić
2022-05-27  9:33 Jakov Smolić
2022-05-27  9:29 Jakov Smolić
2022-05-27  9:25 Jakov Smolić
2022-05-27  9:12 Jakov Smolić
2022-05-27  9:07 Jakov Smolić
2022-04-21 15:19 Michał Górny
2022-04-02 15:58 Michał Górny
2022-04-02 12:04 Arthur Zamarin
2022-04-01 12:23 Arthur Zamarin
2022-04-01  6:53 Arthur Zamarin
2022-04-01  5:15 Arthur Zamarin
2022-03-31 12:34 Jakov Smolić
2022-03-31 12:33 Jakov Smolić
2022-02-26 10:26 Michał Górny
2021-11-14 23:51 Sam James
2021-11-14 20:53 Michał Górny
2021-11-14 20:30 Sam James
2021-11-14 20:29 Sam James
2021-11-14  2:15 Sam James
2021-11-13  9:42 Jakov Smolić
2021-10-24 21:14 Sam James
2021-10-07  7:49 Michał Górny
2021-10-02 23:17 Sam James
2021-09-06 23:42 Sam James
2021-08-16 11:46 Marek Szuba
2021-08-10  4:59 Sam James
2021-07-28 15:58 Sergei Trofimovich
2021-07-25  8:41 Michał Górny
2021-07-25  1:04 Sam James
2021-07-24 15:12 Sam James
2021-06-19 17:42 Michał Górny
2021-06-01 22:22 Michał Górny
2021-02-19 16:37 Michał Górny
2021-02-19 12:07 Sam James
2021-02-19  3:40 Sam James
2021-01-31 18:48 Sam James
2021-01-27  3:06 Sam James
2021-01-20  9:27 Michał Górny
2020-12-25  9:17 Michał Górny
2020-11-03  9:28 Sergei Trofimovich
2020-11-02  9:47 Sam James
2020-10-18 18:51 Thomas Deutschmann
2020-09-09 11:30 Michał Górny
2020-08-22  5:50 Agostino Sarubbo
2020-08-10 14:53 Agostino Sarubbo
2020-07-11 11:43 Sam James
2020-07-10 14:42 Sam James
2020-07-08  6:47 Sergei Trofimovich
2020-06-10 10:27 Michał Górny
2020-06-10 10:27 Michał Górny
2020-06-06 22:22 Pacho Ramos
2020-02-04 13:32 Michał Górny
2019-12-26 20:51 Pacho Ramos
2019-12-26 20:50 Pacho Ramos
2017-03-12  7:13 Zac Medico
2017-03-07  0:17 Sebastien Fabbro
2017-01-10  5:27 Sebastien Fabbro
2017-01-09 22:36 Aaron Bauman
2015-11-24 12:10 Justin Lecher
2015-11-24 12:10 Justin Lecher
2015-11-24 12:10 Justin Lecher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1675148920.8b14a88883cf073b4eabcaec34cfdb574f88a988.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox