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

Group :: Development/Python3
RPM: python3-module-poetry-alt-namespace

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

%define _unpackaged_files_terminate_build 1

# The purpose of this package is the ownership of xxx/site-packages/poetry/

# namespace root directories. Other poetry packages will be installed on those
# paths, but the packages can't own the root paths.

Name: python3-module-poetry-alt-namespace
Version: 0.0.1
Release: alt1

Summary: Namespace package for poetry
License: MIT
Group: Development/Python3
Url: https://pypi.org/project/poetry

BuildRequires(pre): rpm-macros-python3

# file conflicts on root poetry directory, poetry-core was a previous owner

Conflicts: python3-module-poetry-core <= 1.0.8-alt1

%py3_provides poetry

%description
%summary.

%prep

%build

%install
# Note: implicit namespace package can't contain __init__.py in namespace root
mkdir -p -m0755 %buildroot%python3_sitelibdir/poetry/
%if "%python3_sitelibdir_noarch" != "%python3_sitelibdir"
mkdir -p -m0755 %buildroot%python3_sitelibdir_noarch/poetry/
%endif

%files
%python3_sitelibdir/poetry/
# for fixing: warning: File listed twice
%if "%python3_sitelibdir_noarch" != "%python3_sitelibdir"
%python3_sitelibdir_noarch/poetry/
%endif

%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