homeassistant-0.83.2, and now nearly all python libs.
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
DIST cdu-0.1.3.tar.gz 3344 BLAKE2B 0a2d43dcf4567ff1bce4552ac6a9099de720dcc96d8f4671348e36e3b4b62adaf9517e6ba24c42fa51846e3e25833f7f066002fd2d321fa9600070335dae0896 SHA512 c84ab149c5ad5d954b573f0dd5e35d22c7867aec046686c41e718f0375377c6bf6a36f9974a4977044e0e69ab4c02720bb59d36033e59de76a4231dacc7a62f7
|
||||
EBUILD cdu-0.1.3.ebuild 838 BLAKE2B 2ac832ad7aa961449ba553ac2367c58d12972c388978e2e1d6335f425eedcd93d04ba46e33d6a7e67aa0d3b7b6a3a1f461bc88c6f4b2ca5c059d6f8379770d34 SHA512 5c686a9cb9d7b7127580e11a3e22708952c3c007f733a25a61f34ad0d375ae8be5ccbbd03a8882bfb58c45a56a7538415cd9c5d828f31019df4a0eaee2dbfd4b
|
||||
@@ -0,0 +1,32 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Cloud Storage Disk Usage Analyzer"
|
||||
HOMEPAGE="https://github.com/ilogik/cdu"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
|
||||
IUSE="test"
|
||||
|
||||
DEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/mock[${PYTHON_USEDEP}]
|
||||
dev-python/ipaddress[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
# Many tests fail, even on a regular tox run on a upstream clone
|
||||
RESTRICT="test"
|
||||
|
||||
python_test() {
|
||||
${PYTHON} psutil/tests/__main__.py || die
|
||||
}
|
||||
Reference in New Issue
Block a user