* [gentoo-commits] repo/gentoo:master commit in: dev-python/memory-profiler/, profiles/
@ 2023-11-08 12:44 Florian Schmaus
0 siblings, 0 replies; only message in thread
From: Florian Schmaus @ 2023-11-08 12:44 UTC (permalink / raw
To: gentoo-commits
commit: c77f158b9b8365b1b7cb2c54ad20b985988e9681
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 8 12:34:13 2023 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Nov 8 12:34:37 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c77f158b
dev-python/memory-profiler: treeclean
Closes: https://bugs.gentoo.org/915162
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
dev-python/memory-profiler/Manifest | 1 -
.../memory-profiler/memory-profiler-0.61.ebuild | 63 ----------------------
dev-python/memory-profiler/metadata.xml | 17 ------
profiles/package.mask | 7 ---
4 files changed, 88 deletions(-)
diff --git a/dev-python/memory-profiler/Manifest b/dev-python/memory-profiler/Manifest
deleted file mode 100644
index 693a1a0e2468..000000000000
--- a/dev-python/memory-profiler/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST memory_profiler-0.61.gh.tar.gz 144680 BLAKE2B 418ae6e7433dd58b00c8706209a7172c31ccf57d74255aa670b271bc9d76b339bd582b48886bed7b53062abd8eb421678c911b3495de4d541b949f340aad7091 SHA512 02c70a049107ad4df635e20e22eaaa91fd4e4fd29690b0a7c314e08ed6e076bbb81f85dd97924ed35f7f0133cfd3c7e55b35400449489733beb172debe592c4e
diff --git a/dev-python/memory-profiler/memory-profiler-0.61.ebuild b/dev-python/memory-profiler/memory-profiler-0.61.ebuild
deleted file mode 100644
index fd059fb2d78e..000000000000
--- a/dev-python/memory-profiler/memory-profiler-0.61.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1
-
-MY_P=memory_profiler-${PV}
-DESCRIPTION="A module for monitoring memory usage of a python program"
-HOMEPAGE="
- https://github.com/pythonprofilers/memory_profiler/
- https://pypi.org/project/memory-profiler/
-"
-SRC_URI="
- https://github.com/pythonprofilers/memory_profiler/archive/v${PV}.tar.gz
- -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~riscv x86 ~amd64-linux ~x86-linux"
-IUSE="examples"
-
-# 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
-}
diff --git a/dev-python/memory-profiler/metadata.xml b/dev-python/memory-profiler/metadata.xml
deleted file mode 100644
index 765b1c287e36..000000000000
--- a/dev-python/memory-profiler/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <stabilize-allarches/>
- <upstream>
- <remote-id type="pypi">memory-profiler</remote-id>
- <remote-id type="github">pythonprofilers/memory_profiler</remote-id>
- <maintainer status="unknown">
- <email>f@bianp.net</email>
- <name>Fabian Pedregosa</name>
- </maintainer>
- </upstream>
-</pkgmetadata>
diff --git a/profiles/package.mask b/profiles/package.mask
index a4457e0d2d2b..e31514c36d18 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -336,13 +336,6 @@ media-video/jubler
dev-java/appenh
dev-java/loadlib
-# Michał Górny <mgorny@gentoo.org> (2023-10-04)
-# The project was abandoned upstream. The test suite is broken
-# with python3.12. It was used only as an optional test dep
-# for dev-python/Arpeggio.
-# Removal on 2023-11-03. Bug #915162.
-dev-python/memory-profiler
-
# Michał Górny <mgorny@gentoo.org> (2023-09-22)
# =dev-python/setuptools-scm-8.0.1 broke compatibility hard but reverted
# the changes in 8.0.2.
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2023-11-08 12:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-08 12:44 [gentoo-commits] repo/gentoo:master commit in: dev-python/memory-profiler/, profiles/ Florian Schmaus
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox