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

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

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

%define modname svg.path
%define srcname svg-path

Name: python3-module-svg-path
Version: 2.2
Release: alt3
Summary: SVG path objects and parser

Group: Development/Python3
License: CC0
Url: http://pypi.python.org/pypi/svg.path

Source: %srcname-%version.tar
#Source-url: https://github.com/regebro/svg.path/archive/%version.tar.gz

BuildArch: noarch

BuildRequires(pre): rpm-build-python3
BuildRequires: python3-module-setuptools python3-devel

%description
svg.path is a collection of objects that implement the different path
commands in SVG, and a parser for SVG path definitions.

%prep
%setup -n %srcname-%version

%build
%python3_build

%install
%python3_install

%check
%__python3 setup.py test

%files
%doc README.rst CHANGES.txt CONTRIBUTORS.txt
%python3_sitelibdir/svg/path
%python3_sitelibdir/%modname-%version-*
%exclude %python3_sitelibdir/svg/path/tests

%changelog

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

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