Blame python-jupyter-packaging.spec

5a04f44
%global pypi_name jupyter_packaging
5a04f44
5a04f44
Name:           python-jupyter-packaging
1321ff9
Version:        0.12.3
f1cb0f9
Release:        %autorelease
5a04f44
Summary:        Tools to help build and install Jupyter Python packages
5a04f44
5faca87
License:        BSD-3-Clause
5a04f44
URL:            https://github.com/jupyter/jupyter-packaging
5a04f44
Source0:        %{pypi_source}
5a04f44
BuildArch:      noarch
5a04f44
5a04f44
%global _description %{expand:
5a04f44
This package contains utilities for making Python packages with and without
5a04f44
accompanying JavaScript packages.}
5a04f44
5a04f44
%description %_description
5a04f44
5a04f44
%package -n python3-jupyter-packaging
5a04f44
Summary:        %{summary}
5a04f44
BuildRequires:  python3-devel
5a04f44
BuildRequires:  pyproject-rpm-macros
5a04f44
5a04f44
%description -n python3-jupyter-packaging %_description
5a04f44
5a04f44
%prep
b24b828
%autosetup -p1 -n %{pypi_name}-%{version}
14e2986
# Drop dependencies on coverage, linters etc.
8c1884d
sed -Ei 's/"(coverage|pre-commit|pytest-cov)",//g' pyproject.toml
5a04f44
5a04f44
%generate_buildrequires
8c1884d
%pyproject_buildrequires -w -x test
5a04f44
5a04f44
%install
5a04f44
%pyproject_install
5a04f44
%pyproject_save_files %{pypi_name}
5a04f44
5a04f44
%check
5a04f44
# Some tests are trying to install packages to /usr
5a04f44
# - https://github.com/jupyter/jupyter-packaging/issues/63
5a04f44
%pytest -k "\
5a04f44
not test_build_package and \
5a04f44
not test_create_cmdclass and \
5a04f44
not test_deprecated_metadata and \
5a04f44
not test_develop and \
5a04f44
not test_install and \
5a04f44
not test_install_hybrid and \
5a04f44
not test_run \
71c3ec7
" \
74a44b8
-W "ignore:pkg_resources is deprecated as an API:DeprecationWarning"
71c3ec7
# ^^^
71c3ec7
# Workaround pkg_resources deprecation warning leaking from
71c3ec7
# setuptools:
71c3ec7
# https://github.com/pypa/setuptools/issues/3878
5a04f44
5a04f44
%files -n python3-jupyter-packaging -f %{pyproject_files}
5a04f44
%license LICENSE
5a04f44
%doc README.md
5a04f44
5a04f44
%changelog
f1cb0f9
%autochangelog