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

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

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

%define pypi_name setuptools-rust
%define modname setuptools_rust

Name: python3-module-%modname
Version: 1.7.0
Release: alt1

Summary: Setuptools helpers for rust Python extensions.

License: MIT
Group: Development/Python3
Url: https://github.com/PyO3/setuptools-rust

Packager: Vladimir Didenko <cow at altlinux.org>

Source: %name-%version.tar
BuildArch: noarch
# mapping from PyPI name
Provides: python3-module-%{pep503_name %pypi_name} = %EVR
BuildRequires(pre): rpm-build-python3
BuildRequires: python3(setuptools)
BuildRequires: python3(wheel)

%description
Compile and distribute Python extensions written in rust as easily as if they
were written in C.

%prep
%setup

%build
%pyproject_build

%install
%pyproject_install

%files
%python3_sitelibdir/%modname/
%python3_sitelibdir/%{pyproject_distinfo %modname}

%changelog

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

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