* [gentoo-commits] gentoo-x86 commit in dev-python/blosc: blosc-1.2.1.ebuild ChangeLog
@ 2014-02-17 22:28 Sebastien Fabbro (bicatali)
0 siblings, 0 replies; only message in thread
From: Sebastien Fabbro (bicatali) @ 2014-02-17 22:28 UTC (permalink / raw
To: gentoo-commits
bicatali 14/02/17 22:28:47
Modified: ChangeLog
Added: blosc-1.2.1.ebuild
Log:
Version bump
(Portage version: 2.2.8-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Revision Changes Path
1.2 dev-python/blosc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blosc/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blosc/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blosc/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/blosc/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 6 Feb 2014 01:24:11 -0000 1.1
+++ ChangeLog 17 Feb 2014 22:28:47 -0000 1.2
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/blosc
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/blosc/ChangeLog,v 1.1 2014/02/06 01:24:11 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/blosc/ChangeLog,v 1.2 2014/02/17 22:28:47 bicatali Exp $
+
+*blosc-1.2.1 (17 Feb 2014)
+
+ 17 Feb 2014; Sébastien Fabbro <bicatali@gentoo.org> +blosc-1.2.1.ebuild:
+ Version bump
*blosc-1.2.0 (06 Feb 2014)
1.1 dev-python/blosc/blosc-1.2.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blosc/blosc-1.2.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blosc/blosc-1.2.1.ebuild?rev=1.1&content-type=text/plain
Index: blosc-1.2.1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/blosc/blosc-1.2.1.ebuild,v 1.1 2014/02/17 22:28:47 bicatali Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
inherit distutils-r1
DESCRIPTION="High performance compressor optimized for binary data"
HOMEPAGE="http://blosc.pydata.org/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
SLOT="0"
LICENSE="BSD"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="dev-libs/c-blosc"
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
distutils-r1_python_prepare_all
}
python_test() {
cd "${BUILD_DIR}"/lib || die
nosetests -v || die
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-02-17 22:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-17 22:28 [gentoo-commits] gentoo-x86 commit in dev-python/blosc: blosc-1.2.1.ebuild ChangeLog Sebastien Fabbro (bicatali)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox