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

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

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

%def_disable snapshot
%define _unpackaged_files_terminate_build 1
%define modulename icu
%define srcname PyICU
%define icu_ver 6.9.1

Name: python3-module-%modulename
# python3 setup.py -V|tail -1
Version: 2.7.4
Release: alt1

Summary: Python extension wrapping the ICU C++ API
Group: Development/Python3
License: MIT
Url: https://pyicu.osafoundation.org/

%if_disabled snapshot
Source: https://pypi.python.org/packages/source/P/PyICU/%srcname-%version.tar.gz
%else
Vcs: https://github.com/ovalhub/pyicu.git
Source: %srcname-%version.tar
%endif

BuildRequires(pre): rpm-build-python3
BuildRequires: gcc-c++ libicu-devel >= %icu_ver
BuildRequires: python3-devel python3-module-setuptools

%description
PyICU - Python 3 extension wrapping the ICU C++ API.

%prep
%setup -n %srcname-%version

%build
%python3_build

%install
%python3_install

%files
%python3_sitelibdir/*
%doc CREDITS README* CHANGES samples/


%changelog

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

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