Install this version:
emerge -a =dev-python/pydocstyle-6.3.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/pydocstyle-6.3.0
Or alternatively:
emerge --autounmask-write -a =dev-python/pydocstyle-6.3.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 6.3.0 | 8 | ~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris | 0 |
# Copyright 2024 Open Source Robotics Foundation, Inc.
# Distributed under the terms of the BSD License
EAPI=8
PYTHON_COMPAT=( python3_{12..14} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi
DESCRIPTION="Docstring style checker"
HOMEPAGE="https://github.com/PyCQA/pydocstyle"
SRC_URI="https://github.com/PyCQA/${PN}/archive/${PV}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
RDEPENDS="
dev-python/snowballstemmer
dev-python/six
"
DEPENDS="${RDEPENDS}"
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | 6.3.0.tar.gz | 78058 bytes | https://github.com/PyCQA/pydocstyle/archive/6.3.0.tar.gz |