!1 Package init
From: @starlet-dx Reviewed-by: @cherry530 Signed-off-by: @cherry530
This commit is contained in:
commit
4372d42aa7
BIN
jaraco.context-4.3.0.tar.gz
Normal file
BIN
jaraco.context-4.3.0.tar.gz
Normal file
Binary file not shown.
50
python-jaraco-context.spec
Normal file
50
python-jaraco-context.spec
Normal file
@ -0,0 +1,50 @@
|
||||
Name: python-jaraco-context
|
||||
Version: 4.3.0
|
||||
Release: 1
|
||||
Summary: Tools to work with functools
|
||||
License: MIT
|
||||
URL: https://pypi.org/project/jaraco.context
|
||||
Source0: https://files.pythonhosted.org/packages/source/j/jaraco.context/jaraco.context-%{version}.tar.gz
|
||||
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-pytest
|
||||
BuildRequires: python3-setuptools_scm
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-toml
|
||||
BuildRequires: python3-pip python3-wheel
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
jaraco.functools Tools for working with functools.
|
||||
Additional functools in the spirit of stdlib’s functools.
|
||||
|
||||
%package -n python3-jaraco-context
|
||||
Summary: %{Summary}
|
||||
|
||||
%description -n python3-jaraco-context
|
||||
jaraco.functools Tools for working with functools.
|
||||
Additional functools in the spirit of stdlib’s functools.
|
||||
|
||||
%prep
|
||||
%autosetup -n jaraco.context-%{version} -p1
|
||||
|
||||
%build
|
||||
%pyproject_build
|
||||
|
||||
%install
|
||||
%pyproject_install jaraco.context==%{version}
|
||||
|
||||
%check
|
||||
pytest
|
||||
|
||||
%files -n python3-jaraco-context
|
||||
%license LICENSE
|
||||
%doc docs/*.rst README.rst CHANGES.rst
|
||||
%{python3_sitelib}/jaraco/__pycache__/*
|
||||
%{python3_sitelib}/jaraco/context.py*
|
||||
%{python3_sitelib}/jaraco.context-%{version}*-info
|
||||
|
||||
%changelog
|
||||
* Fri Apr 28 2023 yaoxin <yao_xin001@hoperun.com> - 4.3.0-1
|
||||
- Package init
|
||||
4
python-jaraco-context.yaml
Normal file
4
python-jaraco-context.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
version-ctrl: pypi
|
||||
src_repo: jaraco.context
|
||||
tag_prefix: "^v"
|
||||
seperator: "."
|
||||
Loading…
x
Reference in New Issue
Block a user