diff options
Diffstat (limited to 'dev-python/pycodestyle')
| -rw-r--r-- | dev-python/pycodestyle/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/pycodestyle/pycodestyle-2.15.0.ebuild | 31 |
2 files changed, 32 insertions, 0 deletions
diff --git a/dev-python/pycodestyle/Manifest b/dev-python/pycodestyle/Manifest index 6cc696b39e97..5765f887277e 100644 --- a/dev-python/pycodestyle/Manifest +++ b/dev-python/pycodestyle/Manifest @@ -1 +1,2 @@ DIST pycodestyle-2.14.0.gh.tar.gz 81096 BLAKE2B d776407ac0eef88f05a322832d295f59962ddb626760d530fbebe423d9df259cd15cddc5d8e78cdf877646d4434811d19b2b0392ba05f8f968c866bb99c3f5ae SHA512 0c81febffaf0f23ff4a8f7168202a05917aef913bdd92f0a45b1d595272b8206e79987c43eefbdc850b94a467f25f43067209320b60be628d46788c3cc1ad618 +DIST pycodestyle-2.15.0.gh.tar.gz 81506 BLAKE2B 281bb5c2402f66ec5b6c6913bbfdcc92b0a59a3a90f0df2fdf9b575fb17c3a8166856e1806986f7de940568c883ab70222488850d8fd91a4199f325114d991b1 SHA512 fdf6719a49283e46388dd9cf790c344041ce913c565ee6120f3bcafe650f2d181af9a11670de883fb64d1bfb2fab46ab81d73c640dcf478d7c216a7b4df0c7dd diff --git a/dev-python/pycodestyle/pycodestyle-2.15.0.ebuild b/dev-python/pycodestyle/pycodestyle-2.15.0.ebuild new file mode 100644 index 000000000000..d027b18ffa55 --- /dev/null +++ b/dev-python/pycodestyle/pycodestyle-2.15.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{13..14} ) + +inherit distutils-r1 + +DESCRIPTION="Python style guide checker (fka pep8)" +HOMEPAGE=" + https://pycodestyle.pycqa.org/en/latest/ + https://github.com/PyCQA/pycodestyle/ + https://pypi.org/project/pycodestyle/ +" +# 2.11.0 broke sdist +# https://github.com/PyCQA/pycodestyle/issues/1183 +SRC_URI=" + https://github.com/PyCQA/pycodestyle/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos ~x64-solaris" + +distutils_enable_sphinx docs \ + dev-python/sphinx-rtd-theme +EPYTEST_PLUGINS=() +distutils_enable_tests pytest |
