diff options
Diffstat (limited to 'dev-python/paste')
-rw-r--r-- | dev-python/paste/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/paste/paste-1.7.5.1-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/paste/paste-1.7.5.1-r2.ebuild | 6 |
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-python/paste/ChangeLog b/dev-python/paste/ChangeLog index 0a94c9a132b6..022753c7ee32 100644 --- a/dev-python/paste/ChangeLog +++ b/dev-python/paste/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/paste # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/paste/ChangeLog,v 1.27 2015/03/08 23:54:56 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/paste/ChangeLog,v 1.28 2015/04/08 08:05:09 mgorny Exp $ + + 08 Apr 2015; Michał Górny <mgorny@gentoo.org> paste-1.7.5.1-r1.ebuild, + paste-1.7.5.1-r2.ebuild: + Drop old Python implementations 08 Mar 2015; Pacho Ramos <pacho@gentoo.org> paste-1.7.5.1-r1.ebuild: x86 stable, bug 540290 diff --git a/dev-python/paste/paste-1.7.5.1-r1.ebuild b/dev-python/paste/paste-1.7.5.1-r1.ebuild index 9d3be4e779ae..fbe12f4936f7 100644 --- a/dev-python/paste/paste-1.7.5.1-r1.ebuild +++ b/dev-python/paste/paste-1.7.5.1-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/paste/paste-1.7.5.1-r1.ebuild,v 1.9 2015/03/08 23:54:56 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/paste/paste-1.7.5.1-r1.ebuild,v 1.10 2015/04/08 08:05:09 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 diff --git a/dev-python/paste/paste-1.7.5.1-r2.ebuild b/dev-python/paste/paste-1.7.5.1-r2.ebuild index d4ba2ce5f6de..bd6433ec0928 100644 --- a/dev-python/paste/paste-1.7.5.1-r2.ebuild +++ b/dev-python/paste/paste-1.7.5.1-r2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/paste/paste-1.7.5.1-r2.ebuild,v 1.2 2014/10/15 23:08:08 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/paste/paste-1.7.5.1-r2.ebuild,v 1.3 2015/04/08 08:05:09 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) # notes wrt py-3 compatibility: # Debian ships paste for py3 using 2to3. Many tests fail when using such converted code and # the fact that the errors are sometimes nested inside paste indicate that the |