summaryrefslogtreecommitdiff
path: root/dev-python/unrardll
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
commit290aebdea65a02557706eaeda477fef0437b6a48 (patch)
treef87a939169a508a2e943570501b64cc16b411cda /dev-python/unrardll
parent6783ddcd4b73d9ce586a71770caed352bec93b16 (diff)
downloadbaldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip
Adding metadata
Diffstat (limited to 'dev-python/unrardll')
-rw-r--r--dev-python/unrardll/Manifest1
-rw-r--r--dev-python/unrardll/metadata.xml13
-rw-r--r--dev-python/unrardll/unrardll-0.1.7.ebuild33
3 files changed, 0 insertions, 47 deletions
diff --git a/dev-python/unrardll/Manifest b/dev-python/unrardll/Manifest
deleted file mode 100644
index 692799ecadae..000000000000
--- a/dev-python/unrardll/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST unrardll-0.1.7.tar.gz 10780032 BLAKE2B 92f852ed9cbc02d4c48093dbd5a7f64f4bc279a7b3a3018247a832a61c263b3be19ec5ea94ffdc78c85bd2737647cc3eb231ae9d0953da1de5f23002e7e6ffdc SHA512 23da519c37e52e5cc032d119d1b723c0f4b4ec2c8a08b8ec24a193395d5530780c65a1c20f69aa58f6976ea5e7481c11b92a472cfbce8c477af14673be2189fc
diff --git a/dev-python/unrardll/metadata.xml b/dev-python/unrardll/metadata.xml
deleted file mode 100644
index a3cd3f17539d..000000000000
--- a/dev-python/unrardll/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>eschwartz@gentoo.org</email>
- <name>Eli Schwartz</name>
- </maintainer>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <origin>baldeagleos-repo</origin>
-</pkgmetadata>
diff --git a/dev-python/unrardll/unrardll-0.1.7.ebuild b/dev-python/unrardll/unrardll-0.1.7.ebuild
deleted file mode 100644
index cccd397c75eb..000000000000
--- a/dev-python/unrardll/unrardll-0.1.7.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 2023-2025 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 pypi
-
-DESCRIPTION="Python wrapper for the UnRAR DLL"
-HOMEPAGE="
- https://github.com/kovidgoyal/unrardll
- https://pypi.org/project/unrardll/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm64"
-
-# The version constraint is needed to resolve https://bugs.gentoo.org/916036
-# and guarantee the headers are findable.
-DEPEND=">=app-arch/unrar-6.2.12-r1:="
-RDEPEND="${DEPEND}"
-
-distutils_enable_tests unittest
-
-src_prepare() {
- default
- # https://github.com/kovidgoyal/unrardll/pull/5
- mv test/basic.py test/test_basic.py || die
-}