48 lines
1.3 KiB
RPMSpec
48 lines
1.3 KiB
RPMSpec
|
|
Name: python-jupyter-cache
|
||
|
|
Version: 0.6.1
|
||
|
|
Release: 1
|
||
|
|
Summary: py.test plugin that allows you to add environment variables.
|
||
|
|
License: MIT
|
||
|
|
URL: https://codeload.github.com/shopkeep/jupyter-cache
|
||
|
|
Source0: https://codeload.github.com/shopkeep/jupyter-cache/archive/%{version}.tar.gz#/jupyter-cache-%{version}.tar.gz
|
||
|
|
BuildArch: noarch
|
||
|
|
|
||
|
|
%description
|
||
|
|
py.test plugin that allows you to add environment variables.
|
||
|
|
|
||
|
|
%package -n python3-jupyter-cache
|
||
|
|
Summary: py.test plugin that allows you to add environment variables.
|
||
|
|
Provides: python-jupyter-cache
|
||
|
|
|
||
|
|
# Base build requires
|
||
|
|
BuildRequires: python3-devel
|
||
|
|
BuildRequires: python3-setuptools
|
||
|
|
BuildRequires: python3-pbr
|
||
|
|
BuildRequires: python3-pip
|
||
|
|
BuildRequires: python3-wheel
|
||
|
|
BuildRequires: python3-flit-core
|
||
|
|
|
||
|
|
%description -n python3-jupyter-cache
|
||
|
|
py.test plugin that allows you to add environment variables.
|
||
|
|
|
||
|
|
%prep
|
||
|
|
%autosetup -n jupyter-cache-%{version}
|
||
|
|
|
||
|
|
%build
|
||
|
|
%pyproject_build
|
||
|
|
|
||
|
|
%install
|
||
|
|
%pyproject_install
|
||
|
|
|
||
|
|
%files -n python3-jupyter-cache
|
||
|
|
%license LICENSE
|
||
|
|
%doc README.md
|
||
|
|
%{python3_sitelib}/jupyter_cache-*.dist-info/
|
||
|
|
%{python3_sitelib}/jupyter_cache/
|
||
|
|
%{_bindir}/jcache
|
||
|
|
|
||
|
|
%changelog
|
||
|
|
* Mon Jul 31 2023 mengzhaoa <mengzhaoa@isoftstone.com> - 0.6.1-1
|
||
|
|
- Init package python-jupyter-cache of version 0.6.1
|
||
|
|
|