diff options
author | Ian Delaney <idella4@gentoo.org> | 2014-06-30 01:09:27 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2014-06-30 01:09:27 +0000 |
commit | e193fef47c88e777e79c25e7606dc03f249cefbe (patch) | |
tree | c0ba4937abb567ad72b78bd1abcc183b90bc4dc5 /dev-python | |
parent | Add dev-python/setuptools dependency per bug #515006 (diff) | |
download | gentoo-2-e193fef47c88e777e79c25e7606dc03f249cefbe.tar.gz gentoo-2-e193fef47c88e777e79c25e7606dc03f249cefbe.tar.bz2 gentoo-2-e193fef47c88e777e79c25e7606dc03f249cefbe.zip |
drop py2.6 pypy2_0 add py3.4
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/stsci-distutils/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/stsci-distutils/stsci-distutils-0.3.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/stsci-distutils/ChangeLog b/dev-python/stsci-distutils/ChangeLog index 1e12153d2ab8..beab7b05d66c 100644 --- a/dev-python/stsci-distutils/ChangeLog +++ b/dev-python/stsci-distutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/stsci-distutils # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/stsci-distutils/ChangeLog,v 1.17 2014/04/03 10:58:56 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/stsci-distutils/ChangeLog,v 1.18 2014/06/30 01:09:27 idella4 Exp $ + + 30 Jun 2014; Ian Delaney <idella4@gentoo.org> stsci-distutils-0.3.7.ebuild: + drop py2.6 pypy2_0 add py3.4 03 Apr 2014; Ian Delaney <idella4@gentoo.org> stsci-distutils-0.3.4.ebuild: Add missing app-arch/unzip to DEPEND, thx to report by M. Greter in Bug diff --git a/dev-python/stsci-distutils/stsci-distutils-0.3.7.ebuild b/dev-python/stsci-distutils/stsci-distutils-0.3.7.ebuild index e7d9b4c3ce3f..15d85efae61e 100644 --- a/dev-python/stsci-distutils/stsci-distutils-0.3.7.ebuild +++ b/dev-python/stsci-distutils/stsci-distutils-0.3.7.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/stsci-distutils/stsci-distutils-0.3.7.ebuild,v 1.2 2014/03/31 21:00:47 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/stsci-distutils/stsci-distutils-0.3.7.ebuild,v 1.3 2014/06/30 01:09:27 idella4 Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 ) +PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy ) MY_PN=${PN/-/.} MY_P=${MY_PN}-${PV} |