Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/blosc/
Date: Tue, 24 Nov 2015 12:10:29
Message-Id: 1448367017.4c13a8946477d9ea9375ca5d0f3cabeca691060f.jlec@gentoo
1 commit: 4c13a8946477d9ea9375ca5d0f3cabeca691060f
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 24 08:49:21 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 24 12:10:17 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c13a894
7
8 dev-python/blosc: Add python3.5 support
9
10 Package-Manager: portage-2.2.25
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 dev-python/blosc/blosc-1.2.3.ebuild | 2 +-
14 dev-python/blosc/metadata.xml | 10 +++++-----
15 2 files changed, 6 insertions(+), 6 deletions(-)
16
17 diff --git a/dev-python/blosc/blosc-1.2.3.ebuild b/dev-python/blosc/blosc-1.2.3.ebuild
18 index 54242f1..db06e86 100644
19 --- a/dev-python/blosc/blosc-1.2.3.ebuild
20 +++ b/dev-python/blosc/blosc-1.2.3.ebuild
21 @@ -4,7 +4,7 @@
22
23 EAPI=5
24
25 -PYTHON_COMPAT=( python{2_7,3_3,3_4} )
26 +PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
27
28 inherit distutils-r1
29
30
31 diff --git a/dev-python/blosc/metadata.xml b/dev-python/blosc/metadata.xml
32 index be632b3..b6dd93a 100644
33 --- a/dev-python/blosc/metadata.xml
34 +++ b/dev-python/blosc/metadata.xml
35 @@ -1,8 +1,8 @@
36 <?xml version="1.0" encoding="UTF-8"?>
37 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
38 <pkgmetadata>
39 -<herd>sci</herd>
40 -<longdescription lang="en">
41 + <herd>sci</herd>
42 + <longdescription lang="en">
43 blosc is a high performance compressor optimized
44 for binary data. It has been designed to transmit data to the
45 processor cache faster than the traditional, non-compressed, direct
46 @@ -12,7 +12,7 @@
47 regular-spaced values, etc.
48 python-blosc a Python package that wraps Blosc.
49 </longdescription>
50 -<upstream>
51 - <remote-id type="pypi">blosc</remote-id>
52 -</upstream>
53 + <upstream>
54 + <remote-id type="pypi">blosc</remote-id>
55 + </upstream>
56 </pkgmetadata>