dev-python/hachoir-core: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Wed, 4 Mar 2020 16:39:59 +0000 (17:39 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 4 Mar 2020 16:39:59 +0000 (17:39 +0100)
Closes: https://bugs.gentoo.org/708116
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/hachoir-core/Manifest [deleted file]
dev-python/hachoir-core/hachoir-core-1.3.3-r1.ebuild [deleted file]
dev-python/hachoir-core/metadata.xml [deleted file]
profiles/package.mask

diff --git a/dev-python/hachoir-core/Manifest b/dev-python/hachoir-core/Manifest
deleted file mode 100644 (file)
index 6be5cfd..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST hachoir-core-1.3.3.tar.gz 91504 BLAKE2B 179be2f6e295aa285f143c9a2bbaf57f877611435887d31efb2a8fa296db62531c547129a2b03dfc63b3775fee70119fbbac9233afb86ec065333454b8db6701 SHA512 71c24c4c4612ab544663ddde4aa07bb7514fcb3b86596ad67d6b48e0d8590b1a9d8c88ed4007c2341cb195ef825e06634bce14c62cc2c5200b6d745d341cac51
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
deleted file mode 100644 (file)
index 859e0b3..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Core of Hachoir framework: parse and edit binary files"
-HOMEPAGE="https://pypi.org/project/hachoir-core/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_configure_all() {
-       mydistutilsargs=( --setuptools )
-}
-
-python_test() {
-       "${PYTHON}" test_doc.py || die "Tests fail with ${EPYTHON}"
-}
diff --git a/dev-python/hachoir-core/metadata.xml b/dev-python/hachoir-core/metadata.xml
deleted file mode 100644 (file)
index d2ad521..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-       <maintainer type="project">
-               <email>python@gentoo.org</email>
-               <name>Python</name>
-       </maintainer>
-       <longdescription lang="en">A tool written for hackers to cut file or any binary stream. A file is
-               splitted in a tree of fields where the smallest field can be just a bit.
-               There are various field types: integer, string, bits, padding, sub file,
-               etc.</longdescription>
-       <upstream>
-               <remote-id type="pypi">hachoir-core</remote-id>
-               <remote-id type="bitbucket">haypo/hachoir</remote-id>
-       </upstream>
-</pkgmetadata>
index 858554bda12937226b490b3936237bf9b80a29dd..f0b51f312434162cb4b7abd956cb2f725a59b010 100644 (file)
@@ -530,11 +530,6 @@ dev-python/e4u
 # app-text/fbreader instead. Masked for removal in 30 days.
 app-text/pybookreader
 
-# Andreas Sturmlechner <asturm@gentoo.org> (2020-02-04)
-# Python-2-only, blocks pygtk-removal, last release in 2010.
-# Masked for removal in 30 days.
-dev-python/hachoir-core
-
 # Mart Raudsepp <leio@gentoo.org> (2020-02-03)
 # Known breakages that need to be handled first, bug 698922
 >=x11-libs/pango-1.43