Blame python-azure-mgmt-media.spec

ce1bad5
# No tests included yet.
ce1bad5
%bcond_with     tests
ce1bad5
d2d1292
%global         srcname     azure-mgmt-media
d2d1292
d2d1292
Name:           python-%{srcname}
eaba066
Version:        9.0.0
ba2437a
Release:        %autorelease
d2d1292
Summary:        Microsoft Azure Media Services Client Library for Python
d2d1292
License:        MIT
d2d1292
URL:            https://pypi.org/project/%{srcname}/
d2d1292
Source0:        %{pypi_source %{srcname} %{version} zip}
d2d1292
d2d1292
BuildArch:      noarch
d2d1292
12a5a28
Epoch:          1
12a5a28
12a5a28
BuildRequires:  python3-devel
d2d1292
ce1bad5
%if %{with tests}
ce1bad5
BuildRequires:  python3-azure-sdk-tools
ce1bad5
BuildRequires:  python3dist(azure-devtools)
ce1bad5
BuildRequires:  python3dist(azure-mgmt-keyvault)
ce1bad5
BuildRequires:  python3dist(azure-mgmt-resource)
ce1bad5
BuildRequires:  python3dist(azure-mgmt-storage)
ce1bad5
BuildRequires:  python3dist(pytest)
ce1bad5
BuildRequires:  python3dist(python-dotenv)
ce1bad5
%endif
d2d1292
d2d1292
%global _description %{expand:
d2d1292
Microsoft Azure Media Services Client Library for Python}
d2d1292
d2d1292
%description %{_description}
d2d1292
d2d1292
12a5a28
%package -n python3-%{srcname}
d2d1292
Summary:        %{summary}
243bc0b
12a5a28
%description -n python3-%{srcname} %{_description}
d2d1292
d2d1292
d2d1292
%prep
d2d1292
%autosetup -n %{srcname}-%{version}
d2d1292
d2d1292
d2d1292
%generate_buildrequires
243bc0b
%pyproject_buildrequires
d2d1292
d2d1292
d2d1292
%build
d2d1292
%pyproject_wheel
d2d1292
d2d1292
ce1bad5
%if %{with tests}
ce1bad5
%check
ce1bad5
%pytest
ce1bad5
%endif
ce1bad5
ce1bad5
d2d1292
%install
d2d1292
%pyproject_install
d2d1292
%pyproject_save_files azure
d2d1292
d2d1292
243bc0b
%check
243bc0b
%pyproject_check_import
243bc0b
243bc0b
%if %{with tests}
243bc0b
%pytest
243bc0b
%endif
243bc0b
243bc0b
d2d1292
%files -n python3-%{srcname} -f %{pyproject_files}
f417463
%doc README.md CHANGELOG.md
d2d1292
d2d1292
d2d1292
%changelog
ba2437a
%autochangelog