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

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

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

%define version 0.8.1c
%define release alt1
%setup_python_module vobject

Name: %packagename
Version: %version
Release: %release
Packager: Alexey Shabalin <shaba at altlinux.ru>

Summary: Python module for parsing and generating vCard files
License: ASL 1.1
Group: Development/Python
Url: http://vobject.skyhouseconsulting.com
BuildArch: noarch

Source0: http://vobject.skyhouseconsulting.com/%modulename-%version.tar.gz
Patch1: python-module-vobject-no-ez-setup.patch

BuildRequires:  python-module-setuptools

%description
vobject is intended to be a full featured Python package for parsing
and generating vCard and vCalendar files.

Currently, iCalendar files are supported and well tested. vCard 3.0
files are supported, and all data should be imported, but only a few
components are understood in a sophisticated way.

%prep
%setup -q -n %modulename-%version
%patch1 -p1
# remove win32 files
rm -f vobject/win32tz.py

%build
%__python setup.py build

%install
%__python setup.py install --root=%buildroot --optimize=2 --record=INSTALLED_FILES

%files -f INSTALLED_FILES
%doc LICENSE-2.0.txt ACKNOWLEDGEMENTS.txt README.txt

%changelog

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

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