!1 Init package to version 0.6.1 for python-pytoolconfig import

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

49
python-tox-pdm.spec Normal file
View File

@ -0,0 +1,49 @@
%global _empty_manifest_terminate_build 0
%global pypi_name tox-pdm
Name: python-%{pypi_name}
Version: 0.6.1
Release: 1
Summary: A plugin for tox that utilizes PDM as the package manager and installer.
License: MIT
URL: https://github.com/pdm-project/tox-pdm
Source0: https://files.pythonhosted.org/packages/57/42/c437d69c3b884c58027999e524c91716ac355048284be771d810d80ceed1/tox-pdm-0.6.1.tar.gz
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pip
BuildRequires: python3-wheel
BuildRequires: python3-hatchling
BuildRequires: python3-pdm-pep517
%description
A plugin for tox that utilizes PDM as the package manager and installer.
%package -n python3-%{pypi_name}
Summary: %{summary}
%description -n python3-%{pypi_name}
A plugin for tox that utilizes PDM as the package manager and installer.
%prep
%autosetup -p1 -n %{pypi_name}-%{version}
%build
%pyproject_build
%install
%pyproject_install
%files -n python3-%{pypi_name}
%doc README.md
%license LICENSE
%{python3_sitelib}/tox_pdm
%{python3_sitelib}/tox_pdm*.dist-info/
%changelog
* Sat Jun 24 2023 Dongxing Wang <dxwangk@isoftstone.com> - 0.6.1-1
- Initial package 0.6.1

BIN
tox-pdm-0.6.1.tar.gz Normal file

Binary file not shown.