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

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

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

%define _unpackaged_files_terminate_build 1

Name: python3-module-verspec
Version: 0.1.0
Release: alt2

Summary: Library for handling software versions and specifiers

License: MIT
Group: Development/Python3
Url: https://pypi.org/project/verspec/

Source: verspec-%version.tar

BuildArch: noarch

BuildRequires(pre): rpm-build-python3

# build backend and its deps

BuildRequires: python3(setuptools)
BuildRequires: python3(wheel)

%description
verspec is a Python library for handling software versions and specifiers,
adapted from the packaging package.

%prep
%setup -n verspec-%version

%build
%pyproject_build

%install
%pyproject_install

%files
%doc *.md
%python3_sitelibdir/verspec/
%python3_sitelibdir/%{pyproject_distinfo verspec}/

%changelog

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

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