39 lines
882 B
RPMSpec
39 lines
882 B
RPMSpec
%define debug_package %{nil}
|
|
|
|
Name: python-flask-testing
|
|
Version: 0.8.1
|
|
Release: 1
|
|
Summary: Unittest extensions for Flask
|
|
License: BSD
|
|
URL: https://github.com/jarus/flask-testing
|
|
Source0: https://files.pythonhosted.org/packages/a2/70/5611137c59b576ac36e9e8226f01cd138d4cd08688d5aad9eadfdaf6f57e/Flask-Testing-%{version}.tar.gz
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: python3-devel python3-setuptools python3-flask
|
|
|
|
%description
|
|
Unit testing support for Flask.
|
|
|
|
%package -n python3-flask-testing
|
|
Summary: python3 package for flask testing
|
|
Requires: python3-flask python3
|
|
|
|
%description -n python3-flask-testing
|
|
python3 package for flask testing.
|
|
|
|
%prep
|
|
%autosetup -n Flask-Testing-%{version}
|
|
|
|
%build
|
|
%py3_build
|
|
|
|
%install
|
|
%py3_install
|
|
|
|
%files -n python3-flask-testing
|
|
%{python3_sitelib}/*
|
|
|
|
%changelog
|
|
* Thu Aug 26 2021 orange-snn<songnannan2@huawei.com> - 0.8.1-1
|
|
- Package init
|