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

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

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

%define pypi_name toposort
%def_enable check

Name: python3-module-%pypi_name
Version: 1.10
Release: alt1

Summary: %pypi_name implements a topological sort algorithm
Group: Development/Python3
License: Apache-2.0
Url: https://pypi.org/project/%pypi_name

Vcs: https://bitbucket.org/ericvsmith/toposort.git
Source: https://pypi.io/packages/source/t/%pypi_name/%pypi_name-%version.tar.gz

BuildArch: noarch

BuildRequires(pre): rpm-build-python3 >= 0.1.19
BuildRequires: python3-module-setuptools >= 42 python3-module-wheel

%description
%summary

%prep
%setup -n %pypi_name-%version

%build
%pyproject_build

%install
%pyproject_install

%check
export PYTHONPATH=%buildroot%python3_sitelibdir_noarch
%__python3 -m test.test_toposort

%files
%python3_sitelibdir_noarch/*
%doc README* CHANGES* NOTICE

%changelog

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

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