mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-14 17:43:11 -04:00
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:
20
dev-python/dkimpy/dkimpy-0.9.1.ebuild
Normal file
20
dev-python/dkimpy/dkimpy-0.9.1.ebuild
Normal file
@@ -0,0 +1,20 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python module implementing DKIM email signing and verification."
|
||||
HOMEPAGE="https://launchpad.net/dkimpy"
|
||||
SRC_URI="https://launchpad.net/${PN}/0.9/${PV}/+download/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
|
||||
python_test() {
|
||||
"${EPYTHON}" -m unittest discover -v
|
||||
}
|
||||
Reference in New Issue
Block a user