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

Группа :: Development/Python3
Пакет: python3-module-rfc822py3

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

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

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