summaryrefslogtreecommitdiff
path: root/dev-python/python-lhafile/python-lhafile-0.3.0-r1.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-11-14 06:45:35 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-11-14 06:45:35 +0000
commit5abae9e973fe596f28f78b4d83209ffab108e2cd (patch)
tree477f80d561268dec5e074e3883e85c62ef94861f /dev-python/python-lhafile/python-lhafile-0.3.0-r1.ebuild
parenta6cbb3d12ad6754a4197f1ef2917998b377a081c (diff)
downloadbaldeagleos-repo-5abae9e973fe596f28f78b4d83209ffab108e2cd.tar.gz
baldeagleos-repo-5abae9e973fe596f28f78b4d83209ffab108e2cd.tar.xz
baldeagleos-repo-5abae9e973fe596f28f78b4d83209ffab108e2cd.zip
Adding metadata
Diffstat (limited to 'dev-python/python-lhafile/python-lhafile-0.3.0-r1.ebuild')
-rw-r--r--dev-python/python-lhafile/python-lhafile-0.3.0-r1.ebuild19
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-python/python-lhafile/python-lhafile-0.3.0-r1.ebuild b/dev-python/python-lhafile/python-lhafile-0.3.0-r1.ebuild
deleted file mode 100644
index b12d73bbe1cb..000000000000
--- a/dev-python/python-lhafile/python-lhafile-0.3.0-r1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2023 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_{9,10,11,12,13} )
-
-inherit distutils-r1
-
-DESCRIPTION="LHA archive support for Python"
-HOMEPAGE="https://github.com/FrodeSolheim/python-lhafile"
-SRC_URI="https://github.com/FrodeSolheim/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64"
-RESTRICT="test" # The tests don't work, they're probably outdated.