From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id CEBD41384B4 for ; Tue, 24 Nov 2015 12:10:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2229221C05C; Tue, 24 Nov 2015 12:10:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 47C3221C02B for ; Tue, 24 Nov 2015 12:10:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 787AA34074D for ; Tue, 24 Nov 2015 12:10:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B38DA50 for ; Tue, 24 Nov 2015 12:10:24 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1448367017.4c13a8946477d9ea9375ca5d0f3cabeca691060f.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/blosc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/blosc/blosc-1.2.3.ebuild dev-python/blosc/metadata.xml X-VCS-Directories: dev-python/blosc/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 4c13a8946477d9ea9375ca5d0f3cabeca691060f X-VCS-Branch: master Date: Tue, 24 Nov 2015 12:10:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ade10702-0331-44a5-8321-4c41738270b5 X-Archives-Hash: d77d8aabedf2c1fa4e84193d262a42a7 commit: 4c13a8946477d9ea9375ca5d0f3cabeca691060f Author: Justin Lecher gentoo org> AuthorDate: Tue Nov 24 08:49:21 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Nov 24 12:10:17 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c13a894 dev-python/blosc: Add python3.5 support Package-Manager: portage-2.2.25 Signed-off-by: Justin Lecher gentoo.org> dev-python/blosc/blosc-1.2.3.ebuild | 2 +- dev-python/blosc/metadata.xml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-python/blosc/blosc-1.2.3.ebuild b/dev-python/blosc/blosc-1.2.3.ebuild index 54242f1..db06e86 100644 --- a/dev-python/blosc/blosc-1.2.3.ebuild +++ b/dev-python/blosc/blosc-1.2.3.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) inherit distutils-r1 diff --git a/dev-python/blosc/metadata.xml b/dev-python/blosc/metadata.xml index be632b3..b6dd93a 100644 --- a/dev-python/blosc/metadata.xml +++ b/dev-python/blosc/metadata.xml @@ -1,8 +1,8 @@ -sci - + sci + blosc is a high performance compressor optimized for binary data. It has been designed to transmit data to the processor cache faster than the traditional, non-compressed, direct @@ -12,7 +12,7 @@ regular-spaced values, etc. python-blosc a Python package that wraps Blosc. - - blosc - + + blosc +