summaryrefslogtreecommitdiff
path: root/dev-python/rfc3986
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/rfc3986
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/rfc3986')
-rw-r--r--dev-python/rfc3986/Manifest1
-rw-r--r--dev-python/rfc3986/metadata.xml24
-rw-r--r--dev-python/rfc3986/rfc3986-2.0.0-r1.ebuild35
3 files changed, 0 insertions, 60 deletions
diff --git a/dev-python/rfc3986/Manifest b/dev-python/rfc3986/Manifest
deleted file mode 100644
index f337d395d627..000000000000
--- a/dev-python/rfc3986/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST rfc3986-2.0.0.tar.gz 49026 BLAKE2B 41e1ab9d1ad878336dc93fa0924c6cc90930d5fd3ba0bbb238be402512d3227cacfa555828c5d698810bee74b3b77f045abb7fcb5c854a4f49922f4cbe05004f SHA512 5c8370cb1e21811eaab91269b9a30972b8fbcbe1fa1d806fd3ceabe0e1937de856d757146137fee470fbdbcc7e948b236f72a42306da41a6d03807e7333983df
diff --git a/dev-python/rfc3986/metadata.xml b/dev-python/rfc3986/metadata.xml
deleted file mode 100644
index 0c198b7a0dbc..000000000000
--- a/dev-python/rfc3986/metadata.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>prometheanfire@gentoo.org</email>
- <name>Matthew Thode</name>
- </maintainer>
- <maintainer type="project">
- <email>openstack@gentoo.org</email>
- <name>Openstack</name>
- </maintainer>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <stabilize-allarches/>
- <use>
- <flag name="idna">enable support for the IDNA specification (RFC 5891)</flag>
- </use>
- <upstream>
- <remote-id type="pypi">rfc3986</remote-id>
- <remote-id type="github">python-hyper/rfc3986</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/rfc3986/rfc3986-2.0.0-r1.ebuild b/dev-python/rfc3986/rfc3986-2.0.0-r1.ebuild
deleted file mode 100644
index 7eeee1390e83..000000000000
--- a/dev-python/rfc3986/rfc3986-2.0.0-r1.ebuild
+++ /dev/null
@@ -1,35 +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="Validating URI References per RFC 3986"
-HOMEPAGE="
- https://rfc3986.rtfd.org/
- https://github.com/python-hyper/rfc3986/
- https://pypi.org/project/rfc3986/
- https://datatracker.ietf.org/doc/html/rfc3986/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos"
-IUSE="idna"
-
-RDEPEND="
- idna? (
- dev-python/idna[${PYTHON_USEDEP}]
- )
-"
-BDEPEND="
- test? (
- dev-python/idna[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest