diff options
Diffstat (limited to 'dev-python/entrypoints')
| -rw-r--r-- | dev-python/entrypoints/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/entrypoints/entrypoints-0.4.ebuild | 21 | ||||
| -rw-r--r-- | dev-python/entrypoints/metadata.xml | 23 |
3 files changed, 0 insertions, 45 deletions
diff --git a/dev-python/entrypoints/Manifest b/dev-python/entrypoints/Manifest deleted file mode 100644 index df221e2e1d75..000000000000 --- a/dev-python/entrypoints/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST entrypoints-0.4.tar.gz 13974 BLAKE2B 95bfe3deeee183f000722be63114e7eafe12ce9994e3ad02fccde7ee8dca3d10cc491e438bc9330fe9e16dbe1664d7a9fd9ef5712ebca989e3304e1dee7a55ce SHA512 874858c240199b9a209e00bde609b33335d199d21a959e51bb875240e2a35ada036380097218e9cd50d5d1dbf9de52638a069cb605ea8e8952db4a5afa3ffd42 diff --git a/dev-python/entrypoints/entrypoints-0.4.ebuild b/dev-python/entrypoints/entrypoints-0.4.ebuild deleted file mode 100644 index c618d0aee684..000000000000 --- a/dev-python/entrypoints/entrypoints-0.4.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Discover and load entry points from installed packages" -HOMEPAGE=" - https://github.com/takluyver/entrypoints/ - https://pypi.org/project/entrypoints/ -" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos" - -distutils_enable_tests pytest diff --git a/dev-python/entrypoints/metadata.xml b/dev-python/entrypoints/metadata.xml deleted file mode 100644 index e99455210db7..000000000000 --- a/dev-python/entrypoints/metadata.xml +++ /dev/null @@ -1,23 +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> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <stabilize-allarches/> - <longdescription> - Entry points are a way for Python packages to advertise objects with - some common interface. The most common examples are console_scripts - entry points, which define shell commands by identifying a Python - function to run. - </longdescription> - <upstream> - <remote-id type="github">takluyver/entrypoints</remote-id> - <remote-id type="pypi">entrypoints</remote-id> - </upstream> -</pkgmetadata> |
