summaryrefslogtreecommitdiff
path: root/dev-python/shellingham
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/shellingham
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/shellingham')
-rw-r--r--dev-python/shellingham/Manifest1
-rw-r--r--dev-python/shellingham/metadata.xml13
-rw-r--r--dev-python/shellingham/shellingham-1.5.4.ebuild32
3 files changed, 0 insertions, 46 deletions
diff --git a/dev-python/shellingham/Manifest b/dev-python/shellingham/Manifest
deleted file mode 100644
index 3a4e1df583cc..000000000000
--- a/dev-python/shellingham/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST shellingham-1.5.4.gh.tar.gz 24276 BLAKE2B 9db0fd5b223fb8c184d9f011dddb1de0873c2084457a88cd97244137bdc5fef398cd649569cfc37b9fc57bf3f76b11643c236bdd5144a31d157884adc30dc8bb SHA512 5a56156add14a5ec9cb55ccf0a268f6c64a3e2fec90301ea31f499131560fa537ca3b3544f18944efac451fa21826114a2bbf3b54140d294d94e7ae890964800
diff --git a/dev-python/shellingham/metadata.xml b/dev-python/shellingham/metadata.xml
deleted file mode 100644
index aed35119921c..000000000000
--- a/dev-python/shellingham/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <stabilize-allarches/>
- <upstream>
- <remote-id type="pypi">shellingham</remote-id>
- <remote-id type="github">sarugaku/shellingham</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/shellingham/shellingham-1.5.4.ebuild b/dev-python/shellingham/shellingham-1.5.4.ebuild
deleted file mode 100644
index 64d95f741680..000000000000
--- a/dev-python/shellingham/shellingham-1.5.4.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2023-2026 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 pypi
-
-DESCRIPTION="Tool to Detect Surrounding Shell"
-HOMEPAGE="
- https://github.com/sarugaku/shellingham/
- https://pypi.org/project/shellingham/
-"
-# Missing tests in PYPI distribution so we use the GH package
-SRC_URI="
- https://github.com/sarugaku/shellingham/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~loong ~riscv x86"
-
-DEPEND="
- test? (
- dev-python/pytest-mock[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest