python-jeepney-0.8.0-2.oe2409 0 >
f ;G|`u` PE^R二}NcId/(y%+K'zm".eLm4{NUC,S&Z$;3n4gt!f5p{!TVj-T[$TRp)ږ%aՇS υ.#%;1XvU`l58[Z{F`29z;MSê5!G0jUzn+߶@uD'%x
Ȇi)Wk:|]#j}z-6Lp_A\Ls% }bȤAMgG_GTjVըZ\r~DV/dB~0PJ?039cfde61b172a93663d2fde2f0dfa6505a51879 4269b1b8110bbd6804bbbc75d442074676bcf4d4a5660b20befdd180e816cbee ¼Y!Vh7 > 7 ? d N , 0 D H L a m
N
P X b l t 1 ( F 8 P 9 \ : A m F t G H I R X Y \ ] ^ d e f ` d C python-jeepney 0.8.0 2.oe2409 Low-level, pure Python DBus protocol wrapper. This is a low-level, pure Python DBus protocol client. It has an `I/O-free
`__ core, and integration modules for different
event loops.
DBus is an inter-process communication system, mainly used in Linux.
`Jeepney docs on Readthedocs `__
This project is experimental, and there are a
number of `more mature Python DBus bindings `__. fdc-64g.compass-ci MIT http://openeuler.org Unspecified jeepney-0.8.0.tar.gz https://gitlab.com/takluyver/jeepney linux noarch Ł f꼱f꼱5efe48d255973902f6badc3ce55e2aa6c5c3b3bc642059ef3a91247bcfcc5806 b865a0a514c0b00a88041fe29f8c9fcd388b2cbf94c93a8e0248c282e21895b2 root root root root python3-jeepney python-jeepney-help
python3-devel python3-flit-core python3-pip python3-setuptools python3-wheel rpmlib(CompressedFileNames) rpmlib(FileDigests) 3.0.4-1 4.6.0-1 4.18.2 dS@cb[bޅcaodongxia - 0.8.0-2 wangjunqi - 0.8.0-1 renliang16 - 0.7.1-1 - Adapting to the pyproject.toml compilation mode - Update package to version 0.8.0 - Upgrade package python3-jeepney to version 0.7.1 noarch dc-64g.compass-ci 1726659829 0.8.0-2.oe2409 0.8.0-2.oe2409 jeepney-0.8.0.tar.gz python-jeepney.spec cpio gzip 9 utf-8 e46471e81d6953b3b9851d6c07a4dfd2b7ff22a253918d22d95f3fda94e15553 db999ce19bde648a34545268d490bde95c4dd86b2c445eb4cd44a00dfc9b0a9c
Name: python-jeepney
Version: 0.8.0
Release: 2
Summary: Low-level, pure Python DBus protocol wrapper.
License: MIT
URL: https://gitlab.com/takluyver/jeepney
Source0: https://files.pythonhosted.org/packages/d6/f4/154cf374c2daf2020e05c3c6a03c91348d59b23c5366e968feb198306fdf/jeepney-0.8.0.tar.gz
BuildArch: noarch
Requires: python3-testpath
%description
This is a low-level, pure Python DBus protocol client. It has an `I/O-free
`__ core, and integration modules for different
event loops.
DBus is an inter-process communication system, mainly used in Linux.
`Jeepney docs on Readthedocs `__
This project is experimental, and there are a
number of `more mature Python DBus bindings `__.
%package -n python3-jeepney
Summary: Low-level, pure Python DBus protocol wrapper.
Provides: python-jeepney
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pip
BuildRequires: python3-wheel
BuildRequires: python3-flit-core
%description -n python3-jeepney
This is a low-level, pure Python DBus protocol client. It has an `I/O-free
`__ core, and integration modules for different
event loops.
DBus is an inter-process communication system, mainly used in Linux.
`Jeepney docs on Readthedocs `__
This project is experimental, and there are a
number of `more mature Python DBus bindings `__.
%package help
Summary: Development documents and examples for jeepney
Provides: python3-jeepney-doc
%description help
This is a low-level, pure Python DBus protocol client. It has an `I/O-free
`__ core, and integration modules for different
event loops.
DBus is an inter-process communication system, mainly used in Linux.
`Jeepney docs on Readthedocs `__
This project is experimental, and there are a
number of `more mature Python DBus bindings `__.
%prep
cd '/home/lkp/rpmbuild/BUILD'
rm -rf 'jeepney-0.8.0'
/usr/lib/rpm/rpmuncompress -x '/home/lkp/rpmbuild/SOURCES/jeepney-0.8.0.tar.gz'
STATUS=$?
if [ $STATUS -ne 0 ]; then
exit $STATUS
fi
cd 'jeepney-0.8.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-jeepney-0.8.0-2.oe2409.x86_64 --no-compile --ignore-installed --no-deps --no-index --find-links ./build $specifier jeepney==0.8.0
install -d -m755 /home/lkp/rpmbuild/BUILDROOT/python-jeepney-0.8.0-2.oe2409.x86_64//usr/share/doc/python-jeepney
if [ -d doc ]; then cp -arf doc /home/lkp/rpmbuild/BUILDROOT/python-jeepney-0.8.0-2.oe2409.x86_64//usr/share/doc/python-jeepney; fi
if [ -d docs ]; then cp -arf docs /home/lkp/rpmbuild/BUILDROOT/python-jeepney-0.8.0-2.oe2409.x86_64//usr/share/doc/python-jeepney; fi
if [ -d example ]; then cp -arf example /home/lkp/rpmbuild/BUILDROOT/python-jeepney-0.8.0-2.oe2409.x86_64//usr/share/doc/python-jeepney; fi
if [ -d examples ]; then cp -arf examples /home/lkp/rpmbuild/BUILDROOT/python-jeepney-0.8.0-2.oe2409.x86_64//usr/share/doc/python-jeepney; fi
pushd /home/lkp/rpmbuild/BUILDROOT/python-jeepney-0.8.0-2.oe2409.x86_64
if [ -d usr/lib ]; then
find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst
fi
if [ -d usr/lib64 ]; then
find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst
fi
if [ -d usr/bin ]; then
find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst
fi
if [ -d usr/sbin ]; then
find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst
fi
touch doclist.lst
if [ -d usr/share/man ]; then
find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst
fi
popd
mv /home/lkp/rpmbuild/BUILDROOT/python-jeepney-0.8.0-2.oe2409.x86_64/filelist.lst .
mv /home/lkp/rpmbuild/BUILDROOT/python-jeepney-0.8.0-2.oe2409.x86_64/doclist.lst .
%files -n python3-jeepney -f filelist.lst
%dir /usr/lib/python3.11/site-packages/*
/usr/lib/python3.11/site-packages/jeepney
%files help -f doclist.lst
/usr/share/doc/python-jeepney
%changelog
* Thu May 4 2023 caodongxia - 0.8.0-2
- Adapting to the pyproject.toml compilation mode
* Wed Nov 02 2022 wangjunqi - 0.8.0-1
- Update package to version 0.8.0
* Mon Jul 25 2022 renliang16 - 0.7.1-1
- Upgrade package python3-jeepney to version 0.7.1
* Thu Dec 3 2020 baizhonggui
- Package init
? wS.ڶm۶mmۻwm۶mۼk}C$$LLLLr11aflbj?yfL_?8:;J_n}&ydt$|B#i]8#p$GZbB&VVvB0˿L#9z|\'jĽ(_P"Ry1
1T
kt}CG w
_F2H¤%G+Ps5|5 4tDDU T|<~ D W2
"# ⡿ YHh,EtjPaf -Z5!/(O&W]`0x6)YA4 X57! H[S )d@E70,Q[KTI *.P6:lc(\n|>f~ea$tK@e l w~{ c@@ECDŽ<6nL;g]VT[[5\ T"RP?!=+~w!)ѻVP #-L3C!\ŵx(BİCx/mC:'OnCu -oS n¯ٽASñ}"am_É).\SZ@r2bIom3Zp,alCc"E:WUm3PE^C"{ILĸD 㺕Sp@Mߝy_VW
yd
Y2{5T/uȽhA4k0~&Ah+n-hn-ρ!/^ޗBjϮ-D\A<\Hm0T爤 j/ ")'tF-X} 7@w}AdhB`B ͯ!&z֊Ӵ0n( ! &1f|v
ĀbvsZ]~?(&7 GCz7aZ{֪ m i]pL tqz|2Q2 ˚w~"^fHK:}O'Adk%!h@-h $b8v&9$0h @ǚ7 Dp
uR3(E
$M$ Z_
Ҹ25L;λptZ͵ M=náCFA &@@D}5
fbV6fFe 7F[ǣﺾjP.!Qbǁ+$-a!5r\D*0B1CMym1u!%;,^spE5%2K7GDڼɥ
~TȷiX%"[:`ۄďYY@jmax7XZD@aA0'RfQ\恷QEZLb`SqACR>@)8Q69ςCe~:(aIH&`;fnZG0`JF:BFᰗ}!X89}m"
sGN@F:k[5?}K~T6z1&\ qݤ`C@ĕ VHX.C8oϘ*3/VWV)0Mçi[``oN ^7ŭ-ȝv>THBkFa,">"YEgOPـ:i}UZx${!>Vn*=έnH}D&^P8WZ<ɫ P5Th6`_2VES#BAuh֟xu` )?ܢ[~sȵIn.jb-PZDaeYʡ]Ԩ{ͬ]p=z]]݃u0PtOn}1cE@QYS&HmzWU#_shpeB;CAp@"Fav7(WO!Z SxA$zHm\O#
!JKkHC0$;w_ڈyMhP#@=n-fX>qvvzn?