!2 Init package to version 2.6.3 for python-portray import

From: @desert-sailor 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2023-06-13 02:02:02 +00:00 committed by Gitee
commit f9eb1725fd
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 51 additions and 0 deletions

BIN
livereload-2.6.3.tar.gz Normal file

Binary file not shown.

51
python-livereload.spec Normal file
View File

@ -0,0 +1,51 @@
%global pypi_name livereload
Name: python-%{pypi_name}
Version: 2.6.3
Release: 1
Summary: Python LiveReload is an awesome tool for web developers.
License: MIT
URL: https://github.com/lepture/python-livereload
Source0: https://files.pythonhosted.org/packages/bd/60/6640b819e858562ef6684abac60593b7369fe0a8a064df426d3ab0ab894d/livereload-2.6.3.tar.gz
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pip
BuildRequires: python3-wheel
BuildRequires: python3-editables
BuildRequires: python3-hatch-vcs
BuildRequires: python3-hatchling
BuildRequires: python3-virtualenv
%description
Python LiveReload provides a command line utility, livereload, for starting a server in a directory.
By default, it will listen to port 35729, the common port for LiveReload browser extensions.
%package -n python3-%{pypi_name}
Summary: %{summary}
%description -n python3-%{pypi_name}
Python LiveReload provides a command line utility, livereload, for starting a server in a directory.
%prep
%autosetup -p1 -n %{pypi_name}-%{version}
%build
%pyproject_build
%install
%pyproject_install
%files -n python3-%{pypi_name}
%license LICENSE
%{_bindir}/livereload
%{python3_sitelib}/%{pypi_name}
%{python3_sitelib}/%{pypi_name}*.dist-info/
%changelog
* Tue Jun 13 2023 Dongxing Wang <dxwangk@isoftstone.com> - 2.6.3-1
- Initial package 2.6.3