Bump to python3-py 1.11.0 79/307179/1 accepted/tizen_9.0_unified accepted/tizen_unified accepted/tizen_unified_dev accepted/tizen_unified_toolchain accepted/tizen_unified_x accepted/tizen_unified_x_asan tizen tizen_9.0 accepted/tizen/9.0/unified/20241030.231926 accepted/tizen/unified/20240328.043439 accepted/tizen/unified/dev/20240620.001010 accepted/tizen/unified/toolchain/20240812.130910 accepted/tizen/unified/x/20240627.090537 accepted/tizen/unified/x/asan/20240813.225209 tizen_9.0_m2_release
authorDongHun Kwak <dh0128.kwak@samsung.com>
Wed, 6 Mar 2024 00:10:41 +0000 (09:10 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Wed, 6 Mar 2024 00:13:17 +0000 (09:13 +0900)
Change-Id: I7e601f27ce9a018a3513db90e6dad3007ef6b0ce
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
packaging/py-1.11.0-py2.py3-none-any.whl [new file with mode: 0755]
packaging/python3-py.manifest [new file with mode: 0644]
packaging/python3-py.spec [new file with mode: 0644]

diff --git a/packaging/py-1.11.0-py2.py3-none-any.whl b/packaging/py-1.11.0-py2.py3-none-any.whl
new file mode 100755 (executable)
index 0000000..80ccb4a
Binary files /dev/null and b/packaging/py-1.11.0-py2.py3-none-any.whl differ
diff --git a/packaging/python3-py.manifest b/packaging/python3-py.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/python3-py.spec b/packaging/python3-py.spec
new file mode 100644 (file)
index 0000000..103eb97
--- /dev/null
@@ -0,0 +1,53 @@
+Name:           python3-py
+Version:        1.11.0
+Release:        1
+Summary:        library with cross-python path, ini-parsing, io, code, log facilities
+License:        MIT
+Group:          Development/Languages/Python
+Source:         py-%{version}.tar.gz
+Source1001:     %{name}.manifest
+Source1002:     py-1.11.0-py2.py3-none-any.whl
+
+BuildRequires:  pkgconfig(python3)
+BuildRequires:  python3-build
+BuildRequires:  python3-pip
+BuildRequires:  python3-packaging
+BuildRequires:  python3-wheel
+BuildRequires:  python3-setuptools
+BuildRequires:  python3-setuptools_scm
+
+BuildArch:      noarch
+
+%description
+library with cross-python path, ini-parsing, io, code, log facilities
+
+
+%prep
+%setup -q -n py-%{version}
+cp %{SOURCE1001} .
+
+%build
+# %%{_bindir}/python3 -m build -n
+
+%install
+%{_bindir}/python3 -m pip install --root %{buildroot} %{SOURCE1002}
+
+%files
+%manifest %{name}.manifest
+%license LICENSE
+%{python3_sitelib}/py/*.py
+%{python3_sitelib}/py/*.pyi
+%{python3_sitelib}/py/*.typed
+%{python3_sitelib}/py/__pycache__/*
+%{python3_sitelib}/py/_code/*
+%{python3_sitelib}/py/_io/*
+%{python3_sitelib}/py/_log/*
+%{python3_sitelib}/py/_path/*
+%{python3_sitelib}/py/_process/*
+%{python3_sitelib}/py/_vendored_packages/*.py
+%{python3_sitelib}/py/_vendored_packages/__pycache__/*
+%{python3_sitelib}/py/_vendored_packages/apipkg/*
+%{python3_sitelib}/py/_vendored_packages/apipkg-*.dist-info/*
+%{python3_sitelib}/py/_vendored_packages/iniconfig/*
+%{python3_sitelib}/py/_vendored_packages/iniconfig-*.dist-info/*
+%{python3_sitelib}/py-%{version}.dist-info/*