summaryrefslogtreecommitdiff
path: root/dev-python/authres
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
commitf716a9fe6455d39eef01e718aae68dae61c19704 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/authres
parent3f9cf298e89cd5037b982abba06091224ee76daf (diff)
downloadbaldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip
Adding metadata
Diffstat (limited to 'dev-python/authres')
-rw-r--r--dev-python/authres/Manifest1
-rw-r--r--dev-python/authres/authres-1.2.0-r1.ebuild24
-rw-r--r--dev-python/authres/metadata.xml20
3 files changed, 0 insertions, 45 deletions
diff --git a/dev-python/authres/Manifest b/dev-python/authres/Manifest
deleted file mode 100644
index 87d9ddc792e8..000000000000
--- a/dev-python/authres/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST authres-1.2.0.tar.gz 23226 BLAKE2B ecae8e08a72cfca48a8264ae8d93bc29a8a7afc080a120b08380fe29be1ac50bb68a74e6741dbf7ada2f9eb901d2da0b1567e8aa10b7a82ba4953cd32cc94f57 SHA512 b801b24127f90608c4e7870a3a15bfb6e350f7d8bbe7b7cd9e1c6d541fd360afb9bdd15f35e864f01f8ff2d33d65650e712c932c9402ab2affb86bc7536b63e1
diff --git a/dev-python/authres/authres-1.2.0-r1.ebuild b/dev-python/authres/authres-1.2.0-r1.ebuild
deleted file mode 100644
index 812997cf2673..000000000000
--- a/dev-python/authres/authres-1.2.0-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2026 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="Parse and generate Authentication-Results headers"
-HOMEPAGE="
- https://launchpad.net/authentication-results-python/
- https://pypi.org/project/authres/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm64 ~ppc ~ppc64 ~riscv x86"
-
-python_test() {
- "${EPYTHON}" -m doctest -v authres/tests ||
- die "Tests fail with ${EPYTHON}"
-}
diff --git a/dev-python/authres/metadata.xml b/dev-python/authres/metadata.xml
deleted file mode 100644
index af0de76a96fe..000000000000
--- a/dev-python/authres/metadata.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <stabilize-allarches/>
- <longdescription>
- RFC 5451 Authentication-Results Headers generation and parsing for Python.
- It also supports Authentication Results extensions:
- RFC 5617 DKIM/ADSP
- RFC 6008 DKIM signature identification (header.b)
- RFC 6212 Vouch By Reference (VBR)
- </longdescription>
- <upstream>
- <remote-id type="pypi">authres</remote-id>
- <remote-id type="launchpad">authentication-results-python</remote-id>
- </upstream>
-</pkgmetadata>