summaryrefslogtreecommitdiff
path: root/dev-python/lazy_loader
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/lazy_loader')
-rw-r--r--dev-python/lazy_loader/Manifest3
-rw-r--r--dev-python/lazy_loader/lazy_loader-0.3.ebuild22
-rw-r--r--dev-python/lazy_loader/metadata.xml12
3 files changed, 0 insertions, 37 deletions
diff --git a/dev-python/lazy_loader/Manifest b/dev-python/lazy_loader/Manifest
deleted file mode 100644
index 234efca7fbbb..000000000000
--- a/dev-python/lazy_loader/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST lazy_loader-0.3.tar.gz 12268 BLAKE2B b4b38202fa5c4558934dc6e2090b0585d9245a69824fb9548f5f24c3538232ce35fc1096978c4bb385bbc19b1008487cbe5b2e5a81f672acc790bfc1ac4b1bd7 SHA512 282efef8a20321bda07be382871fa3314ebf6c59f2451b33e613a72dd5b875fe7a7b8ea1336c879d79bf78cb808e1220a68ba30cd4e948d8c10ab0ca9ec23938
-EBUILD lazy_loader-0.3.ebuild 491 BLAKE2B cc07a04e4a6d8ae29f01be4f0253583012d7aafdb3c784aed5b907d87cfcf6f6c779437a331b398e72e1b5f15c5c2e2570da8b9899e8f05a496fad460c01d696 SHA512 84c878e27c8698e11d77d1da2ef288a33f8ed1fd993276485fc88973980b86c1f43190a574d686e87ef3abe6a6f6cc48b569e5f92bef8fa1238db423a901bb7b
-MISC metadata.xml 409 BLAKE2B 4dcc03dd53ed5a00f0210c5b54fab1942eea0f1a85127ff21cfa3ab26d3196fc7c046e4f152edba33b05843986160381c2ee5c3cd5a0cf60676ee2ad32cd3a6d SHA512 c5a33965de58c858dae11eaf6476f6b3c185e7351cebf64b5a50b3841d061ba43b65c0bccd1fb0432fe5c6e441456c00b0445313c137fcdd71de8939afeaa1e7
diff --git a/dev-python/lazy_loader/lazy_loader-0.3.ebuild b/dev-python/lazy_loader/lazy_loader-0.3.ebuild
deleted file mode 100644
index b3bb79623b29..000000000000
--- a/dev-python/lazy_loader/lazy_loader-0.3.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Populate library namespace without incurring immediate import costs"
-HOMEPAGE="
- https://github.com/scientific-python/lazy_loader
- https://pypi.org/project/lazy_loader/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-distutils_enable_tests pytest
diff --git a/dev-python/lazy_loader/metadata.xml b/dev-python/lazy_loader/metadata.xml
deleted file mode 100644
index 55037c181b9e..000000000000
--- a/dev-python/lazy_loader/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="project">
- <email>sci@gentoo.org</email>
- <name>Gentoo Science Project</name>
- </maintainer>
- <upstream>
- <remote-id type="pypi">lazy_loader</remote-id>
- <remote-id type="github">scientific-python/lazy_loader</remote-id>
- </upstream>
-</pkgmetadata>