+++ /dev/null
-DIST hachoir-core-1.3.3.tar.gz 91504 BLAKE2B 179be2f6e295aa285f143c9a2bbaf57f877611435887d31efb2a8fa296db62531c547129a2b03dfc63b3775fee70119fbbac9233afb86ec065333454b8db6701 SHA512 71c24c4c4612ab544663ddde4aa07bb7514fcb3b86596ad67d6b48e0d8590b1a9d8c88ed4007c2341cb195ef825e06634bce14c62cc2c5200b6d745d341cac51
+++ /dev/null
-# 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}"
-}
+++ /dev/null
-<?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>
# 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