Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37565457
en ru br
Репозитории ALT

Группа :: Разработка/Python
Пакет: python3-module-dkimpy

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   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

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin