public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/blosc/
Date: Tue, 24 Nov 2015 12:10:25 +0000 (UTC)	[thread overview]
Message-ID: <1448367017.02c0383ce074a3df81cce03d8a7b3a3e91eca3d1.jlec@gentoo> (raw)

commit:     02c0383ce074a3df81cce03d8a7b3a3e91eca3d1
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 24 10:30:50 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Nov 24 12:10:17 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02c0383c

dev-python/blosc: Version Bump

Package-Manager: portage-2.2.25
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 dev-python/blosc/Manifest           |  1 +
 dev-python/blosc/blosc-1.2.8.ebuild | 35 +++++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/blosc/Manifest b/dev-python/blosc/Manifest
index a4ce221..6c361ff 100644
--- a/dev-python/blosc/Manifest
+++ b/dev-python/blosc/Manifest
@@ -1,3 +1,4 @@
 DIST blosc-1.2.0.tar.gz 221882 SHA256 d740c1bd6440c5fd7203006538b6c626361fba705ce9ce8f36c400ddb2f50fec SHA512 85db692d3a68ebeacaaf3759807c386e05a13fbad873379d13fc2f2b7470929a3e6cbe7f37c952740e412eecb2cb83bed194e0f4f7af1ef2c934d5478cd93ce1 WHIRLPOOL aa81df21b15382f388fe746a7f9ab0f2ec9eaf82c56bcbd19edb03fb73ce527c6ff70d30461440e27a4292fcdb9f1d43ce039a3a6c2d9b0101f1a4441d2e1a61
 DIST blosc-1.2.1.tar.gz 225560 SHA256 41de5b3a129cb145e192a0f3e62b09b74da311b0750ad50ffcd4aaf8fcf6cfbe SHA512 1ec017b17313ca788ae96a54cdf57a8c770dc5c6eb7b2d13ff94c0c44e9adbced28a22a17497bc748955d756a799305f603d64fd882cefb5cd8068b6b46e8667 WHIRLPOOL 7ba45764eb15f21f2cacee32cbfdd6083d5dd1dcdb88fb0614429dc75e4f1edd311e7127932371a706beee5293963498b5f0b8f194f9d188d8da390e8201d409
 DIST blosc-1.2.3.tar.gz 225781 SHA256 46f796ae1360b3f1580a16dc7f9f2b88b019b4f5f013bec3b84ca9ef6c859da8 SHA512 85b5280f1cbc2163e1115a365aa8a47a1ae496795558f53ed78b1e81ab661a4187d3557cf8890b2a33fd0052a6cc88ac60dc1ea7e382cbf601ed83b440900cc8 WHIRLPOOL d4fb113755b2f98cb1d56976d82a38af1b3bfa2011a26d4a154eb3e9f8af14fc3975f29b643439031ecbf92813126f89aebeda123f8156e2bcc0db45dc9da96a
+DIST blosc-1.2.8.tar.gz 259299 SHA256 fc8996733de73d70cc2482f98972a38a908ca7286d30429fe828390b1bb010c3 SHA512 8349a7b401e3b55b066efa4d647255dc7bc735a1de0eca5e33b2deb4ca90e317b90d6ea42433ed06f2680bccb2198e0e4bbdbf5a0fd1c22db900aa896c88427e WHIRLPOOL 1139c9f167565df0fd22fdddf20416db2bf214c6a58e45f0c3bd2118142d9782ff53e9e263f1fafbb79bb69ae17c9fad925accdaa009d7087c725c113e039d18

diff --git a/dev-python/blosc/blosc-1.2.8.ebuild b/dev-python/blosc/blosc-1.2.8.ebuild
new file mode 100644
index 0000000..2a11ef1
--- /dev/null
+++ b/dev-python/blosc/blosc-1.2.8.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
+
+inherit distutils-r1
+
+DESCRIPTION="High performance compressor optimized for binary data"
+HOMEPAGE="http://python-blosc.blosc.org https://github.com/Blosc/python-blosc"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND=">=dev-libs/c-blosc-1.3.5"
+DEPEND="${RDEPEND}
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	test? ( dev-python/nose[${PYTHON_USEDEP}] )"
+
+python_prepare_all() {
+	# remove forced sse2
+	sed -i "s|CFLAGS\.append(\"-msse2\")|pass|" setup.py || die
+	export BLOSC_DIR="${EPREFIX}/usr"
+	distutils-r1_python_prepare_all
+}
+
+python_test() {
+	cd "${BUILD_DIR}"/lib || die
+	nosetests -v || die
+}


             reply	other threads:[~2015-11-24 12:10 UTC|newest]

Thread overview: 89+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-24 12:10 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-06 19:01 [gentoo-commits] repo/gentoo:master commit in: dev-python/blosc/ Michał Górny
2024-07-13 15:18 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-31  7:09 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

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=1448367017.02c0383ce074a3df81cce03d8a7b3a3e91eca3d1.jlec@gentoo \
    --to=jlec@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