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: profiles/, dev-python/hachoir-core/
Date: Wed, 04 Mar 2020 16:42:06
Message-Id: 1583339999.a9065d4d7b6d0b81b4a8187144e4fe5fc609085c.mgorny@gentoo
1 commit: a9065d4d7b6d0b81b4a8187144e4fe5fc609085c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 4 16:39:59 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 4 16:39:59 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9065d4d
7
8 dev-python/hachoir-core: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/708116
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/hachoir-core/Manifest | 1 -
14 .../hachoir-core/hachoir-core-1.3.3-r1.ebuild | 28 ----------------------
15 dev-python/hachoir-core/metadata.xml | 16 -------------
16 profiles/package.mask | 5 ----
17 4 files changed, 50 deletions(-)
18
19 diff --git a/dev-python/hachoir-core/Manifest b/dev-python/hachoir-core/Manifest
20 deleted file mode 100644
21 index 6be5cfde462..00000000000
22 --- a/dev-python/hachoir-core/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST hachoir-core-1.3.3.tar.gz 91504 BLAKE2B 179be2f6e295aa285f143c9a2bbaf57f877611435887d31efb2a8fa296db62531c547129a2b03dfc63b3775fee70119fbbac9233afb86ec065333454b8db6701 SHA512 71c24c4c4612ab544663ddde4aa07bb7514fcb3b86596ad67d6b48e0d8590b1a9d8c88ed4007c2341cb195ef825e06634bce14c62cc2c5200b6d745d341cac51
26
27 diff --git a/dev-python/hachoir-core/hachoir-core-1.3.3-r1.ebuild b/dev-python/hachoir-core/hachoir-core-1.3.3-r1.ebuild
28 deleted file mode 100644
29 index 859e0b33b1e..00000000000
30 --- a/dev-python/hachoir-core/hachoir-core-1.3.3-r1.ebuild
31 +++ /dev/null
32 @@ -1,28 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=5
37 -
38 -PYTHON_COMPAT=( python2_7 )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="Core of Hachoir framework: parse and edit binary files"
43 -HOMEPAGE="https://pypi.org/project/hachoir-core/"
44 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
45 -
46 -LICENSE="GPL-2"
47 -SLOT="0"
48 -KEYWORDS="amd64 ppc x86"
49 -IUSE=""
50 -
51 -RDEPEND=""
52 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
53 -
54 -python_configure_all() {
55 - mydistutilsargs=( --setuptools )
56 -}
57 -
58 -python_test() {
59 - "${PYTHON}" test_doc.py || die "Tests fail with ${EPYTHON}"
60 -}
61
62 diff --git a/dev-python/hachoir-core/metadata.xml b/dev-python/hachoir-core/metadata.xml
63 deleted file mode 100644
64 index d2ad52173a8..00000000000
65 --- a/dev-python/hachoir-core/metadata.xml
66 +++ /dev/null
67 @@ -1,16 +0,0 @@
68 -<?xml version="1.0" encoding="UTF-8"?>
69 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
70 -<pkgmetadata>
71 - <maintainer type="project">
72 - <email>python@g.o</email>
73 - <name>Python</name>
74 - </maintainer>
75 - <longdescription lang="en">A tool written for hackers to cut file or any binary stream. A file is
76 - splitted in a tree of fields where the smallest field can be just a bit.
77 - There are various field types: integer, string, bits, padding, sub file,
78 - etc.</longdescription>
79 - <upstream>
80 - <remote-id type="pypi">hachoir-core</remote-id>
81 - <remote-id type="bitbucket">haypo/hachoir</remote-id>
82 - </upstream>
83 -</pkgmetadata>
84
85 diff --git a/profiles/package.mask b/profiles/package.mask
86 index 858554bda12..f0b51f31243 100644
87 --- a/profiles/package.mask
88 +++ b/profiles/package.mask
89 @@ -530,11 +530,6 @@ dev-python/e4u
90 # app-text/fbreader instead. Masked for removal in 30 days.
91 app-text/pybookreader
92
93 -# Andreas Sturmlechner <asturm@g.o> (2020-02-04)
94 -# Python-2-only, blocks pygtk-removal, last release in 2010.
95 -# Masked for removal in 30 days.
96 -dev-python/hachoir-core
97 -
98 # Mart Raudsepp <leio@g.o> (2020-02-03)
99 # Known breakages that need to be handled first, bug 698922
100 >=x11-libs/pango-1.43