commit: 4c13a8946477d9ea9375ca5d0f3cabeca691060f
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 24 08:49:21 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=4c13a894
dev-python/blosc: Add python3.5 support
Package-Manager: portage-2.2.25
Signed-off-by: Justin Lecher <jlec <AT> 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 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>sci</herd>
-<longdescription lang="en">
+ <herd>sci</herd>
+ <longdescription lang="en">
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.
</longdescription>
-<upstream>
- <remote-id type="pypi">blosc</remote-id>
-</upstream>
+ <upstream>
+ <remote-id type="pypi">blosc</remote-id>
+ </upstream>
</pkgmetadata>