Remove python3-build conf file in packaging
authorTizenOpenSource <tizenopensrc@samsung.com>
Thu, 8 Feb 2024 07:30:29 +0000 (16:30 +0900)
committerTizenOpenSource <tizenopensrc@samsung.com>
Thu, 8 Feb 2024 07:30:29 +0000 (16:30 +0900)
Signed-off-by: TizenOpenSource <tizenopensrc@samsung.com>
packaging/python3-build.manifest [deleted file]
packaging/python3-build.spec [deleted file]

diff --git a/packaging/python3-build.manifest b/packaging/python3-build.manifest
deleted file mode 100644 (file)
index 86dbb26..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<manifest>
-    <request>
-        <domain name="_" />
-    </request>
-</manifest>
diff --git a/packaging/python3-build.spec b/packaging/python3-build.spec
deleted file mode 100644 (file)
index 0259b29..0000000
+++ /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