From: TizenOpenSource Date: Thu, 8 Feb 2024 07:30:29 +0000 (+0900) Subject: Remove python3-build conf file in packaging X-Git-Tag: accepted/tizen/base/20240328.042855~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=01437e537c61fdd03f93316983e5d94d15a3ace7;p=platform%2Fupstream%2Fpython3-pathspec.git Remove python3-build conf file in packaging Signed-off-by: TizenOpenSource --- diff --git a/packaging/python3-build.manifest b/packaging/python3-build.manifest deleted file mode 100644 index 86dbb26..0000000 --- a/packaging/python3-build.manifest +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/packaging/python3-build.spec b/packaging/python3-build.spec deleted file mode 100644 index 0259b29..0000000 --- a/packaging/python3-build.spec +++ /dev/null @@ -1,37 +0,0 @@ -Name: python3-build -Version: 1.0.3 -Release: 0 -Summary: Simple PEP517 package builder -License: MIT -URL: https://github.com/pypa/build -Source0: build-%{version}.tar.gz -Source1001: %{name}.manifest - -BuildRequires: pkgconfig(python3) -BuildRequires: python3-setuptools - -Requires: python3-packaging -Requires: python3-pyproject_hooks - -BuildArch: noarch - -%description -Build will invoke the PEP 517 hooks to build a distribution package. -It is a simple build tool and does not perform any dependency management. - -%prep -%setup -q -n build-%{version} - -%build -cp %{SOURCE1001} . -%{_bindir}/python3 setup.py build - -%install -%{_bindir}/python3 setup.py install --prefix=%{_prefix} --root=%{buildroot} -rm -f %{buildroot}%{python3_sitelib}/build/py.typed - -%files -%license LICENSE -%{python3_sitelib}/build/*.py -%{python3_sitelib}/build/__pycache__/* -%{python3_sitelib}/build-%{version}-py%{python3_version}.egg-info