!3 Update package to version 0.2.2
From: @jxy_git Reviewed-by: @yangzhao_kl Signed-off-by: @yangzhao_kl
This commit is contained in:
commit
8a815d4719
Binary file not shown.
BIN
jupyterlab_pygments-0.2.2.tar.gz
Normal file
BIN
jupyterlab_pygments-0.2.2.tar.gz
Normal file
Binary file not shown.
@ -1,19 +1,22 @@
|
|||||||
# Created by pyp2rpm-3.3.5
|
%global _empty_manifest_terminate_build 0
|
||||||
%global pypi_name jupyterlab_pygments
|
%global pypi_name jupyterlab_pygments
|
||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 0.1.2
|
Version: 0.2.2
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Pygments theme using JupyterLab CSS variables.
|
Summary: Pygments theme using JupyterLab CSS variables
|
||||||
|
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
URL: https://github.com/jupyterlab/jupyterlab_pygments
|
URL: https://github.com/jupyterlab/jupyterlab_pygments
|
||||||
Source0: %{pypi_source}
|
Source0: %{url}/archive/%{version}/%{pypi_name}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
|
BuildRequires: python3-pip
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
|
BuildRequires: python3-setuptools_scm
|
||||||
|
BuildRequires: python3-wheel
|
||||||
|
BuildRequires: python3-jupyter-packaging
|
||||||
|
BuildRequires: python3-jupyterlab
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package contains a syntax coloring theme for pygments making use of the
|
This package contains a syntax coloring theme for pygments making use of the
|
||||||
@ -27,25 +30,26 @@ Summary: %{summary}
|
|||||||
This package contains a syntax coloring theme for pygments making use of the
|
This package contains a syntax coloring theme for pygments making use of the
|
||||||
JupyterLab CSS variables.
|
JupyterLab CSS variables.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{pypi_name}-%{version}
|
%autosetup -n %{pypi_name}-%{version}
|
||||||
# Remove bundled egg-info
|
# Remove bundled egg-info
|
||||||
rm -rf %{pypi_name}.egg-info
|
rm -rf %{pypi_name}.egg-info
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%pyproject_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%py3_install
|
%pyproject_install
|
||||||
|
|
||||||
%files -n python3-%{pypi_name}
|
%files -n python3-%{pypi_name}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%{python3_sitelib}/%{pypi_name}
|
%{_datadir}/*
|
||||||
%{python3_sitelib}/%{pypi_name}-*.egg-info
|
%{python3_sitelib}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 21 2024 jiangxinyu <jiangxinyu@kylinos.cn> - 0.2.2-1
|
||||||
|
- Update package to version 0.2.2
|
||||||
|
|
||||||
* Fri Oct 27 2023 Dongxing Wang <dxwangk@isoftstone.com> - 0.1.2-1
|
* Fri Oct 27 2023 Dongxing Wang <dxwangk@isoftstone.com> - 0.1.2-1
|
||||||
- Initial package.
|
- Initial package.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user