summaryrefslogtreecommitdiff
path: root/dev-python/dkimpy/metadata.xml
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-python/dkimpy/metadata.xml
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-python/dkimpy/metadata.xml')
-rw-r--r--dev-python/dkimpy/metadata.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-python/dkimpy/metadata.xml b/dev-python/dkimpy/metadata.xml
new file mode 100644
index 000000000000..0c13f3889997
--- /dev/null
+++ b/dev-python/dkimpy/metadata.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>aidecoe@gentoo.org</email>
+ <name>Amadeusz Żołnowski</name>
+ </maintainer>
+ <longdescription lang="en">
+ Python module that implements DKIM (DomainKeys Identified Mail) email
+ signing and verification. It also provides helper scripts for command
+ line signing and verification. As of version 0.6.0, it also supports
+ the experimental Authenticated Received Chain (ARC) protocol.
+
+ Originally developed by Greg Hewgill http://hewgill.com/pydkim/ - The
+ code in this project has been modified and development work continued.
+ This is now a fork of pydkim and we've renamed it dkimpy to avoid
+ confusion. The original author of pydkim has confirmed he no longer
+ intends to maintain it and supports this as its continuation.
+
+ Current documentation is available online at
+ https://gathman.org/pydkim/
+
+ ARC is still in development. dkimpy 0.6.0 supports draft
+ https://tools.ietf.org/html/draft-ietf-dmarc-arc-protocol-01 with the
+ exception of requiring 1024 bit minimum key size (this matches the
+ planned changes in the next update).
+ </longdescription>
+</pkgmetadata>
+