Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pympler/, profiles/
Date: Wed, 23 Dec 2020 09:06:26
Message-Id: 1608714120.c4b0a2aaa297545b779f0b0d8e428d6c792fdac5.mgorny@gentoo
1 commit: c4b0a2aaa297545b779f0b0d8e428d6c792fdac5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 23 09:00:12 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 23 09:02:00 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4b0a2aa
7
8 dev-python/pympler: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/755623
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/pympler/Manifest | 1 -
14 dev-python/pympler/metadata.xml | 20 ----------------
15 dev-python/pympler/pympler-0.6.ebuild | 44 -----------------------------------
16 profiles/package.mask | 1 -
17 4 files changed, 66 deletions(-)
18
19 diff --git a/dev-python/pympler/Manifest b/dev-python/pympler/Manifest
20 deleted file mode 100644
21 index d392bb939e9..00000000000
22 --- a/dev-python/pympler/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST pympler-0.6.tar.gz 267267 BLAKE2B 84a8df3177d0defed949869bec9342beb4336c912be5539c597388207abcbc53fa5218da34b16a872dca804ff559a448dc092b4d33396d570164311c1808765a SHA512 891822ce0a76377d74aa99dd2ce8b21a364084f0bc03ab6d6fe505597a0e182dde459b218dff8e0e6a753e1d88ba9f01b3a4b97be31a20e73a93d6c6fee66e1b
26
27 diff --git a/dev-python/pympler/metadata.xml b/dev-python/pympler/metadata.xml
28 deleted file mode 100644
29 index a403ca47e62..00000000000
30 --- a/dev-python/pympler/metadata.xml
31 +++ /dev/null
32 @@ -1,20 +0,0 @@
33 -<?xml version="1.0" encoding="UTF-8"?>
34 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
35 -<pkgmetadata>
36 - <maintainer type="project">
37 - <email>python@g.o</email>
38 - <name>Python</name>
39 - </maintainer>
40 - <longdescription>
41 -Pympler is a development tool to measure, monitor and analyze the memory
42 -behavior of Python objects in a running Python application. By pympling a
43 -Python application, detailed insight in the size and the lifetime of Python
44 -objects can be obtained. Undesirable or unexpected runtime behavior like
45 -memory bloat and other "pymples" can easily be identified.
46 -</longdescription>
47 - <stabilize-allarches/>
48 - <upstream>
49 - <remote-id type="pypi">Pympler</remote-id>
50 - <remote-id type="github">pympler/pympler</remote-id>
51 - </upstream>
52 -</pkgmetadata>
53
54 diff --git a/dev-python/pympler/pympler-0.6.ebuild b/dev-python/pympler/pympler-0.6.ebuild
55 deleted file mode 100644
56 index abcf53a1850..00000000000
57 --- a/dev-python/pympler/pympler-0.6.ebuild
58 +++ /dev/null
59 @@ -1,44 +0,0 @@
60 -# Copyright 1999-2020 Gentoo Authors
61 -# Distributed under the terms of the GNU General Public License v2
62 -
63 -EAPI=7
64 -
65 -DISTUTILS_USE_SETUPTOOLS=no
66 -PYTHON_COMPAT=( python3_{6,7} )
67 -
68 -inherit distutils-r1
69 -
70 -MY_PN="Pympler"
71 -MY_P="${MY_PN}-${PV}"
72 -
73 -DESCRIPTION="Memory profiling for Python applications"
74 -HOMEPAGE="https://pypi.org/project/Pympler/ https://github.com/pympler/pympler"
75 -SRC_URI="https://github.com/pympler/pympler/archive/${PV}.tar.gz -> ${P}.tar.gz"
76 -# The PyPi tarball is missing the documentation
77 -#SRC_URI="mirror://pypi/P/${MY_PN}/${MY_P}.tar.gz"
78 -
79 -SLOT="0"
80 -LICENSE="Apache-2.0"
81 -KEYWORDS="~alpha amd64 arm ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
82 -IUSE="doc test"
83 -RESTRICT="!test? ( test )"
84 -
85 -RDEPEND="dev-python/bottle[${PYTHON_USEDEP}]"
86 -DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
87 - test? ( ${RDEPEND} )"
88 -
89 -python_compile_all() {
90 - if use doc; then
91 - python_setup
92 - sphinx-build -b html doc/{source,html} || die
93 - fi
94 -}
95 -
96 -python_test() {
97 - esetup.py try
98 -}
99 -
100 -python_install_all() {
101 - use doc && local HTML_DOCS=( doc/html/. )
102 - distutils-r1_python_install_all
103 -}
104
105 diff --git a/profiles/package.mask b/profiles/package.mask
106 index 081773d3a98..7c58ad4ecf5 100644
107 --- a/profiles/package.mask
108 +++ b/profiles/package.mask
109 @@ -297,7 +297,6 @@ games-emulation/fakenes
110 # (or are broken). They have no reverse dependencies, except for other
111 # packages from the list.
112 # Removal in 30 days. Bug #755623.
113 -dev-python/pympler
114 dev-python/python-ethtool
115 dev-python/python-prctl
116 dev-python/python-termstyle