summaryrefslogtreecommitdiff
path: root/dev-python/lhafile
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/lhafile
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/lhafile')
-rw-r--r--dev-python/lhafile/Manifest1
-rw-r--r--dev-python/lhafile/lhafile-0.3.1.ebuild27
-rw-r--r--dev-python/lhafile/metadata.xml12
3 files changed, 0 insertions, 40 deletions
diff --git a/dev-python/lhafile/Manifest b/dev-python/lhafile/Manifest
deleted file mode 100644
index c5f6653743ae..000000000000
--- a/dev-python/lhafile/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST python-lhafile-0.3.1.gh.tar.gz 267152 BLAKE2B e4d07b22aa036979e2db1ab3ffa54910e4fdad99201366f07a4fc9173e4f114cf6c46d910397324c72a9517c5a7f4bf4e9ce713f20eb68bc11cd79610a14e7b5 SHA512 73fcb03fe4436bbeab822e40fc4a9f02b67d2b99f2307e3e9ae894a768001ad662adf659fe1170ac0eb231b12e93b1c0429246396e16e0c1e149bd3cf7af8393
diff --git a/dev-python/lhafile/lhafile-0.3.1.ebuild b/dev-python/lhafile/lhafile-0.3.1.ebuild
deleted file mode 100644
index b1789d487192..000000000000
--- a/dev-python/lhafile/lhafile-0.3.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{13..14} )
-
-inherit distutils-r1
-
-MY_P=python-lhafile-${PV}
-DESCRIPTION="LHA archive support for Python"
-HOMEPAGE="
- https://github.com/FrodeSolheim/python-lhafile/
- https://pypi.org/project/lhafile/
-"
-SRC_URI="
- https://github.com/FrodeSolheim/python-lhafile/archive/v${PV}.tar.gz
- -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64"
-RESTRICT="test" # The tests don't work, they're probably outdated.
diff --git a/dev-python/lhafile/metadata.xml b/dev-python/lhafile/metadata.xml
deleted file mode 100644
index 01aef3c932fd..000000000000
--- a/dev-python/lhafile/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>chewi@gentoo.org</email>
- <name>James Le Cuirot</name>
- </maintainer>
- <upstream>
- <remote-id type="github">FrodeSolheim/python-lhafile</remote-id>
- <remote-id type="pypi">lhafile</remote-id>
- </upstream>
-</pkgmetadata>