dev-python/dkimpy: Add new package
authorAmadeusz Żołnowski <aidecoe@gentoo.org>
Sat, 2 Dec 2017 23:42:34 +0000 (23:42 +0000)
committerAmadeusz Żołnowski <aidecoe@gentoo.org>
Sat, 2 Dec 2017 23:43:37 +0000 (23:43 +0000)
It's going to be required by next version of mail-filter/afew.

Package-Manager: Portage-2.3.14, Repoman-2.3.6

dev-python/dkimpy/Manifest [new file with mode: 0644]
dev-python/dkimpy/dkimpy-0.6.2.ebuild [new file with mode: 0644]
dev-python/dkimpy/metadata.xml [new file with mode: 0644]

diff --git a/dev-python/dkimpy/Manifest b/dev-python/dkimpy/Manifest
new file mode 100644 (file)
index 0000000..727288e
--- /dev/null
@@ -0,0 +1 @@
+DIST dkimpy-0.6.2.tar.gz 39197 BLAKE2B e52df97b03075461935e82d2acd17c6eaff8f9fb0b8217b1803dc54434ce2c002e1aa419b0293bdb130045be4edacceaf447dcfc566bef4a5e16e0651ac7365c SHA512 7592153270ea11f59dc67e31a10c91345389d4391f3a9dc9fbd1224410edab4743935763ad5b1016b321bfa7b1c4c0255f26323bd5556f359b0b743bda4e515b
diff --git a/dev-python/dkimpy/dkimpy-0.6.2.ebuild b/dev-python/dkimpy/dkimpy-0.6.2.ebuild
new file mode 100644 (file)
index 0000000..fa70db8
--- /dev/null
@@ -0,0 +1,20 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit distutils-r1
+
+DESCRIPTION="DKIM and ARC email signing and verification library"
+HOMEPAGE="https://launchpad.net/dkimpy"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
diff --git a/dev-python/dkimpy/metadata.xml b/dev-python/dkimpy/metadata.xml
new file mode 100644 (file)
index 0000000..0c13f38
--- /dev/null
@@ -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>
+