summaryrefslogtreecommitdiff
path: root/dev-python/html5lib/html5lib-1.0.1-r1.ebuild
diff options
context:
space:
mode:
authorPatrick McLean <patrick.mclean@sony.com>2019-11-26 15:53:34 -0800
committerPatrick McLean <chutzpah@gentoo.org>2019-11-26 17:13:37 -0800
commit861fb47c4f3c853ba2aabc53b0b6acbbeb7ceeaa (patch)
tree514956b65ada34f6f7ab9c58439b1793f87d02bd /dev-python/html5lib/html5lib-1.0.1-r1.ebuild
parent60db45f9b08387d083b269044b34cef364096874 (diff)
downloadgentoo-861fb47c4f3c853ba2aabc53b0b6acbbeb7ceeaa.tar.gz
gentoo-861fb47c4f3c853ba2aabc53b0b6acbbeb7ceeaa.tar.bz2
gentoo-861fb47c4f3c853ba2aabc53b0b6acbbeb7ceeaa.zip
dev-python/html5lib: revbump, EAPI=7, py38
Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'dev-python/html5lib/html5lib-1.0.1-r1.ebuild')
-rw-r--r--dev-python/html5lib/html5lib-1.0.1-r1.ebuild36
1 files changed, 36 insertions, 0 deletions
diff --git a/dev-python/html5lib/html5lib-1.0.1-r1.ebuild b/dev-python/html5lib/html5lib-1.0.1-r1.ebuild
new file mode 100644
index 000000000000..751b9bc332dc
--- /dev/null
+++ b/dev-python/html5lib/html5lib-1.0.1-r1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_{5,6,7,8}} pypy{,3} )
+PYTHON_REQ_USE="xml(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="HTML parser based on the HTML5 specification"
+HOMEPAGE="https://github.com/html5lib/html5lib-python/ https://html5lib.readthedocs.org"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x64-macos"
+IUSE="test"
+
+RDEPEND=">=dev-python/six-1.9[${PYTHON_USEDEP}]
+ dev-python/webencodings[${PYTHON_USEDEP}]"
+BDEPEND="${RDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ test? (
+ dev-python/pytest-expect[${PYTHON_USEDEP}]
+ dev-python/mock[${PYTHON_USEDEP}]
+ )"
+
+RESTRICT+=" !test? ( test )"
+
+PATCHES=(
+ # https://github.com/html5lib/html5lib-python/pull/429
+ "${FILESDIR}/html5lib-python-1.0.1-support-pytest4.patch"
+)
+
+distutils_enable_tests pytest