dev-python/dkimpy: removed, this is now in ::gentoo

Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2020-03-13 15:29:43 +01:00
parent ceacee4476
commit a09f6e3dc7
3 changed files with 0 additions and 37 deletions

View File

@@ -1 +0,0 @@
DIST dkimpy-0.9.1.tar.gz 49209 BLAKE2B 04a9a301a213a77aa8d5b407b4071eec4e808298927720079bcd6c0f6adb6af84d4dc9f80bddc31e57d66da9d852aa9a0555a6fb8b97713b043ae75e39176369 SHA512 5667c5b7752081f5831c26eebdf5d05bec8ff6c82299506e6ca31603ba0d04aa37b908aa07e97877f298263aeb652fdc0b8d54330a263902033dc0647dc44c3f

View File

@@ -1,20 +0,0 @@
# 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 || die
}

View File

@@ -1,16 +0,0 @@
<?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>