diff options
author | David Denoncin <ddenoncin@gmail.com> | 2020-05-17 01:58:50 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-06-09 09:46:38 +0200 |
commit | d1dcb1d3fd78fb9363edf4f7b98bba664627f852 (patch) | |
tree | 49a6f17306d8a46ac41293d0603a98e3b6785ecb /dev-python/dkimpy | |
parent | dev-python/jupyter_core: Bump to 4.6.3 (diff) | |
download | gentoo-d1dcb1d3fd78fb9363edf4f7b98bba664627f852.tar.gz gentoo-d1dcb1d3fd78fb9363edf4f7b98bba664627f852.tar.bz2 gentoo-d1dcb1d3fd78fb9363edf4f7b98bba664627f852.zip |
dev-python/dkimpy: new proxy maintainer
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: David Denoncin <ddenoncin@gmail.com>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/dkimpy')
-rw-r--r-- | dev-python/dkimpy/metadata.xml | 34 |
1 files changed, 12 insertions, 22 deletions
diff --git a/dev-python/dkimpy/metadata.xml b/dev-python/dkimpy/metadata.xml index 83c7605ab5ba..2249c703089a 100644 --- a/dev-python/dkimpy/metadata.xml +++ b/dev-python/dkimpy/metadata.xml @@ -1,26 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <!-- maintainer-needed --> - <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> + <maintainer type="person"> + <email>ddenoncin@gmail.com</email> + <name>David Denoncin</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> + <upstream> + <remote-id type="launchpad">dkimpy</remote-id> + <remote-id type="pypi">dkimpy</remote-id> + </upstream> </pkgmetadata> - |