dev-python/injector: treeclean

Closes: https://bugs.gentoo.org/897444
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2023-03-28 22:50:17 +05:00
parent 9de2a4bc7c
commit 46d41a82d1
4 changed files with 0 additions and 38 deletions

View File

@@ -1 +0,0 @@
DIST injector-0.18.4.tar.gz 23230 BLAKE2B 3cc344f5eab64f58575d4772b7d867988b4b3550b2cb9d7f24d169f66e05953cb395800d77fc9edcb5ccfdbc3b8688cae0f33170aa3312b19c2d44173f2e8ee1 SHA512 3afc5e69ade4d60f6f60c81b1067428852a39767a14c779436ed9137e922c47f0818b599afef0b13a1dd6fe3cd95a16fb85963e7fc5c3b6f0ae84ec54f219aca

View File

@@ -1,20 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_9 )
inherit distutils-r1 pypi
DESCRIPTION="Python dependency injection framework"
HOMEPAGE="
https://pypi.org/project/injector/
https://github.com/alecthomas/injector
"
KEYWORDS="~amd64"
LICENSE="BSD"
SLOT="0"
DEPEND="dev-python/typing-extensions[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}"

View File

@@ -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>myrvogna@electrosphe.re</email>
<name>Octiabrina Terrien-Puig</name>
</maintainer>
<upstream>
<remote-id type="pypi">injector</remote-id>
<remote-id type="github">alecthomas/injector</remote-id>
</upstream>
</pkgmetadata>