diff options
author | 2015-10-20 11:26:05 +0200 | |
---|---|---|
committer | 2015-10-21 15:40:24 +0200 | |
commit | c3e53ede9672606d0e95c7c33b982236e7906038 (patch) | |
tree | d9c71b07f5386e731a531180929dbfd25971a156 /dev-python/beautifulsoup | |
parent | dev-python/lxml: Add python3.5 support (diff) | |
download | gentoo-c3e53ede9672606d0e95c7c33b982236e7906038.tar.gz gentoo-c3e53ede9672606d0e95c7c33b982236e7906038.tar.bz2 gentoo-c3e53ede9672606d0e95c7c33b982236e7906038.zip |
dev-python/beautifulsoup: Add python3.5 support
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/beautifulsoup')
-rw-r--r-- | dev-python/beautifulsoup/beautifulsoup-4.4.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/beautifulsoup/beautifulsoup-4.4.1.ebuild b/dev-python/beautifulsoup/beautifulsoup-4.4.1.ebuild index e90c60923977..279468beeb11 100644 --- a/dev-python/beautifulsoup/beautifulsoup-4.4.1.ebuild +++ b/dev-python/beautifulsoup/beautifulsoup-4.4.1.ebuild @@ -3,7 +3,8 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 ) + +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 ) inherit distutils-r1 |