summaryrefslogtreecommitdiff
path: root/dev-python/uncalled-for
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/uncalled-for
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/uncalled-for')
-rw-r--r--dev-python/uncalled-for/Manifest2
-rw-r--r--dev-python/uncalled-for/metadata.xml12
-rw-r--r--dev-python/uncalled-for/uncalled-for-0.2.0.ebuild32
3 files changed, 0 insertions, 46 deletions
diff --git a/dev-python/uncalled-for/Manifest b/dev-python/uncalled-for/Manifest
deleted file mode 100644
index 1d87fee5821a..000000000000
--- a/dev-python/uncalled-for/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST uncalled_for-0.2.0.tar.gz 49488 BLAKE2B b87b267f1a95a7e15906069227a96d809e90aca8708a4090684ccbbbb71e14dabd4953813333c1d1e67a44104ad993946a1d06d483708d29ddfaa18fa7b492f4 SHA512 efafa7e6877a4b2453cc90c7100fe5931ac873035421cb682062aea8feadab41f1313f962f86f0a92356a311a9345d62b2dbb68544f90ec58a22e306cb81c1d4
-DIST uncalled_for-0.2.0.tar.gz.provenance 9585 BLAKE2B 6a2e848050500387496f5e7bbd98a127accea20a66c51d2247c3e8230e1f57acdd5164b16ef1230d8112038ab47aeb1e53e8ef80ce798f749efae1138651ce98 SHA512 b2319a4360fc8c2ac7debfa4c7fce7dfad5415c76df79e6dbb2cfa43d2a2ff95f0d94375506c8dd275fea09206f53e58493983e39f13303feee59799ee3c8e64
diff --git a/dev-python/uncalled-for/metadata.xml b/dev-python/uncalled-for/metadata.xml
deleted file mode 100644
index 01dd7c8a25f5..000000000000
--- a/dev-python/uncalled-for/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>falbrechtskirchinger@gmail.com</email>
- <name>Florian Albrechtskirchinger</name>
- </maintainer>
- <upstream>
- <remote-id type="pypi">uncalled-for</remote-id>
- <remote-id type="github">chrisguidry/uncalled-for</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/uncalled-for/uncalled-for-0.2.0.ebuild b/dev-python/uncalled-for/uncalled-for-0.2.0.ebuild
deleted file mode 100644
index 815fe45533c0..000000000000
--- a/dev-python/uncalled-for/uncalled-for-0.2.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYPI_VERIFY_REPO=https://github.com/chrisguidry/uncalled-for
-PYTHON_COMPAT=( python3_{13..14} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Async dependency injection for Python functions"
-HOMEPAGE="
- https://github.com/chrisguidry/uncalled-for
- https://pypi.org/project/uncalled-for/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-BDEPEND="
- dev-python/hatch-vcs[${PYTHON_USEDEP}]
-"
-
-EPYTEST_PLUGINS=( pytest-{asyncio,timeout} )
-distutils_enable_tests pytest
-
-src_prepare() {
- sed -i -e '/--cov/d' pyproject.toml || die
- distutils-r1_src_prepare
-}