mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-25 07:08:13 -07:00
dev-python/memory_profiler: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST memory_profiler-0.59.gh.tar.gz 142586 BLAKE2B b9c8cffbd03f980937d30626facf431e6effd9a86a21fbe629f4238a2f78f2d65242637105ad3a07b4158a6335a541701bba657941bb23c9da0f49a1113402ee SHA512 f70ad8f871bd5068e2817049231abee7e535cb352f0444dcb0d9d072b9f4dda944e85ec7854855307a9748257da80f53dd50fe17fefbd73045dce1306f51f88d
|
||||
DIST memory_profiler-0.60.gh.tar.gz 142585 BLAKE2B aa7fd9e547eecadc184d4da5830c582a9a9ab9565f3dc9c763caaa7e75698ed6b499d2555e4a93b39d2f80f85fad025b84043e0812cb25dd1511f4ebf8da5a85 SHA512 407e44a410cdb4c7c8cc5ff40198c28012f8b0c6bba88d2d1612681eb621a1b802ef137be62fc64ca9e3c362ca3814433bc12169d7c3827bf97293c5bbb8bfbc
|
||||
|
||||
@@ -1,55 +0,0 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A module for monitoring memory usage of a python program"
|
||||
HOMEPAGE="https://pypi.org/project/memory-profiler/ https://github.com/pythonprofilers/memory_profiler"
|
||||
SRC_URI="
|
||||
https://github.com/pythonprofilers/memory_profiler/archive/v${PV}.tar.gz
|
||||
-> ${P}.gh.tar.gz
|
||||
"
|
||||
|
||||
IUSE="examples"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
|
||||
|
||||
# dev-lang/mercury: collision on 'mprof'
|
||||
# https://bugs.gentoo.org/571176
|
||||
RDEPEND="dev-python/psutil[${PYTHON_USEDEP}]
|
||||
!dev-lang/mercury"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
python_test() {
|
||||
"${EPYTHON}" -m memory_profiler test/test_as.py || die
|
||||
"${EPYTHON}" -m memory_profiler test/test_func.py || die
|
||||
"${EPYTHON}" -m memory_profiler test/test_gen.py || die
|
||||
"${EPYTHON}" -m memory_profiler test/test_loop.py || die
|
||||
"${EPYTHON}" -m memory_profiler test/test_loop_decorated.py || die
|
||||
"${EPYTHON}" -m memory_profiler test/test_mprofile.py || die
|
||||
"${EPYTHON}" -m memory_profiler test/test_nested.py || die
|
||||
"${EPYTHON}" -m memory_profiler test/test_precision_command_line.py || die
|
||||
"${EPYTHON}" -m memory_profiler test/test_unicode.py || die
|
||||
|
||||
"${EPYTHON}" test/test_exception.py || die
|
||||
"${EPYTHON}" test/test_exit_code.py || die
|
||||
"${EPYTHON}" test/test_global.py || die
|
||||
"${EPYTHON}" test/test_import.py || die
|
||||
"${EPYTHON}" test/test_memory_usage.py || die
|
||||
"${EPYTHON}" test/test_mprof.py || die
|
||||
"${EPYTHON}" test/test_precision_import.py || die
|
||||
"${EPYTHON}" test/test_stream_unicode.py || die
|
||||
"${EPYTHON}" test/test_tracemalloc.py || die
|
||||
}
|
||||
|
||||
python_install_all() {
|
||||
use examples && dodoc -r examples
|
||||
|
||||
distutils-r1_python_install_all
|
||||
}
|
||||
Reference in New Issue
Block a user