diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-06-09 00:52:41 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-06-09 00:52:41 +0200 |
commit | cd4c1f3b55bccf57ddeadcfbc9921c32dfec1d75 (patch) | |
tree | d9594a86793d72dd159835563df20ff5f4f627de /dev-python/radon | |
parent | dev-python/trustme: Bump to 0.8.0 (diff) | |
download | gentoo-cd4c1f3b55bccf57ddeadcfbc9921c32dfec1d75.tar.gz gentoo-cd4c1f3b55bccf57ddeadcfbc9921c32dfec1d75.tar.bz2 gentoo-cd4c1f3b55bccf57ddeadcfbc9921c32dfec1d75.zip |
dev-python/radon: Bump to 5.0.1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/radon')
-rw-r--r-- | dev-python/radon/Manifest | 1 | ||||
-rw-r--r-- | dev-python/radon/radon-5.0.1.ebuild | 26 |
2 files changed, 27 insertions, 0 deletions
diff --git a/dev-python/radon/Manifest b/dev-python/radon/Manifest index 94cf26f77954..8d8216d5d352 100644 --- a/dev-python/radon/Manifest +++ b/dev-python/radon/Manifest @@ -1 +1,2 @@ DIST radon-4.5.2.tar.gz 1873164 BLAKE2B 64a6def2be3505e247625b11deaaf75520781f98748cd8fec07c0d525905605deaf7f17c0103c6d41361ac0c6f62f489aeb418b5bd592dbd5b12755ec73e0116 SHA512 247fcd715ed3dfb889a73889fb5be8dc159673beb3abe1e1ba5170b8caadb85ad405ebd05f6a9080a6097f1c731b83b9dbe8b7f564f2a39b1b7cb0239f445813 +DIST radon-5.0.1.tar.gz 1873494 BLAKE2B 5a4e1db727b0ce5c7f368ca7fa710deb2034febd7fde4bccedcad6c935c57e3c73191173395f637000ebeeae6146a6eae19e0759d430dab2b7245f67eaf08ca8 SHA512 022a2209b5ac37c30a2a9e7a6ec567d4ab6edcf627cfe0e38547ec502bfa348f0131e27f41ccfe8a924c30cda879dfdc6a13011cdf6e0d19803bfd9d8949fcdf diff --git a/dev-python/radon/radon-5.0.1.ebuild b/dev-python/radon/radon-5.0.1.ebuild new file mode 100644 index 000000000000..b8530c91e8ec --- /dev/null +++ b/dev-python/radon/radon-5.0.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{8..9} ) + +inherit distutils-r1 + +DESCRIPTION="Code Metrics in Python" +HOMEPAGE="https://radon.readthedocs.io/" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + dev-python/colorama[${PYTHON_USEDEP}] + dev-python/flake8[${PYTHON_USEDEP}] + dev-python/mando[${PYTHON_USEDEP}] + dev-python/pytest-mock[${PYTHON_USEDEP}] +" + +distutils_enable_sphinx docs +distutils_enable_tests pytest |