diff options
Diffstat (limited to 'dev-python/lxml')
-rw-r--r-- | dev-python/lxml/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/lxml/lxml-3.3.5.ebuild | 5 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/lxml/ChangeLog b/dev-python/lxml/ChangeLog index 1b3262413c4f..9a9250793da1 100644 --- a/dev-python/lxml/ChangeLog +++ b/dev-python/lxml/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/lxml # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/ChangeLog,v 1.190 2014/04/25 05:03:39 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/ChangeLog,v 1.191 2014/05/03 02:29:31 idella4 Exp $ + + 03 May 2014; Ian Delaney <idella4@gentoo.org> lxml-3.3.3.ebuild, + lxml-3.3.5.ebuild: + drop py2.6 *lxml-3.3.5 (25 Apr 2014) diff --git a/dev-python/lxml/lxml-3.3.5.ebuild b/dev-python/lxml/lxml-3.3.5.ebuild index 1a05f982c776..31a4881dbaee 100644 --- a/dev-python/lxml/lxml-3.3.5.ebuild +++ b/dev-python/lxml/lxml-3.3.5.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-3.3.5.ebuild,v 1.1 2014/04/25 05:03:39 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-3.3.5.ebuild,v 1.2 2014/05/03 02:29:32 idella4 Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_{2,3,4}} ) +PYTHON_COMPAT=( python{2_7,3_{2,3,4}} ) inherit distutils-r1 flag-o-matic DESCRIPTION="A Pythonic binding for the libxml2 and libxslt libraries" @@ -21,7 +21,6 @@ RDEPEND=" >=dev-libs/libxml2-2.7.2 >=dev-libs/libxslt-1.1.15 beautifulsoup3? ( - python_targets_python2_6? ( dev-python/beautifulsoup:python-2[python_targets_python2_6] ) python_targets_python2_7? ( dev-python/beautifulsoup:python-2[python_targets_python2_7] ) python_targets_python3_2? ( dev-python/beautifulsoup:python-3[python_targets_python3_2] ) python_targets_python3_3? ( dev-python/beautifulsoup:python-3[python_targets_python3_3] ) |