diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-03-31 20:37:23 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-03-31 20:37:23 +0000 |
commit | 36b16dae325ae01ab3dfb6ae6705bf9369f6f502 (patch) | |
tree | 5a74b7fab6b501b5fff27b0cc14bdcde09b7312b /dev-python/bottle | |
parent | Add support for the new PyPy slotting. (diff) | |
download | gentoo-2-36b16dae325ae01ab3dfb6ae6705bf9369f6f502.tar.gz gentoo-2-36b16dae325ae01ab3dfb6ae6705bf9369f6f502.tar.bz2 gentoo-2-36b16dae325ae01ab3dfb6ae6705bf9369f6f502.zip |
Add support for the new PyPy slotting.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-python/bottle')
-rw-r--r-- | dev-python/bottle/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/bottle/bottle-0.11.6-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/bottle/bottle-0.11.6.ebuild | 6 | ||||
-rw-r--r-- | dev-python/bottle/bottle-0.12.5.ebuild | 4 |
4 files changed, 12 insertions, 8 deletions
diff --git a/dev-python/bottle/ChangeLog b/dev-python/bottle/ChangeLog index 118a59fd2f35..846a44a6499c 100644 --- a/dev-python/bottle/ChangeLog +++ b/dev-python/bottle/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/bottle # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/bottle/ChangeLog,v 1.21 2014/03/10 08:42:29 ultrabug Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/bottle/ChangeLog,v 1.22 2014/03/31 20:37:23 mgorny Exp $ + + 31 Mar 2014; Michał Górny <mgorny@gentoo.org> bottle-0.11.6-r1.ebuild, + bottle-0.11.6.ebuild, bottle-0.12.5.ebuild: + Add support for the new PyPy slotting. *bottle-0.12.5 (10 Mar 2014) diff --git a/dev-python/bottle/bottle-0.11.6-r1.ebuild b/dev-python/bottle/bottle-0.11.6-r1.ebuild index 52a27cc074d3..8a9314532252 100644 --- a/dev-python/bottle/bottle-0.11.6-r1.ebuild +++ b/dev-python/bottle/bottle-0.11.6-r1.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/bottle/bottle-0.11.6-r1.ebuild,v 1.12 2014/01/05 17:51:50 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/bottle/bottle-0.11.6-r1.ebuild,v 1.13 2014/03/31 20:37:23 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0) inherit distutils-r1 DESCRIPTION="A fast and simple micro-framework for small web-applications" diff --git a/dev-python/bottle/bottle-0.11.6.ebuild b/dev-python/bottle/bottle-0.11.6.ebuild index ecef12bfb822..12dc67a30c4d 100644 --- a/dev-python/bottle/bottle-0.11.6.ebuild +++ b/dev-python/bottle/bottle-0.11.6.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/bottle/bottle-0.11.6.ebuild,v 1.5 2013/09/05 18:46:52 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/bottle/bottle-0.11.6.ebuild,v 1.6 2014/03/31 20:37:23 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0) inherit distutils-r1 python-r1 DESCRIPTION="A fast and simple micro-framework for small web-applications" diff --git a/dev-python/bottle/bottle-0.12.5.ebuild b/dev-python/bottle/bottle-0.12.5.ebuild index 1b30cc68d906..933dcdd77a7f 100644 --- a/dev-python/bottle/bottle-0.12.5.ebuild +++ b/dev-python/bottle/bottle-0.12.5.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/bottle/bottle-0.12.5.ebuild,v 1.1 2014/03/10 08:42:29 ultrabug Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/bottle/bottle-0.12.5.ebuild,v 1.2 2014/03/31 20:37:23 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0) inherit distutils-r1 DESCRIPTION="A fast and simple micro-framework for small web-applications" |