python-wheel-1:0.42.0-1.oe2409 0 >
f ;G|`u` nv璑E1tljjk}c:۟8Q.Oba-j_|1Th\HDK6'YLOXLL~=CB͐=_-ᢩt5ū..2]Ln(5XH w"0wEJo>HDD쇇ZOϣe%H~
[)m_\4e9190e13d598fd8d685770a6629d787a612cad6 c2c8f74809ccecef1674a0626afbae143509c78a9e665285db62f4ea291f23f4 QOW(k > 8 ? d $ D @ D X \ ` u
Z
\ d n x
( 8 9 : 7 A F G H I R X Y \ ] ^ : d ; e @ f E H L R C python-wheel 0.42.0 1.oe2409 Built-package format for Python A built-package format for Python.
A wheel is a ZIP-format archive with a specially formatted filename and the
.whl extension. It is designed to contain all the files for a PEP 376
compatible install in a way that is very close to the on-disk format. f꿷dc-64g.compass-ci MIT http://openeuler.org Unspecified wheel-0.42.0.tar.gz https://github.com/pypa/wheel linux noarch
e fOfOae2bf0e967d875bd6d78a7a5ae006c40ec5276a730180a0456cd1a27ff11732d 000b0bb617ff3914f7a352687a7087ededd5b96a95e70e743c484904115a1021 root root root root python3-wheel python-wheel-wheel
python3-devel python3-flit-core python3-hatchling python3-pip python3-pytest python3-pyxdg python3-setuptools python3-setuptools_scm rpmlib(CompressedFileNames) rpmlib(FileDigests) 3.0.4-1 4.6.0-1 4.18.2 eCdc@xu_ping <707078654@qq.com> - 1:0.42.0-1 liuyongshuai - 1:0.40.0-1 jiangxinyu - 1:0.38.4-1 - Upgrade package to version 0.42.0 - Upgrade package to version 0.40.0 - Upgrade package to version 0.38.4 noarch dc-64g.compass-ci 1726660535 1:0.42.0-1.oe2409 1:0.42.0-1.oe2409 python-wheel.spec wheel-0.42.0.tar.gz cpio gzip 9 utf-8 611c3e3dd143ec51a2bdcd01ce649bcea737b4b8bcc30e80713f04bdbec58d38 599b9914ad9524a51f487a5e15e790f69958c803725f9c62926f668e609bbbeb
Name: python-wheel
Version: 0.42.0
Release: 1
Epoch: 1
Summary: Built-package format for Python
License: MIT
URL: https://github.com/pypa/wheel
Source0: https://github.com/pypa/wheel/archive/0.42.0/wheel-0.42.0.tar.gz
BuildArch: noarch
%description
A built-package format for Python.
A wheel is a ZIP-format archive with a specially formatted filename and the
.whl extension. It is designed to contain all the files for a PEP 376
compatible install in a way that is very close to the on-disk format.
%package -n python3-wheel
Summary: Built-package format for Python
BuildRequires: python3-devel python3-setuptools
BuildRequires: python3-setuptools_scm
BuildRequires: python3-pip
BuildRequires: python3-hatchling
BuildRequires: python3-flit-core
BuildRequires: python3-pytest python3-pyxdg
Provides: python-wheel = 1:0.42.0-1.oe2409
Obsoletes: python-wheel < 1:0.42.0-1.oe2409
%description -n python3-wheel
A built-package format for Python.
A wheel is a ZIP-format archive with a specially formatted filename and the
.whl extension. It is designed to contain all the files for a PEP 376
compatible install in a way that is very close to the on-disk format.
Python 3 version.
%package wheel
Summary: The Python wheel module packaged as a wheel
%description wheel
A Python wheel of wheel to use with virtualenv.
%prep
cd '/home/lkp/rpmbuild/BUILD'
rm -rf 'wheel-0.42.0'
/usr/lib/rpm/rpmuncompress -x '/home/lkp/rpmbuild/SOURCES/wheel-0.42.0.tar.gz'
STATUS=$?
if [ $STATUS -ne 0 ]; then
exit $STATUS
fi
cd 'wheel-0.42.0'
/usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
\
CFLAGS="${CFLAGS:-${RPM_OPT_FLAGS}}" LDFLAGS="${LDFLAGS:-${RPM_LD_FLAGS}}"\
/usr/bin/python3 -mpip wheel --verbose --progress-bar off --disable-pip-version-check --use-pep517 --no-build-isolation --no-deps --wheel-dir ./build .
sleep 1
%install
\
specifier=$(ls ./build/*.whl | xargs basename --multiple | sed -E 's/([^-]+)-([^-]+)-.+\.whl/\1==\2/')
CFLAGS="${CFLAGS:-${RPM_OPT_FLAGS}}" LDFLAGS="${LDFLAGS:-${RPM_LD_FLAGS}}"\
/usr/bin/python3 -mpip install --verbose --progress-bar off --disable-pip-version-check --root /home/lkp/rpmbuild/BUILDROOT/python-wheel-0.42.0-1.oe2409.x86_64 --no-compile --ignore-installed --no-deps --no-index --find-links ./build $specifier
mv /home/lkp/rpmbuild/BUILDROOT/python-wheel-0.42.0-1.oe2409.x86_64/usr/bin/wheel{,-3.11}
ln -s wheel-3.11 /home/lkp/rpmbuild/BUILDROOT/python-wheel-0.42.0-1.oe2409.x86_64/usr/bin/wheel-3
# We can only use bdist_wheel when wheel is installed, hence we don't build the wheel in %build
export PYTHONPATH=/home/lkp/rpmbuild/BUILDROOT/python-wheel-0.42.0-1.oe2409.x86_64/usr/lib/python3.11/site-packages
\
CFLAGS="${CFLAGS:-${RPM_OPT_FLAGS}}" LDFLAGS="${LDFLAGS:-${RPM_LD_FLAGS}}"\
/usr/bin/python3 -mpip wheel --verbose --progress-bar off --disable-pip-version-check --use-pep517 --no-build-isolation --no-deps --wheel-dir ./build .
sleep 1
install -d /home/lkp/rpmbuild/BUILDROOT/python-wheel-0.42.0-1.oe2409.x86_64/usr/share/python-wheels
install -p build/wheel-0.42.0-py3-none-any.whl -t /home/lkp/rpmbuild/BUILDROOT/python-wheel-0.42.0-1.oe2409.x86_64/usr/share/python-wheels
%check
PYTHONPATH=/home/lkp/rpmbuild/BUILDROOT/python-wheel-0.42.0-1.oe2409.x86_64/usr/lib/python3.11/site-packages py.test-3 -v --ignore build
%files -n python3-wheel
%license LICENSE.txt
%doc README.rst
/usr/bin/wheel-3*
/usr/lib/python3.11/site-packages/wheel*
%files wheel
%license LICENSE.txt
%dir /usr/share/python-wheels/
/usr/share/python-wheels/wheel-0.42.0-py3-none-any.whl
%changelog
* Tue Mar 12 2024 xu_ping <707078654@qq.com> - 1:0.42.0-1
- Upgrade package to version 0.42.0
* Fri Jun 30 2023 liuyongshuai - 1:0.40.0-1
- Upgrade package to version 0.40.0
* Mon Dec 05 2022 jiangxinyu - 1:0.38.4-1
- Upgrade package to version 0.38.4
* Fri Mar 04 2022 yuanxin - 0.37.0-2
- build python-wheel-wheel binary package
* Mon Nov 29 2021 shixuantong - 0.37.0-1
- update version to 0.37.0
* Fri Nov 26 2021 shixuantong - 0.36.2-3
- disable tests when bootstrapping
* Tue Jul 27 2021 shixuantong - 0.36.2-2
- remove useless BuildRequires
* Wed Feb 03 2021 shixuantong - 0.36.2-1
- upgrade version to 0.36.2
* Mon Nov 2 2020 wangjie -0.31.1-5
- Type:NA
- ID:NA
- SUG:NA
- DESC:remove python2
* Mon Dec 2 2019 yangjian - 1:0.31.1-4
- Package init
? e@\˶.
AKCw AqNNBB !w:sϹѳjo|5=yM燝212cf?z99x@-X, Vglogjf CN ZK3 ?z]
q:Bl!nkE d{(Z'gK{ց\@5
/5v){̰ڂ<&bieq A-P!%b7(j
`:8?fb
esp
V Adr[XBh=]eK_X 'V(?c4s+;ʏpBNGa1
@OVP TYaKoP)bX Y Gpd?>din(<