2012-05-20 22:47:27 +04:00
|
|
|
# Copyright 1999-2012 Gentoo Foundation
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2012-08-03 11:13:56 +04:00
|
|
|
# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/html5lib-0.95.ebuild,v 1.3 2012/08/02 21:59:05 neurogeek Exp $
|
2012-05-20 22:47:27 +04:00
|
|
|
|
|
|
|
EAPI="4"
|
2012-05-29 07:56:22 +04:00
|
|
|
|
2012-05-20 22:47:27 +04:00
|
|
|
PYTHON_DEPEND="2"
|
2012-08-03 11:13:56 +04:00
|
|
|
PYTHON_USE_WITH="xml(+)"
|
2012-05-20 22:47:27 +04:00
|
|
|
SUPPORT_PYTHON_ABIS="1"
|
|
|
|
RESTRICT_PYTHON_ABIS="3.*"
|
|
|
|
|
|
|
|
inherit distutils
|
|
|
|
|
|
|
|
DESCRIPTION="HTML parser based on the HTML5 specification"
|
|
|
|
HOMEPAGE="http://code.google.com/p/html5lib/ http://pypi.python.org/pypi/html5lib"
|
|
|
|
SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"
|
|
|
|
|
|
|
|
LICENSE="MIT"
|
|
|
|
SLOT="0"
|
|
|
|
KEYWORDS="~amd64 ~x86 ~x86-fbsd"
|
2012-05-29 07:56:22 +04:00
|
|
|
IUSE=""
|
2012-05-20 22:47:27 +04:00
|
|
|
|
|
|
|
DEPEND="dev-python/setuptools"
|
|
|
|
RDEPEND=""
|