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

Group :: Development/Python3
RPM: python3-module-rfc822py3

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1

%define oname rfc822py3

Name: python3-module-%oname
Version: 20110416
Release: alt2
Summary: A port of the Python 2.x rfc822 library to Python3
License: Python
Group: Development/Python3
BuildArch: noarch
Url: https://github.com/MarkNenadov/rfc822py3

# https://github.com/MarkNenadov/rfc822py3.git

Source: %name-%version.tar

BuildRequires(pre): rpm-build-python3

%description
rfc822py3 - A port of the Python 2.x rfc822 module into Python.

%prep
%setup

%install
install -d %buildroot%python3_sitelibdir
install -p -m644 *.py %buildroot%python3_sitelibdir

%files
%doc *.txt
%python3_sitelibdir/*

%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