diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-03-31 20:24:58 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-03-31 20:24:58 +0000 |
commit | e33eebb78fffee53fc6aeb0cf99d6d0ef4f2d2dc (patch) | |
tree | 71b15abae273e0192776f4b155a0a5824047606e /dev-python/unidecode | |
parent | Add support for the new PyPy slotting. (diff) | |
download | gentoo-2-e33eebb78fffee53fc6aeb0cf99d6d0ef4f2d2dc.tar.gz gentoo-2-e33eebb78fffee53fc6aeb0cf99d6d0ef4f2d2dc.tar.bz2 gentoo-2-e33eebb78fffee53fc6aeb0cf99d6d0ef4f2d2dc.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/unidecode')
-rw-r--r-- | dev-python/unidecode/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/unidecode/unidecode-0.04.14.ebuild | 4 | ||||
-rw-r--r-- | dev-python/unidecode/unidecode-0.04.9-r1.ebuild | 6 |
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-python/unidecode/ChangeLog b/dev-python/unidecode/ChangeLog index 3a3f45710f3f..ee35205c904e 100644 --- a/dev-python/unidecode/ChangeLog +++ b/dev-python/unidecode/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/unidecode # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/ChangeLog,v 1.11 2014/02/13 14:34:29 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/ChangeLog,v 1.12 2014/03/31 20:24:58 mgorny Exp $ + + 31 Mar 2014; Michał Górny <mgorny@gentoo.org> unidecode-0.04.14.ebuild, + unidecode-0.04.9-r1.ebuild: + Add support for the new PyPy slotting. 13 Feb 2014; Jeroen Roovers <jer@gentoo.org> unidecode-0.04.14.ebuild: Marked ~hppa too. diff --git a/dev-python/unidecode/unidecode-0.04.14.ebuild b/dev-python/unidecode/unidecode-0.04.14.ebuild index 5845f1e54659..3a83b0055b93 100644 --- a/dev-python/unidecode/unidecode-0.04.14.ebuild +++ b/dev-python/unidecode/unidecode-0.04.14.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/unidecode-0.04.14.ebuild,v 1.2 2014/02/13 14:34:29 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/unidecode-0.04.14.ebuild,v 1.3 2014/03/31 20:24:58 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 ) MY_PN=Unidecode MY_P=${MY_PN}-${PV} diff --git a/dev-python/unidecode/unidecode-0.04.9-r1.ebuild b/dev-python/unidecode/unidecode-0.04.9-r1.ebuild index 96d954e7d016..34c7f7b31459 100644 --- a/dev-python/unidecode/unidecode-0.04.9-r1.ebuild +++ b/dev-python/unidecode/unidecode-0.04.9-r1.ebuild @@ -1,9 +1,9 @@ -# 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/unidecode/unidecode-0.04.9-r1.ebuild,v 1.3 2013/09/05 18:46:40 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/unidecode-0.04.9-r1.ebuild,v 1.4 2014/03/31 20:24:58 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 ) MY_PN=Unidecode MY_P=${MY_PN}-${PV} |