Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP4:Update
python-build
python-build.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File python-build.spec of Package python-build
# # spec file # # Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ # %global flavor @BUILD_FLAVOR@%{nil} %if "%{flavor}" == "test" %define psuffix -test %bcond_without test %else %define psuffix %{nil} %bcond_with test %endif # wheeldir of name build does not work well with this packagename gh#openSUSE/python-rpm-macros#157 %define _pyproject_wheeldir distwheel %{?sle15_python_module_pythons} Name: python-build%{psuffix} Version: 0.10.0 Release: 0 Summary: Simple PEP517 package builder License: MIT URL: https://github.com/pypa/build Source0: https://github.com/pypa/build/archive/%{version}.tar.gz#/build-%{version}.tar.gz # Needs the wheels for wheel, flit-core, pytoml, and tomli for testing Source10: https://files.pythonhosted.org/packages/py2.py3/w/wheel/wheel-0.37.1-py2.py3-none-any.whl Source11: https://files.pythonhosted.org/packages/py3/f/flit-core/flit_core-3.8.0-py3-none-any.whl Source12: https://files.pythonhosted.org/packages/py3/t/tomli/tomli-2.0.1-py3-none-any.whl # PATCH-FIX-UPSTREAM 589-colorized-pip23.patch gh#pypa/build#587 mcepl@suse.com # Different style of colouring in pip 23 (actually I see it even with pip 22) Patch0: 589-colorized-pip23.patch # PATCH-FIX-UPSTREAM 609-filter-out-malicious.patch gh#pypa/build!609 mcepl@suse.com # With new tarfile filters, there is now new warning Patch1: 609-filter-out-malicious.patch BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module flit-core >= 3.4} BuildRequires: %{python_module pip} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-packaging >= 0.19.0 Requires: python-pyproject-hooks Requires: (python-importlib-metadata >= 0.22 if python-base < 3.8) Requires: (python-tomli >= 1.1.0 if python-base < 3.11) Recommends: python-virtualenv >= 20.0.35 Requires(post): update-alternatives Requires(postun):update-alternatives BuildArch: noarch %if %{with test} BuildRequires: %{python_module build = %{version}} BuildRequires: %{python_module filelock >= 3} BuildRequires: %{python_module pytest >= 6} BuildRequires: %{python_module pytest-mock >= 2} BuildRequires: %{python_module pytest-rerunfailures >= 9.1} BuildRequires: %{python_module pytest-xdist >= 1.34} BuildRequires: %{python_module setuptools >= 42 if %python-base < 3.10} BuildRequires: %{python_module setuptools >= 56 if %python-base >= 3.11} BuildRequires: %{python_module toml >= 0.10.0} BuildRequires: %{python_module wheel >= 0.36} BuildRequires: python3-setuptools-wheel %endif %python_subpackages %description Build will invoke the PEP 517 hooks to build a distribution package. It is a simple build tool and does not perform any dependency management. %prep %autosetup -p1 -n build-%{version} # until we have gh#pypa/build#609 sed -i '/"error",/ a \ "ignore::DeprecationWarning:tarfile",' pyproject.toml %if !%{with test} %build %pyproject_wheel %install %pyproject_install %python_clone -a %{buildroot}%{_bindir}/pyproject-build %python_expand %fdupes %{buildroot}%{$python_sitelib} %endif %if %{with test} %check mkdir -p wheels cp %{SOURCE10} %{SOURCE11} %{SOURCE12} wheels/ export PIP_FIND_LINKS="%{python3_sitelib}/../wheels $PWD/wheels" pushd tests %pytest -n auto popd %endif %if !%{with test} %post %python_install_alternative pyproject-build %postun %python_uninstall_alternative pyproject-build %files %{python_files} %doc README.md %license LICENSE %python_alternative %{_bindir}/pyproject-build %{python_sitelib}/build %{python_sitelib}/build-%{version}.dist-info %endif %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor