diff options
Diffstat (limited to 'dev-python/authres')
| -rw-r--r-- | dev-python/authres/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/authres/authres-1.2.0-r1.ebuild | 24 | ||||
| -rw-r--r-- | dev-python/authres/metadata.xml | 20 |
3 files changed, 45 insertions, 0 deletions
diff --git a/dev-python/authres/Manifest b/dev-python/authres/Manifest new file mode 100644 index 000000000000..87d9ddc792e8 --- /dev/null +++ b/dev-python/authres/Manifest @@ -0,0 +1 @@ +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 new file mode 100644 index 000000000000..812997cf2673 --- /dev/null +++ b/dev-python/authres/authres-1.2.0-r1.ebuild @@ -0,0 +1,24 @@ +# 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 new file mode 100644 index 000000000000..26228cfc85a3 --- /dev/null +++ b/dev-python/authres/metadata.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/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="launchpad">authentication-results-python</remote-id> + </upstream> + <origin>baldeagleos-repo</origin> +</pkgmetadata> |
