summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2013-11-14 06:00:12 +0000
committerMatthew Thode <prometheanfire@gentoo.org>2013-11-14 06:00:12 +0000
commitdf2e83a2a108ca4e5f81c7ede9f88d99c43d1ce3 (patch)
tree681355a8c239953bc10162c4e3c3f063463e5bd0 /dev-python
parentAdded ~alpha, bug 468268. (diff)
downloadgentoo-2-df2e83a2a108ca4e5f81c7ede9f88d99c43d1ce3.tar.gz
gentoo-2-df2e83a2a108ca4e5f81c7ede9f88d99c43d1ce3.tar.bz2
gentoo-2-df2e83a2a108ca4e5f81c7ede9f88d99c43d1ce3.zip
now with more pypy
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pyyaml/ChangeLog5
-rw-r--r--dev-python/pyyaml/pyyaml-3.10-r1.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/pyyaml/ChangeLog b/dev-python/pyyaml/ChangeLog
index aeba597e8b7a..ce97b73bdfa5 100644
--- a/dev-python/pyyaml/ChangeLog
+++ b/dev-python/pyyaml/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyyaml
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyyaml/ChangeLog,v 1.33 2013/09/05 18:46:02 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyyaml/ChangeLog,v 1.34 2013/11/14 06:00:12 prometheanfire Exp $
+
+ 14 Nov 2013; Matthew Thode <prometheanfire@gentoo.org> pyyaml-3.10-r1.ebuild:
+ now with more pypy
05 Sep 2013; Michał Górny <mgorny@gentoo.org> pyyaml-3.10-r1.ebuild:
Clean up PYTHON_COMPAT from old implementations.
diff --git a/dev-python/pyyaml/pyyaml-3.10-r1.ebuild b/dev-python/pyyaml/pyyaml-3.10-r1.ebuild
index 3b026febc244..3e37714b6cba 100644
--- a/dev-python/pyyaml/pyyaml-3.10-r1.ebuild
+++ b/dev-python/pyyaml/pyyaml-3.10-r1.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyyaml/pyyaml-3.10-r1.ebuild,v 1.3 2013/09/05 18:46:02 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyyaml/pyyaml-3.10-r1.ebuild,v 1.4 2013/11/14 06:00:12 prometheanfire Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
inherit distutils-r1
@@ -15,7 +15,7 @@ SRC_URI="http://pyyaml.org/download/${PN}/${MY_P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
IUSE="examples libyaml"
RDEPEND="libyaml? ( dev-libs/libyaml )"