commit: 3bff92e12ca06f323ba5b708f6e24fd728531740
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Tue Jan 3 10:24:47 2017 +0000
Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Tue Jan 3 10:24:47 2017 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=3bff92e1
dev-python/hdf5storage: Drop python3_3
Package-Manager: portage-2.3.0
dev-python/hdf5storage/hdf5storage-0.1.13.ebuild | 4 ++--
dev-python/hdf5storage/hdf5storage-0.1.14.ebuild | 4 ++--
dev-python/hdf5storage/hdf5storage-9999.ebuild | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/dev-python/hdf5storage/hdf5storage-0.1.13.ebuild
b/dev-python/hdf5storage/hdf5storage-0.1.13.ebuild
index 9efada4..8bf7738 100644
--- a/dev-python/hdf5storage/hdf5storage-0.1.13.ebuild
+++ b/dev-python/hdf5storage/hdf5storage-0.1.13.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
inherit distutils-r1
diff --git a/dev-python/hdf5storage/hdf5storage-0.1.14.ebuild
b/dev-python/hdf5storage/hdf5storage-0.1.14.ebuild
index 9efada4..8bf7738 100644
--- a/dev-python/hdf5storage/hdf5storage-0.1.14.ebuild
+++ b/dev-python/hdf5storage/hdf5storage-0.1.14.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
inherit distutils-r1
diff --git a/dev-python/hdf5storage/hdf5storage-9999.ebuild
b/dev-python/hdf5storage/hdf5storage-9999.ebuild
index 6d32155..8b33b18 100644
--- a/dev-python/hdf5storage/hdf5storage-9999.ebuild
+++ b/dev-python/hdf5storage/hdf5storage-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
inherit distutils-r1 git-r3