Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37843270
en ru br
ALT Linux repos
S:1.0.5-alt2

Group :: Development/Python
RPM: python3-module-dkimpy

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define modulename dkim
Name: python3-module-dkimpy
Version: 1.0.5
Release: alt2
Summary: Python 3 module for DKIM and ARC signing and verification
License: BSD-2-Clause
Url: https://code.launchpad.net/dkimpy
BuildArch: noarch
Group: Development/Python
Source0: %name-%version.tar
Patch0: 0001-Don-t-rely-on-relative-import.patch
BuildRequires: python3-devel
BuildRequires(pre): rpm-build-python3
BuildRequires: python3-module-setuptools
BuildRequires: python3-module-authres

%description
Python 3 module that implements DKIM (DomainKeys Identified Mail) email signing
and verification as well as ARC (Authenticated Received Chain) signing and
verification. Supports both RSA and Ed25519 signing and verification.
It also provides helper scripts for key generation and command line signing and
verification.


%prep
%setup
%autopatch -p1

%build
%python3_build

%install
%python3_install

%files
%doc ChangeLog README.md LICENSE
%_bindir/*
%_man1dir/*.1*
%python3_sitelibdir/%modulename
%exclude %python3_sitelibdir/%modulename/__main__.py
%python3_sitelibdir/dkimpy-*.egg-info

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin