dev-python/dkimpy: DKIM email signing and verification

Python module that implements DKIM (DomainKeys Identified Mail) email
signing and verification. It also provides helper scripts for command
line signing and verification.

Signed-off-by: Ralph Seichter <gentoo@seichter.de>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
This commit is contained in:
Ralph Seichter
2019-04-11 14:53:51 +02:00
parent cd40a8525d
commit 92a762cce1
3 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>gentoo@seichter.de</email>
<name>Ralph Seichter</name>
</maintainer>
<longdescription>
Python module that implements DKIM (DomainKeys Identified
Mail) email signing and verification. It also provides helper
scripts for command line signing and verification.
</longdescription>
<upstream>
<remote-id type="launchpad">dkimpy</remote-id>
</upstream>
</pkgmetadata>