gentoo/dev-python/logutils/logutils-0.3.5.ebuild
Marek Szuba c15ff1ca33
dev-python/logutils: keyword 0.3.5 for ~riscv
Signed-off-by: Marek Szuba <marecki@gentoo.org>
2021-09-02 14:26:56 +01:00

20 lines
488 B
Bash

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{8..10} )
DISTUTILS_USE_SETUPTOOLS=no
inherit distutils-r1
DESCRIPTION="The logutils package provides a set of handlers for the Python standard"
HOMEPAGE="https://bitbucket.org/vinay.sajip/logutils"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86"
distutils_enable_tests setup.py