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

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

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

# Unpackaged files in buildroot should terminate build
%define _unpackaged_files_terminate_build 1

#%%def_disable check


%define modulename Charon
%define srcname lib%modulename

Name:    python3-module-%modulename
Version: 4.10.2
Release: alt2

Summary: File metadata and streaming library
License: LGPL-3.0
Group:   Development/Python3
URL:     https://github.com/Ultimaker/%srcname

BuildArch: noarch

# Source-url: %url/archive/%version/%srcname-%version.tar.gz

Source: %srcname-%version.tar

BuildRequires(pre): rpm-build-python3
BuildRequires: python3-dev
BuildRequires: python3-module-wheel
BuildRequires: python3-module-setuptools

%if_disabled check
%else
BuildRequires: pytest3
BuildRequires: python3-module-pytest-timeout
%endif

%add_python3_req_skip FileService RequestQueue

%description
%summary

%prep
%setup -n %srcname-%version

%build
%pyproject_build

%install
%pyproject_install

%check
export PYTHONPATH=%buildroot/%python3_sitelibdir/
pytest3 -v

%files
%python3_sitelibdir/%modulename/
%python3_sitelibdir/%modulename-1.0.dist-info
%doc *.md

%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