python-mergedeep/python-mergedeep.spec

52 lines
1.3 KiB
RPMSpec
Raw Permalink Normal View History

# Created by pyp2rpm-3.3.9
%global pypi_name mergedeep
%global pypi_version 1.3.4
Name: python-%{pypi_name}
Version: %{pypi_version}
Release: 1
Summary: A deep merge function for python
License: MIT
URL: https://github.com/clarketm/mergedeep
Source0: https://files.pythonhosted.org/packages/3a/41/580bb4006e3ed0361b8151a01d324fb03f420815446c7def45d02f74c270/mergedeep-1.3.4.tar.gz
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3dist(setuptools)
BuildRequires: python3-pip
BuildRequires: python3-wheel
BuildRequires: python3-editables
BuildRequires: python3-hatch-vcs
BuildRequires: python3-hatchling
BuildRequires: python3-virtualenv
%description
A deep merge function for python.
%package -n python3-%{pypi_name}
Summary: %{summary}
%{?python_provide:%python_provide python3-%{pypi_name}}
%description -n python3-%{pypi_name}
A deep merge function for python.
%prep
%autosetup -n %{pypi_name}-%{pypi_version}
%build
%pyproject_build
%install
%pyproject_install
%files -n python3-%{pypi_name}
%license LICENSE
%doc README.md
%{python3_sitelib}/%{pypi_name}
%{python3_sitelib}/%{pypi_name}-1.3.4.dist-info
%changelog
* Tue Jun 20 2023 luolu12 <luluoc@isoftstone.com> - 1.3.4-1
- Initial package.