Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37558324
en ru br
ALT Linux repositórios
S:0.5.2-alt1

Group :: Development/Python3
RPM: python3-module-pyproject-installer

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

%define _unpackaged_files_terminate_build 1
%define pypi_name pyproject-installer
%define pep503_name pyproject_installer

%define pyproject_installer export PYTHONPATH=$(pwd)/src; %__python3 -m %pep503_name -v

%def_with check

Name: python3-module-%pypi_name
Version: 0.5.2
Release: alt1
Summary: Builder and installer of Python project
License: MIT
Group: Development/Python3
Url: https://pypi.org/project/pyproject-installer
VCS: https://github.com/stanislavlevin/pyproject_installer
BuildArch: noarch
Source: %name-%version.tar
Patch: %name-%version-alt.patch
%py3_provides %pypi_name
# hide vendored distributions
%add_findprov_skiplist %python3_sitelibdir/%pep503_name/_vendor/*
# don't allow vendored distributions have deps other than stdlib
%add_findreq_skiplist %python3_sitelibdir/%pep503_name/_vendor/*

BuildRequires(pre): rpm-build-python3

%if_with check
BuildRequires: python3(pytest)
BuildRequires: python3(pytest_mock)
%endif

%description
This tool is intended to build wheel from Python source tree and install it.

%prep
%setup
%autopatch -p1

%build
%pyproject_installer build

%install
%pyproject_installer install --destdir=%buildroot

%check
%pyproject_installer run -- pytest -vra tests/unit

%files
%doc README.md
%python3_sitelibdir/%pep503_name/
%python3_sitelibdir/%pep503_name-%version.dist-info/

%changelog

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009