summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2013-05-03 07:07:04 +0000
committerIan Delaney <idella4@gentoo.org>2013-05-03 07:07:04 +0000
commit0bd760437aa68911233cd5e9a8602d26c7869295 (patch)
tree53da5b216f44476d9f43ba8f4810cf4aa4524072 /dev-python/beautifulsoup
parentSnapshots/vcs don't contain .info files. (diff)
downloadgentoo-2-0bd760437aa68911233cd5e9a8602d26c7869295.tar.gz
gentoo-2-0bd760437aa68911233cd5e9a8602d26c7869295.tar.bz2
gentoo-2-0bd760437aa68911233cd5e9a8602d26c7869295.zip
Add pypy support
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/beautifulsoup')
-rw-r--r--dev-python/beautifulsoup/ChangeLog5
-rw-r--r--dev-python/beautifulsoup/beautifulsoup-4.1.3-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/beautifulsoup/ChangeLog b/dev-python/beautifulsoup/ChangeLog
index e225cc40659a..07164e0e82cd 100644
--- a/dev-python/beautifulsoup/ChangeLog
+++ b/dev-python/beautifulsoup/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/beautifulsoup
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.86 2013/02/10 01:23:11 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.87 2013/05/03 07:07:04 idella4 Exp $
+
+ 03 May 2013; Ian Delaney <idella4@gentoo.org> beautifulsoup-4.1.3-r1.ebuild:
+ Add pypy support
*beautifulsoup-3.2.1-r1 (10 Feb 2013)
diff --git a/dev-python/beautifulsoup/beautifulsoup-4.1.3-r1.ebuild b/dev-python/beautifulsoup/beautifulsoup-4.1.3-r1.ebuild
index 66f47d8358e9..042a0e937eaf 100644
--- a/dev-python/beautifulsoup/beautifulsoup-4.1.3-r1.ebuild
+++ b/dev-python/beautifulsoup/beautifulsoup-4.1.3-r1.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-4.1.3-r1.ebuild,v 1.5 2013/02/02 21:59:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-4.1.3-r1.ebuild,v 1.6 2013/05/03 07:07:04 idella4 Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} )
+PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} pypy2_0 )
inherit distutils-r1