Install this version:
emerge -a =app-text/proselint-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-text/proselint-9999
Or alternatively:
emerge --autounmask-write -a =app-text/proselint-9999
# Copyright 2021-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..13} )
DISTUTILS_USE_PEP517=poetry
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/amperser/${PN}.git"
EGIT_BRANCH="main"
else
SRC_URI="https://github.com/amperser/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
inherit distutils-r1
DESCRIPTION="A linter for prose"
HOMEPAGE="https://github.com/amperser/proselint"
LICENSE="BSD"
SLOT="0"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
${PYTHON_DEPS}
>=dev-python/click-8.0.0[${PYTHON_USEDEP}]
"
distutils_enable_tests pytest
Manage flags for this package:
euse -i <flag> -p app-text/proselint |
euse -E <flag> -p app-text/proselint |
euse -D <flag> -p app-text/proselint
>=dev-python/click-8.0.0[]