From a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Jun 2026 16:24:49 -0500 Subject: Adding metadata --- dev-python/hyperlink/Manifest | 1 - dev-python/hyperlink/hyperlink-21.0.0-r1.ebuild | 31 ------------------------- dev-python/hyperlink/metadata.xml | 23 ------------------ 3 files changed, 55 deletions(-) delete mode 100644 dev-python/hyperlink/Manifest delete mode 100644 dev-python/hyperlink/hyperlink-21.0.0-r1.ebuild delete mode 100644 dev-python/hyperlink/metadata.xml (limited to 'dev-python/hyperlink') diff --git a/dev-python/hyperlink/Manifest b/dev-python/hyperlink/Manifest deleted file mode 100644 index 1ae8bbd231e0..000000000000 --- a/dev-python/hyperlink/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST hyperlink-21.0.0.tar.gz 140743 BLAKE2B d432692172dc5cbb4f7cc1dbbfaf87871f0d9b2519334d112841abf8d958232516249472611e986b20e6fd298f5013db38f214fa332e1b121bd80a420b4cc614 SHA512 9e0e9273dde1b0a41329a74fbb26c4f327b87f387ee64b9a2ab641ca5cc8b9ea0516884415e9adf1d4880ae9c053a5cba2c550fc508bb56fddb44a543d5da860 diff --git a/dev-python/hyperlink/hyperlink-21.0.0-r1.ebuild b/dev-python/hyperlink/hyperlink-21.0.0-r1.ebuild deleted file mode 100644 index e7588b95a3a7..000000000000 --- a/dev-python/hyperlink/hyperlink-21.0.0-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2025 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="A featureful, correct URL for Python" -HOMEPAGE=" - https://github.com/python-hyper/hyperlink/ - https://pypi.org/project/hyperlink/ -" - -LICENSE="BSD MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos" - -RDEPEND=" - dev-python/idna[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest - -python_test() { - # suppresses hypothesis health checks - local -x CI=1 - epytest -} diff --git a/dev-python/hyperlink/metadata.xml b/dev-python/hyperlink/metadata.xml deleted file mode 100644 index c875b3de28e9..000000000000 --- a/dev-python/hyperlink/metadata.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - python@gentoo.org - Python - - - - - mahmoud@hatnote.com - Mahmoud Hashemi - - hyperlink - python-hyper/hyperlink - - - The humble, but powerful, URL runs everything around us. - Chances are you've used several just to read this text. - Hyperlink is a featureful, pure-Python implementation of the URL, with - an emphasis on correctness. - - -- cgit v1.3.1