!1 Init package python-nox-poetry of version 1.0.3.
From: @mengzhaoa Reviewed-by: @desert-sailor Signed-off-by: @desert-sailor
This commit is contained in:
commit
7412473d2a
BIN
nox_poetry-1.0.3.tar.gz
Normal file
BIN
nox_poetry-1.0.3.tar.gz
Normal file
Binary file not shown.
48
python-nox-poetry.spec
Normal file
48
python-nox-poetry.spec
Normal file
@ -0,0 +1,48 @@
|
||||
%global pypi_name nox-poetry
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 1.0.3
|
||||
Release: 1
|
||||
Summary: Use Poetry inside Nox sessions.
|
||||
|
||||
License: MIT
|
||||
URL: https://github.com/cjolowicz/nox-poetry
|
||||
Source0: %{url}/archive/v%{version}/nox_poetry-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
Use Poetry inside Nox sessions.
|
||||
|
||||
%package -n python3-%{pypi_name}
|
||||
Summary: Use Poetry inside Nox sessions.
|
||||
Provides: python-%{pypi_name}
|
||||
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-setuptools_scm
|
||||
BuildRequires: python3-pip
|
||||
BuildRequires: python3-wheel
|
||||
BuildRequires: python3-poetry-core
|
||||
|
||||
%description -n python3-%{pypi_name}
|
||||
Use Poetry inside Nox sessions.
|
||||
|
||||
%prep
|
||||
%autosetup -n nox_poetry-%{version}
|
||||
|
||||
%build
|
||||
%pyproject_build
|
||||
|
||||
%install
|
||||
%pyproject_install
|
||||
|
||||
%files -n python3-%{pypi_name}
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
%{python3_sitelib}/nox_poetry-*.dist-info/
|
||||
%{python3_sitelib}/nox_poetry/
|
||||
#%{_bindir}/xdoctest
|
||||
|
||||
%changelog
|
||||
* Thu Aug 17 2023 mengzhaoa <mengzhaoa@isoftstone.com> - 1.0.3-1
|
||||
- Init package
|
||||
Loading…
x
Reference in New Issue
Block a user