diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2023-12-29 11:30:11 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2023-12-29 11:30:11 +0900 |
commit | 3c661705b831041b35dcfcef2037130afb84d138 (patch) | |
tree | e55c70e6e7f9de0df0748fc6e95846dd311ea057 | |
parent | c719b7a1a9b84b6d4981f530407e0239e52c4b84 (diff) | |
download | python3-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 |
Bump to python3-zipp 3.17.0tizen_9.0_m2_releaseaccepted/tizen/unified/x/asan/20240813.225405accepted/tizen/unified/x/20240627.090527accepted/tizen/unified/toolchain/20240812.131117accepted/tizen/unified/dev/20240701.072718accepted/tizen/unified/20240627.103654accepted/tizen/9.0/unified/20241030.234249tizen_9.0tizenaccepted/tizen_unified_x_asanaccepted/tizen_unified_xaccepted/tizen_unified_toolchainaccepted/tizen_unified_devaccepted/tizen_unifiedaccepted/tizen_9.0_unified
Change-Id: I1a902a290e213ee67d6330e1aceb949de11f806c
-rw-r--r-- | packaging/python3-zipp.manifest | 5 | ||||
-rw-r--r-- | packaging/python3-zipp.spec | 34 | ||||
-rwxr-xr-x | packaging/zipp-3.17.0-py3-none-any.whl | bin | 0 -> 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 Binary files differnew file mode 100755 index 0000000..ead23a5 --- /dev/null +++ b/packaging/zipp-3.17.0-py3-none-any.whl |