Gentoo Archives: gentoo-commits

From: Marius Brehler <marbre@××××××××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/hdf5storage/
Date: Tue, 03 Jan 2017 10:31:03
Message-Id: 1483439087.3bff92e12ca06f323ba5b708f6e24fd728531740.marbre@gentoo
1 commit: 3bff92e12ca06f323ba5b708f6e24fd728531740
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Tue Jan 3 10:24:47 2017 +0000
4 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
5 CommitDate: Tue Jan 3 10:24:47 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=3bff92e1
7
8 dev-python/hdf5storage: Drop python3_3
9
10 Package-Manager: portage-2.3.0
11
12 dev-python/hdf5storage/hdf5storage-0.1.13.ebuild | 4 ++--
13 dev-python/hdf5storage/hdf5storage-0.1.14.ebuild | 4 ++--
14 dev-python/hdf5storage/hdf5storage-9999.ebuild | 4 ++--
15 3 files changed, 6 insertions(+), 6 deletions(-)
16
17 diff --git a/dev-python/hdf5storage/hdf5storage-0.1.13.ebuild b/dev-python/hdf5storage/hdf5storage-0.1.13.ebuild
18 index 9efada4..8bf7738 100644
19 --- a/dev-python/hdf5storage/hdf5storage-0.1.13.ebuild
20 +++ b/dev-python/hdf5storage/hdf5storage-0.1.13.ebuild
21 @@ -1,9 +1,9 @@
22 -# Copyright 1999-2016 Gentoo Foundation
23 +# Copyright 1999-2017 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 # $Id$
26
27 EAPI=6
28 -PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
29 +PYTHON_COMPAT=( python2_7 python3_{4,5} )
30
31 inherit distutils-r1
32
33
34 diff --git a/dev-python/hdf5storage/hdf5storage-0.1.14.ebuild b/dev-python/hdf5storage/hdf5storage-0.1.14.ebuild
35 index 9efada4..8bf7738 100644
36 --- a/dev-python/hdf5storage/hdf5storage-0.1.14.ebuild
37 +++ b/dev-python/hdf5storage/hdf5storage-0.1.14.ebuild
38 @@ -1,9 +1,9 @@
39 -# Copyright 1999-2016 Gentoo Foundation
40 +# Copyright 1999-2017 Gentoo Foundation
41 # Distributed under the terms of the GNU General Public License v2
42 # $Id$
43
44 EAPI=6
45 -PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
46 +PYTHON_COMPAT=( python2_7 python3_{4,5} )
47
48 inherit distutils-r1
49
50
51 diff --git a/dev-python/hdf5storage/hdf5storage-9999.ebuild b/dev-python/hdf5storage/hdf5storage-9999.ebuild
52 index 6d32155..8b33b18 100644
53 --- a/dev-python/hdf5storage/hdf5storage-9999.ebuild
54 +++ b/dev-python/hdf5storage/hdf5storage-9999.ebuild
55 @@ -1,9 +1,9 @@
56 -# Copyright 1999-2016 Gentoo Foundation
57 +# Copyright 1999-2017 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 # $Id$
60
61 EAPI=6
62 -PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
63 +PYTHON_COMPAT=( python2_7 python3_{4,5} )
64
65 inherit distutils-r1 git-r3