Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
20da6c1b96
!10 【轻量级 PR】:修正yaml
From: @licihua 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2023-07-31 06:42:12 +00:00
Monday
0210013da6
修正yaml
Signed-off-by: Monday <licihua@huawei.com>
2023-07-18 02:42:50 +00:00
openeuler-ci-bot
8bc802e77f
!9 Adapting to the pyproject.toml compilation mode
From: @caodongxia 
Reviewed-by: @cherry530 
Signed-off-by: @cherry530
2023-04-27 03:24:12 +00:00
caodongxia
4aeadc5e80 Adapting to the pyproject.toml compilation mode 2023-04-26 18:02:55 +08:00
openeuler-ci-bot
06d4313c71
!8 [sync] PR-7: Adaptation to setup.py
From: @openeuler-sync-bot 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
2023-03-24 09:12:00 +00:00
cherry530
b699a9ae19 Adapted to setup.py
Signed-off-by: cherry530 <xuping33@huawei.com>
(cherry picked from commit acd0092940aacc5ad67ab90ffdd9722579470741)
2023-03-24 16:28:28 +08:00
openeuler-ci-bot
e8d074b3a4
!6 Upgrade package to version 0.13.0
From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2022-11-11 09:51:58 +00:00
jxy_git
635cad787e Upgrade package to version 0.13.0 2022-11-09 19:04:38 +08:00
openeuler-ci-bot
53033f209b
!4 解决 python-pep517包安装缺依赖问题
From: @lyn1001 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
2022-08-01 07:52:02 +00:00
lyn1001
b677f60c56 Remove python3.10dist(toml) installation dependencies 2022-07-25 17:03:52 +08:00
4 changed files with 30 additions and 14 deletions

Binary file not shown.

BIN
pep517-0.13.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,44 +1,46 @@
%global _empty_manifest_terminate_build 0
Name: python-pep517
Version: 0.11.0
Release: 2
Version: 0.13.0
Release: 3
Summary: Wrappers to build Python packages using PEP 517 hooks
License: MIT
URL: https://github.com/pypa/pep517
Source0: https://files.pythonhosted.org/packages/da/12/6d373f746ad1cec5ab9415d6a1df54ecc0a9001124bd771742755dcecded/pep517-0.11.0.tar.gz
Source0: https://files.pythonhosted.org/packages/4d/19/e11fcc88288f68ae48e3aa9cf5a6fd092a88e629cb723465666c44d487a0/pep517-0.13.0.tar.gz
BuildArch: noarch
%description
Wrappers to build Python packages using PEP 517 hooks
%package -n python3-pep517
Summary: Wrappers to build Python packages using PEP 517 hooks
Provides: python-pep517
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pip
BuildRequires: python3-wheel
BuildRequires: python3-pdm-pep517
BuildRequires: python3-flit-core
Requires: python3-toml
Requires: python3-tomli
# Requires: python3-importlib_metadata
Requires: python3-importlib-metadata
Requires: python3-zipp
%description -n python3-pep517
Wrappers to build Python packages using PEP 517 hooks
%package help
Summary: Development documents and examples for pep517
Provides: python3-pep517-doc
%description help
Wrappers to build Python packages using PEP 517 hooks
%prep
%autosetup -n pep517-0.11.0
%autosetup -n pep517-%{version} -p1
%build
%py3_build
%pyproject_build
%install
%py3_install
%pyproject_install pep517==%{version}
install -d -m755 %{buildroot}/%{_pkgdocdir}
if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
@ -67,11 +69,24 @@ mv %{buildroot}/doclist.lst .
%files -n python3-pep517 -f filelist.lst
%dir %{python3_sitelib}/*
%{python3_sitelib}/pep517
%files help -f doclist.lst
%{_docdir}/*
%changelog
* Tue Apr 25 2023 caodongxia <caodongxia@h-partners.com> - 0.13.0-3
- Adapting to the pyproject.toml compilation mode
* Fri Mar 24 2023 xu_ping <xuping33@h-partners.com> - 0.13.0-2
- Adaptation to setup.py
* Tue Nov 08 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 0.13.0-1
- Upgrade package to version 0.13.0
* Mon Jul 25 2022 liyanan <liyanan32@h-partners.com> - 0.11.0-3
- Remove python3.10dist(toml) installation dependencies
* Fri Jun 17 2022 liukuo <liukuo@kylinos.cn> - 0.11.0-2
- License compliance rectification

View File

@ -1,4 +1,5 @@
version_control:github
src_repo:OpenMandrivaAssociation/python-pep517
tag_prefix:^v
seperator:.
version_control: github
src_repo: OpenMandrivaAssociation/python-pep517
tag_prefix: "^release-"
separator: "."
git_url: https://github.com/OpenMandrivaAssociation/python-pep517.git