summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-01-13 21:23:44 +0000
committerMichał Górny <mgorny@gentoo.org>2013-01-13 21:23:44 +0000
commitfae730ea2c20c5501635c1186bb8869e2a422046 (patch)
tree37f620913293031ce430b35ef476d177aa696e14 /dev-python
parentversion bump (diff)
downloadgentoo-2-fae730ea2c20c5501635c1186bb8869e2a422046.tar.gz
gentoo-2-fae730ea2c20c5501635c1186bb8869e2a422046.tar.bz2
gentoo-2-fae730ea2c20c5501635c1186bb8869e2a422046.zip
Enable pypy2.0.
(Portage version: 2.2.0_alpha151/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/markupsafe/ChangeLog7
-rw-r--r--dev-python/markupsafe/markupsafe-0.15-r1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/markupsafe/ChangeLog b/dev-python/markupsafe/ChangeLog
index a5b3fa4ac3a7..0f5ca9512bff 100644
--- a/dev-python/markupsafe/ChangeLog
+++ b/dev-python/markupsafe/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/markupsafe
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/markupsafe/ChangeLog,v 1.43 2012/12/19 12:18:19 mgorny Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/markupsafe/ChangeLog,v 1.44 2013/01/13 21:23:44 mgorny Exp $
+
+ 13 Jan 2013; Michał Górny <mgorny@gentoo.org> markupsafe-0.15-r1.ebuild:
+ Enable pypy2.0.
*markupsafe-0.15-r1 (19 Dec 2012)
diff --git a/dev-python/markupsafe/markupsafe-0.15-r1.ebuild b/dev-python/markupsafe/markupsafe-0.15-r1.ebuild
index 346743a97508..18abe38da266 100644
--- a/dev-python/markupsafe/markupsafe-0.15-r1.ebuild
+++ b/dev-python/markupsafe/markupsafe-0.15-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/markupsafe/markupsafe-0.15-r1.ebuild,v 1.1 2012/12/19 12:18:19 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/markupsafe/markupsafe-0.15-r1.ebuild,v 1.2 2013/01/13 21:23:44 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_8,1_9} )
+PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_8,1_9,2_0} )
inherit distutils-r1
MY_PN="MarkupSafe"