Name:           python-suffixdg
Version:        0.0.1
Release:        1%{?dist}
Summary:        1.本程序由高端设计编写,需要引用及任何改进意见请联系邮箱1481407566qq.com。2.DNA功能域是隐藏在DNA序列中具有特定功能的重要区域,通过多条DNA序列比对容易发现。3.DNA序列比对需要耗费大量的计算机算力,本程序依托分支界定的suffix算法,和个人精心设计的程序代码,意图提供有竞争力的运算速度解决DNA比对问题。

# Check if the automatically generated License and its spelling is correct for Fedora
# https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/
License:        MIT
URL:            https://pypi.org/project/suffixdg/
Source:         %{pypi_source suffixdg}

BuildArch:      noarch
BuildRequires:  python3-devel


# Fill in the actual package description to submit package to Fedora
%global _description %{expand:
This is package 'suffixdg' generated automatically by pyp2spec.}


%description %_description

%package -n     python3-suffixdg
Summary:        %{summary}

%description -n python3-suffixdg %_description


%prep
%autosetup -p1 -n suffixdg-%{version}


%generate_buildrequires
%pyproject_buildrequires


%build
%pyproject_wheel


%install
%pyproject_install
# For official Fedora packages, including files with '*' +auto is not allowed
# Replace it with a list of relevant Python modules/globs and list extra files in %%files
%pyproject_save_files '*' +auto


%check
%pyproject_check_import -t


%files -n python3-suffixdg -f %{pyproject_files}


%changelog
* Tue Apr 26 2022 mockbuilder - 0.0.1-1
- Package generated with pyp2spec