summaryrefslogtreecommitdiff
path: root/dev-python/hachoir
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/hachoir
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/hachoir')
-rw-r--r--dev-python/hachoir/Manifest1
-rw-r--r--dev-python/hachoir/hachoir-3.3.0.ebuild29
-rw-r--r--dev-python/hachoir/metadata.xml19
3 files changed, 0 insertions, 49 deletions
diff --git a/dev-python/hachoir/Manifest b/dev-python/hachoir/Manifest
deleted file mode 100644
index cbfb33cc9840..000000000000
--- a/dev-python/hachoir/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST hachoir-3.3.0.gh.tar.gz 7905416 BLAKE2B 2125d28c932564867b37265206d5e27c9202b523ee8cb01d438aba44e6be42e76a6d2411ff72002db1a2dd28cf5561ff9c810920c88bbd8b20399007d85c3abf SHA512 8c9d6070877cedf706bec45f2813e145b3014dfc5c29d44e6c78fade165f0706cb214690e89551e4934a54c7e8e1fac1c73362fb9ada1c3d3d41f35556f43c7a
diff --git a/dev-python/hachoir/hachoir-3.3.0.ebuild b/dev-python/hachoir/hachoir-3.3.0.ebuild
deleted file mode 100644
index d085face9cda..000000000000
--- a/dev-python/hachoir/hachoir-3.3.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2022-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{13..14} )
-
-inherit distutils-r1
-
-DESCRIPTION="Hachoir is a Python library to view and edit a binary stream field by field "
-HOMEPAGE="
- https://pypi.org/project/hachoir/
- https://github.com/vstinner/hachoir/
-"
-# use git archives for test data, which is missing in pypi tarballs
-SRC_URI="https://github.com/vstinner/hachoir/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-
-distutils_enable_tests unittest
-
-python_test() {
- local -x SLOW_TESTS=1
-
- eunittest tests
-}
diff --git a/dev-python/hachoir/metadata.xml b/dev-python/hachoir/metadata.xml
deleted file mode 100644
index cc59b75eef5d..000000000000
--- a/dev-python/hachoir/metadata.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <name>Julien Roy</name>
- <email>julien@jroy.ca</email>
- </maintainer>
- <upstream>
- <maintainer>
- <name>Victor Stinner</name>
- <email>vstinner@python.org</email>
- </maintainer>
- <changelog>https://github.com/vstinner/hachoir/releases</changelog>
- <doc>https://hachoir.readthedocs.io/</doc>
- <bugs-to>https://github.com/vstinner/hachoir/issues</bugs-to>
- <remote-id type="github">vstinner/hachoir</remote-id>
- <remote-id type="pypi">hachoir</remote-id>
- </upstream>
-</pkgmetadata>