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/pyelftools/
Date: Sat, 28 Mar 2020 17:44:29
Message-Id: 1585417446.7638a6d122c97f6ecd2bf1ab9e56047682198290.mgorny@gentoo
1 commit: 7638a6d122c97f6ecd2bf1ab9e56047682198290
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 28 17:38:16 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 28 17:44:06 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7638a6d1
7
8 dev-python/pyelftools: Remove redundant versions
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pyelftools/Manifest | 1 -
13 dev-python/pyelftools/pyelftools-0.24-r1.ebuild | 29 -------------------------
14 dev-python/pyelftools/pyelftools-0.24.ebuild | 29 -------------------------
15 3 files changed, 59 deletions(-)
16
17 diff --git a/dev-python/pyelftools/Manifest b/dev-python/pyelftools/Manifest
18 index 046eb652deb..095f1cd05ab 100644
19 --- a/dev-python/pyelftools/Manifest
20 +++ b/dev-python/pyelftools/Manifest
21 @@ -1,2 +1 @@
22 -DIST pyelftools-0.24.tar.gz 411874 BLAKE2B 304721cc440599d6436366c14a17d7e3132464686cdd870257a0180dd5f292a23c50a4e654966552d643875ac2683fda8584684cfeb611a3f22f02f73852a288 SHA512 5169617f9a8446ffc21dfc44ee185a388c8945a0296bdc6752483b0756888dccb10e3ee88e529d101cf31a4595de924b5c95f5459d5ee4448f57c0c4f2c56887
23 DIST pyelftools-0.25.tar.gz 499493 BLAKE2B 941b21526d1225a4effa25d8f0245b326d5ec652cea6741240613c19af61e03a537fe363dd4c10a90760a7ddc6201e20dd83b6825ad185ae21696be6f4d1e52f SHA512 06ead53ada32676161193d7e5cdb3b9e4c1910dcb34f77a544f53445651f8118b582716bf8c5cc54efb21b1ddbbcdb4b41c533350af3c41553d103c7fc74702f
24
25 diff --git a/dev-python/pyelftools/pyelftools-0.24-r1.ebuild b/dev-python/pyelftools/pyelftools-0.24-r1.ebuild
26 deleted file mode 100644
27 index 6fe5be5f535..00000000000
28 --- a/dev-python/pyelftools/pyelftools-0.24-r1.ebuild
29 +++ /dev/null
30 @@ -1,29 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -PYTHON_COMPAT=( python3_{6,7} )
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="pure-Python library for analyzing ELF files and DWARF debugging information"
40 -HOMEPAGE="https://pypi.org/project/pyelftools/ https://github.com/eliben/pyelftools"
41 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
42 -
43 -LICENSE="public-domain"
44 -SLOT="0"
45 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
46 -IUSE="examples"
47 -
48 -python_test() {
49 - # readelf_tests often fails due to host `readelf` changing output format
50 - local t
51 - for t in all_unittests examples_test ; do
52 - "${PYTHON}" ./test/run_${t}.py || die "Tests fail with ${EPYTHON}"
53 - done
54 -}
55 -
56 -python_install_all() {
57 - use examples && dodoc -r examples
58 - distutils-r1_python_install_all
59 -}
60
61 diff --git a/dev-python/pyelftools/pyelftools-0.24.ebuild b/dev-python/pyelftools/pyelftools-0.24.ebuild
62 deleted file mode 100644
63 index 5cd8d0edaf9..00000000000
64 --- a/dev-python/pyelftools/pyelftools-0.24.ebuild
65 +++ /dev/null
66 @@ -1,29 +0,0 @@
67 -# Copyright 1999-2020 Gentoo Authors
68 -# Distributed under the terms of the GNU General Public License v2
69 -
70 -EAPI=6
71 -
72 -PYTHON_COMPAT=( python3_6 )
73 -inherit distutils-r1
74 -
75 -DESCRIPTION="pure-Python library for analyzing ELF files and DWARF debugging information"
76 -HOMEPAGE="https://pypi.org/project/pyelftools/ https://github.com/eliben/pyelftools"
77 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
78 -
79 -LICENSE="public-domain"
80 -SLOT="0"
81 -KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux"
82 -IUSE="examples"
83 -
84 -python_test() {
85 - # readelf_tests often fails due to host `readelf` changing output format
86 - local t
87 - for t in all_unittests examples_test ; do
88 - "${PYTHON}" ./test/run_${t}.py || die "Tests fail with ${EPYTHON}"
89 - done
90 -}
91 -
92 -python_install_all() {
93 - use examples && dodoc -r examples
94 - distutils-r1_python_install_all
95 -}