diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-11-26 08:52:44 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-11-26 08:53:17 +0100 |
commit | f110d40c1250e8ebd2f620865c09b24b2136c7d0 (patch) | |
tree | 7469834cc818ec8426b1535eba99e8cbb06f7d5b /dev-python/pylama | |
parent | media-radio/direwolf: alsa isn't optional (diff) | |
download | gentoo-f110d40c1250e8ebd2f620865c09b24b2136c7d0.tar.gz gentoo-f110d40c1250e8ebd2f620865c09b24b2136c7d0.tar.bz2 gentoo-f110d40c1250e8ebd2f620865c09b24b2136c7d0.zip |
dev-python/pylama: Lower KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pylama')
-rw-r--r-- | dev-python/pylama/pylama-8.0.4.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-python/pylama/pylama-8.0.4.ebuild b/dev-python/pylama/pylama-8.0.4.ebuild index 6b54660dd5ef..56e1af7e7500 100644 --- a/dev-python/pylama/pylama-8.0.4.ebuild +++ b/dev-python/pylama/pylama-8.0.4.ebuild @@ -9,12 +9,10 @@ inherit distutils-r1 DESCRIPTION="Code audit tool for python" HOMEPAGE="https://github.com/klen/pylama" SRC_URI="https://github.com/klen/pylama/archive/${PV}.tar.gz -> ${P}.tar.gz" -# pypi tarball excludes unit tests -#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" +KEYWORDS="~amd64 ~x86" RDEPEND=" >=dev-python/mccabe-0.6.1[${PYTHON_USEDEP}] |