summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2023-12-29 11:30:11 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2023-12-29 11:30:11 +0900
commit3c661705b831041b35dcfcef2037130afb84d138 (patch)
treee55c70e6e7f9de0df0748fc6e95846dd311ea057
parentc719b7a1a9b84b6d4981f530407e0239e52c4b84 (diff)
downloadpython3-zipp-accepted/tizen/9.0/unified/20241030.234249.tar.gz
python3-zipp-accepted/tizen/9.0/unified/20241030.234249.tar.bz2
python3-zipp-accepted/tizen/9.0/unified/20241030.234249.zip
Change-Id: I1a902a290e213ee67d6330e1aceb949de11f806c
-rw-r--r--packaging/python3-zipp.manifest5
-rw-r--r--packaging/python3-zipp.spec34
-rwxr-xr-xpackaging/zipp-3.17.0-py3-none-any.whlbin0 -> 7396 bytes
3 files changed, 39 insertions, 0 deletions
diff --git a/packaging/python3-zipp.manifest b/packaging/python3-zipp.manifest
new file mode 100644
index 0000000..017d22d
--- /dev/null
+++ b/packaging/python3-zipp.manifest
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+ <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/python3-zipp.spec b/packaging/python3-zipp.spec
new file mode 100644
index 0000000..99c5370
--- /dev/null
+++ b/packaging/python3-zipp.spec
@@ -0,0 +1,34 @@
+Name: python3-zipp
+Version: 3.17.0
+Release: 1
+Summary: Backport of pathlib-compatible object wrapper for zip files
+License: MIT
+Group: Development/Languages/Python
+Source: zipp-%{version}.tar.gz
+Source1001: %{name}.manifest
+Source1002: zipp-3.17.0-py3-none-any.whl
+
+BuildRequires: pkgconfig(python3)
+BuildRequires: python3-pip
+
+BuildArch: noarch
+
+%description
+Backport of pathlib-compatible object wrapper for zip files
+
+
+%prep
+%setup -q -n zipp-%{version}
+
+%build
+cp %{SOURCE1001} .
+
+%install
+%{_bindir}/python3 -m pip install --root %{buildroot} %{SOURCE1002}
+
+%files
+%manifest %{name}.manifest
+%license LICENSE
+%{python3_sitelib}/zipp/*.py
+%{python3_sitelib}/zipp/__pycache__/*
+%{python3_sitelib}/zipp-%{version}.dist-info/*
diff --git a/packaging/zipp-3.17.0-py3-none-any.whl b/packaging/zipp-3.17.0-py3-none-any.whl
new file mode 100755
index 0000000..ead23a5
--- /dev/null
+++ b/packaging/zipp-3.17.0-py3-none-any.whl
Binary files differ