From: DongHun Kwak Date: Wed, 6 Mar 2024 00:10:41 +0000 (+0900) Subject: Bump to python3-py 1.11.0 X-Git-Tag: accepted/tizen/unified/20240328.043439^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_unified_dev;p=platform%2Fupstream%2Fpython3-py.git Bump to python3-py 1.11.0 Change-Id: I7e601f27ce9a018a3513db90e6dad3007ef6b0ce Signed-off-by: DongHun Kwak --- 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 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 index 0000000..017d22d --- /dev/null +++ b/packaging/python3-py.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/python3-py.spec b/packaging/python3-py.spec new file mode 100644 index 0000000..103eb97 --- /dev/null +++ b/packaging/python3-py.spec @@ -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/*