Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37899014
en ru br
ALT Linux repos
S:0.1.0-alt2

Group :: Development/Python3
RPM: python3-module-verspec

 Main   Changelog   Spec   Patches   Sources   Download   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

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin