python-apipkg-3.0.1-2.oe2309>  <@PT@7!.ܶujG7oe txopeneuler@compass-ci.com G7o G(b}\^}HGhS\6tx$N25.'qr҂6ɬ7Nu6` V%˲=I3~&_&XWvd0I}3 K9 <5\W\Y{]2Xޖ!ԍ2QX Iz3 (Dr&ny_L0_:}s,)z7OEډ-}UySwGTIů'+n%9Z$tQ/7k0 `ƹ˵N2l^xfH(ͷW5emN֎R+Egn8SK>xq,QI%svu#aJ`dz>j*),ZO 5c7f1dd5d94bcadf1af43fc6a25b6ec3564627fbbb4690c92b3f22e60c7ffc4395237d2a392e8d400d47b0ad9ce2fa834d074337e7?d  K  ( , 0 8   (  (89:}AFGHIRX Y(\H]P^wdxe}fCpython-apipkg3.0.12.oe2309Namespace control and lazy-import mechanismWith apipkg you can control the exported namespace of a Python package and greatly reduce the number of imports for your users. It is a small pure Python module that works on CPython 2.7 and 3.4+, Jython and PyPy. It cooperates well with Python’s help() system, custom importers (PEP302) and common command-line completion tools.e qdc-64g.compass-ci'qMIThttp://openeuler.orgUnspecifiedapipkg-3.0.1.tar.gzttps://github.com/pytest-dev/apipkglinuxnoarch e qe qf8c021adafc9132ac2fba9fd3c5768365d0a8c10aa375fb15e329f1fce8a5f0134a1c049cf895660675e8ae99b2cd198e653df1ef4d244fe4be79139b5a21d4a rootrootrootrootpython3-apipkgpython-apipkg-help  python3-develpython3-hatch-vcspython3-hatchlingpython3-pippython3-setuptoolspython3-setuptools_scmpython3-wheelrpmlib(CompressedFileNames)rpmlib(FileDigests)3.0.4-14.6.0-14.18.1dJcc[@bcaodongxia - 3.0.1-2liqiuyu - 3.0.1-1liyanan - 2.1.1-1- Adapting to the pyproject.toml compilation mode- Upgrade package to version 3.0.1- update to 2.1.1noarchdc-64g.compass-ci 16953144303.0.1-2.oe23093.0.1-2.oe2309apipkg-3.0.1.tar.gzpython-apipkg.speccpiogzip9utf-813f68bafe3b2fca22f3be9f911a3b34121c21a13be44e4f1e632e6b1ae4652169f818ee49263547e7efdb7e9353dd6131c146be5a3aa80da68ac859d3b4962cd Name: python-apipkg Version: 3.0.1 Release: 2 Summary: Namespace control and lazy-import mechanism License: MIT URL: ttps://github.com/pytest-dev/apipkg Source0: https://files.pythonhosted.org/packages/dc/d8/1883595b81446c61380bdfe10e67f593508c688692b2ce6bf9cc1dc4d007/apipkg-3.0.1.tar.gz BuildArch: noarch %description With apipkg you can control the exported namespace of a Python package and greatly reduce the number of imports for your users. It is a small pure Python module that works on CPython 2.7 and 3.4+, Jython and PyPy. It cooperates well with Python’s help() system, custom importers (PEP302) and common command-line completion tools. %package -n python3-apipkg Summary: Namespace control and lazy-import mechanism Provides: python-apipkg BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pip BuildRequires: python3-setuptools_scm BuildRequires: python3-hatchling BuildRequires: python3-hatch-vcs BuildRequires: python3-wheel %description -n python3-apipkg With apipkg you can control the exported namespace of a Python package and greatly reduce the number of imports for your users. It is a small pure Python module that works on CPython 2.7 and 3.4+, Jython and PyPy. It cooperates well with Python’s help() system, custom importers (PEP302) and common command-line completion tools. %package help Summary: Development documents and examples for apipkg Provides: python3-apipkg-doc %description help With apipkg you can control the exported namespace of a Python package and greatly reduce the number of imports for your users. It is a small pure Python module that works on CPython 2.7 and 3.4+, Jython and PyPy. It cooperates well with Python’s help() system, custom importers (PEP302) and common command-line completion tools. %prep cd '/home/lkp/rpmbuild/BUILD' rm -rf 'apipkg-3.0.1' /usr/lib/rpm/rpmuncompress -x '/home/lkp/rpmbuild/SOURCES/apipkg-3.0.1.tar.gz' STATUS=$? if [ $STATUS -ne 0 ]; then exit $STATUS fi cd 'apipkg-3.0.1' /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-apipkg-3.0.1-2.oe2309.x86_64 --no-compile --ignore-installed --no-deps --no-index --find-links ./build $specifier apipkg==3.0.1 install -d -m755 /home/lkp/rpmbuild/BUILDROOT/python-apipkg-3.0.1-2.oe2309.x86_64//usr/share/doc/python-apipkg if [ -d doc ]; then cp -arf doc /home/lkp/rpmbuild/BUILDROOT/python-apipkg-3.0.1-2.oe2309.x86_64//usr/share/doc/python-apipkg; fi if [ -d docs ]; then cp -arf docs /home/lkp/rpmbuild/BUILDROOT/python-apipkg-3.0.1-2.oe2309.x86_64//usr/share/doc/python-apipkg; fi if [ -d example ]; then cp -arf example /home/lkp/rpmbuild/BUILDROOT/python-apipkg-3.0.1-2.oe2309.x86_64//usr/share/doc/python-apipkg; fi if [ -d examples ]; then cp -arf examples /home/lkp/rpmbuild/BUILDROOT/python-apipkg-3.0.1-2.oe2309.x86_64//usr/share/doc/python-apipkg; fi pushd /home/lkp/rpmbuild/BUILDROOT/python-apipkg-3.0.1-2.oe2309.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-apipkg-3.0.1-2.oe2309.x86_64/filelist.lst . mv /home/lkp/rpmbuild/BUILDROOT/python-apipkg-3.0.1-2.oe2309.x86_64/doclist.lst . %files -n python3-apipkg -f filelist.lst %dir /usr/lib/python3.11/site-packages/* /usr/lib/python3.11/site-packages/apipkg %files help -f doclist.lst /usr/share/doc/* %changelog * Thu Apr 27 2023 caodongxia - 3.0.1-2 - Adapting to the pyproject.toml compilation mode * Fri Oct 28 2022 liqiuyu - 3.0.1-1 - Upgrade package to version 3.0.1 * Mon May 30 2022 liyanan - 2.1.1-1 - update to 2.1.1 * Wed Oct 21 2020 chengzihan - 1.5-3 - Remove Subpackage python2-apipkg * Thu Mar 12 2020 chenli - 1.5-2 - Init package. ?yy{syX< ˂%ߟ i0LVIG:;J$P7W$- ⬒3YFMpVA>p[R!+VtܘQ&C&kB̭sHa(R洅sJs'xk~>7l;Wk+]}W]MzWZ' BMv3Q t⇒S|^ڕv<,A嶦).FZ7P-R'ICP` dPLzqVOr“J i5L5;:['{Oǚ0u}NQR$!ڏ^k,S) tZ2D72=R=H=w_U\nh98Sm Nx g^ )^T>WwNù +cnx\{qp695,F|=l]{ Ц 0y1CZ9`hi(}ΰ;G΢y}&rdӃakJ~s#06]Fn'߿[tN~tOnVCN*vx^]*u+S齿~!Uo68hp~Yg|rUvP%ʜ Yw;Ϯyq?4ENѐ9BuL .)I/F;qˋ4*(*)~GfF 0/ (K5`SԸ]EJe靭#fk*yk4lWv8KRy7}ȖAO_z rv;9NJS6<-e& ka߮nqVh͞do zM|"=룵CZ)p~hx|>N)<3{AAk>|0e~aBZC"O&R=T9yvbיϿhQï0x̮=|qӴyt.eҥ"~^k>^fhg|HN|[ 6֝- ECEP/*(_a=Y^-Qw#;>E !n}sHM 08qBYd+|~V&HM\V]&s;SsASY{r+} _m3"Toփ&^uY1 [,F TIeIݯR|sqP]O֐rB`w*$Ba'{DIU39-TiT)07N=6UV<#˹ syZu׻Uw>i^nZ[DKdE%4$Z%=>zBu2 11:_. RML "'JB[LI./1ft[9uTdYrZ_;>W`p>d{Њ`J&toZ5Y@V{Zֱ[GY(Pׂ\0h& k/tƝg>|NY0/at2ɂ'h-JH\kHXc>O/3:IڪU{5lAU;9B/妪2e<Δ7;¬Q3#!G[9F8-Ɓq֓Tw{Uߦ#<_"X . |5`h:r}DM #&fQ>lMU]?L-a [x_q (yŁi;6mZCqms1ҜT֝/LD/}9"f ()ɒ.(>zY\{F+9,V%. 3[D;qitA&^bKЫgLaHs29Jua{d䭫Iiys|0{n K&fo'AtڨSYh[Og4xe;fn|y}{r,%~ b&o3-*}TYu_[-HV Ryv[5mMp;54\`eCcH[;arrAlA%w*Z!F2I]m8qM(_'L>ۂΉKjCbeV}:s`(N'?z0R[sR2%[]X*Ա nVxmQE}k}ǧ/1xtTpYϛQ8mRP`TYw$ N$VȽrk*9Q_BhNb+\aWtj)yGm,1f2tgx4U-@dzϡ'ܤN/#?H]hZW7jg/ e9֌I~SBҵA-X=[v2:ۮ"?F-=PǷFy&٣DͅCP.Ę ޤSODR a:ŅP政qy!WfQė~ƓDL秜_ic-:+( d Ag)o #W\c7.*̥o3֜L3$˧t03{jPVkMLêB>3:aF\FS}Ju0c?+|[RIvvd[٭;Ru7j3|Heϻ2Ч( ;Ыd,v]twGCMztj^a7v~JO6) ABB߆^}495"J||yn^M \6xiʑW<[$sO:b*VOoa0qL^%7{#}Zr{Bt(Ts0exሔyk1ʲNd/HJNpW!o UdV1{Y337Ryh2yܣGMxՕ#ꇵ<>w F taڸ,+j#<;!9wPtN8h豸}7Xf3;nm6سⴳjGZ~*Oe@i=wemp6.dAUsƉCz-3iuNBWT!Ѡbzm৓_E-Gi =\9۶(PgsktmvJbz7Tu)ߺ}O,1'=,>I i e)TVcywX"yDmu&N<+" 'sIBK% fFGM%NLˢ:ڕ\FKck6&o*`6<jArIJ,.`1p#$vs[-ʘ< `T\"~ާޠUFe><*F>$\m[T^5F(]hkc>zu*QFҜcZwω[ =xڗp~Zi? 8 pUi[ǶG4_!-1-A `g7JfI5|;SSsN4Ԣ_M/#Qi/BӬިipV~ʕ67Mhmo2VXAÇFd83!&FCSa϶gjZɅVM,G^gW{ԘO/?NT kh|+2; ) ; rZ_H)KLT?qU&ZL!؋\cb7Rh<P:q?ro!) :h6U]쓃-/qK o7SB XUMpCq٦Za%X\DRt' 5!8ռ99tMҎ}G QeDgꙵf96:^yًpSJ?5xU=8DftBz|)C`MݐN1 فsYk|jT[ȼasXubv2%hB+-%^࿅ҭێw^1>rHׄz}m:{b#}K8+(F`}4<tѹi娙OcV=bWaJe*/([#6O]wɽط5| vb9鳒;/G }!"o^~VzKɭ);+ZULOV.{xU.w&#d#6|rʹAd.F8R^m]tuKPƍi6Z\∪ YүsyeԬ4\ި!;=|ORYwܩ7lh\FHӢџRx Ś1=;l\ZL1ԘO%V^mKc%ΈNDK,PR4qX! }Pfu(eTGY|(V ,Atwghzrث6htZJY}-@#dy̶âR:V!%=5?<(qQ[~P\e1Fo JK)cӐ`{x]|]|hu d%DRvPV+7pwj)ghX`F:O}~YU -/M<~=ȖyƵh7g宵nּ3g*.&u"084t: 7k+.KAr/[hEd&d6y^v/s\cvK=lwvו"}}O o*S] mx |"FJae]S.`-†QR:ysge}K=U^=#fS8lXtam0a=/R;f {4uZ \G%Ř멺@@`g1`&ͥ_!|mF.GCeܨLs 222H "{_MX/#-:I EH&90vP`pl\h=O! p.H4sCuA(<"px$a d@!? c7(* !MaP PPo/Q #.#* H CCu dbQ+; nvb08NCp[1n8K=}' b8:g/%$$d`2r`;=Bdd!vB^äH<ٽ`? BcpH,W!4q`Ps/X8P= ~\J@y8܍F\=Aܞ'eV "H< EwC@ H?1YОNI1)a@ބ>* "pBǞߥGG + Hp`nx凙$ I0Dp_ ).)BB `0()?!Qƒ?OJqGb?FW7$D=S#7쾭A6x?p%e HC[Gɉ/Q{j๽j`]h}k=a_zϩ%9Z/ ! >P̏]uX K0NNL" x)~LRR $ D]d@8 +wՆ$@<#V{oZq/A$HFBqs/#<Qs?οw'BHQؓC )q>Gq>S2w@!12R L"vH_{Xs` W.&CEk5 $~ 'o?A&K>R~pW\?OQ$ީā#8Kn@d"Ij8g:b8zږ2 / jp(i?@;~vH (~#d< DnO+@!]n^nUg/RĐ%AeuA_IN㗂~qH{AѤ1;ҁ 7,H׾{`F+oc )!&-*I4B`O # 8@;: )!%{B# ?!KFjZF{y(