py-lxml: add 4.6.4 (#27440)

This commit is contained in:
Manuela Kuhn 2021-11-13 19:19:46 +01:00 committed by GitHub
parent 8e9ef0f6f6
commit 94eb175e07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,6 +13,7 @@ class PyLxml(PythonPackage):
homepage = "https://lxml.de/"
pypi = "lxml/lxml-4.6.1.tar.gz"
version('4.6.4', sha256='daf9bd1fee31f1c7a5928b3e1059e09a8d683ea58fb3ffc773b6c88cb8d1399c')
version('4.6.3', sha256='39b78571b3b30645ac77b95f7c69d1bffc4cf8c3b157c435a34da72e78c82468')
version('4.6.1', sha256='c152b2e93b639d1f36ec5a8ca24cde4a8eefb2b6b83668fcd8e83a67badcb367')
version('4.5.2', sha256='cdc13a1682b2a6241080745b1953719e7fe0850b40a5c71ca574f090a1391df6')
@ -23,8 +24,8 @@ class PyLxml(PythonPackage):
version('2.3', sha256='eea1b8d29532739c1383cb4794c5eacd6176f0972b59e8d29348335b87ff2e66')
variant('html5', default=False, description='Enable html5lib backend')
variant('htmlsoup', default=False, description='Enable BeautifulSoup4 backend')
variant('cssselect', default=False, description='Enable cssselect module')
variant('htmlsoup', default=False, description='Enable BeautifulSoup4 backend')
variant('cssselect', default=False, description='Enable cssselect module')
depends_on('python@2.7:2.8,3.5:', type=('build', 'run'))
depends_on('py-setuptools', type='build')