Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37871099
en ru br
ALT Linux repos
S:3.4.1-alt1

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

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1
%define pypi_name loky

%def_with check

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

Summary: A robust implementation of concurrent.futures.ProcessPoolExecutor
License: BSD
Group: Development/Python3
# Source-git: https://github.com/joblib/loky.git
Url: https://pypi.org/project/loky

Source: %name-%version.tar
Patch: %name-%version-alt.patch

BuildRequires(pre): rpm-build-python3

# build backend and its deps

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

%if_with check
# deps
BuildRequires: python3(cloudpickle)

BuildRequires: python3(pytest)
%endif

BuildArch: noarch

# filter MS Windows related deps

%filter_from_requires /python3(msvcrt\(\..*\)\?)/d
%filter_from_requires /python3(_winapi\(\..*\)\?)/d
%filter_from_requires /python3(multiprocessing\.popen_spawn_win32\(\..*\)\?)/d

%description
Provides a robust, cross-platform and cross-version implementation of the
ProcessPoolExecutor class of concurrent.futures

%prep
%setup
%autopatch -p1

%build
%pyproject_build

%install
%pyproject_install

%check
%tox_check_pyproject -- -vra

%files
%doc README.rst
%python3_sitelibdir/%pypi_name/
%python3_sitelibdir/%{pyproject_distinfo %pypi_name}

%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