Install this version:
emerge -a =dev-python/selectolax-0.4.7
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/selectolax-0.4.7
Or alternatively:
emerge --autounmask-write -a =dev-python/selectolax-0.4.7
EAPI=8
REALNAME="${PN}"
REALVERSION="${PV}"
PYTHON_COMPAT=( python3_{12..14} )
DISTUTILS_USE_PEP517=setuptools
DISTUTILS_EXT=1
inherit pypi distutils-r1
DESCRIPTION="Fast HTML5 parser with CSS selectors."
HOMEPAGE="https://github.com/rushter/selectolax"
LICENSE="MIT"
SRC_URI="https://files.pythonhosted.org/packages/source/${REALNAME::1}/${REALNAME}/${REALNAME}-${REALVERSION}.tar.gz"
RESTRICT="test"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="cython"
BDEPEND="cython? ( dev-python/cython[${PYTHON_USEDEP}] )"
Manage flags for this package:
euse -i <flag> -p dev-python/selectolax |
euse -E <flag> -p dev-python/selectolax |
euse -D <flag> -p dev-python/selectolax
cython? ( dev-python/cython[] )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | selectolax-0.4.7.tar.gz | 4822635 bytes | https://files.pythonhosted.org/packages/source//selectolax/-0.4.7.tar.gz |