python-apipkg-3.0.2-1.oe24090>    f궎 ;G|`u` L  ,= µwG[iB }=EL~G4r q\vr_BE, x*|R\93[o ѳ[{4wF0Q{,'P')BliF}em{'i<Qhk$H.0Zh0t-.;=<9.-|Ap%rpD^anWa Xa}hB)*QAxʶ)LCfs *1Xs{`Qn1cI8gl_ B~ч!_|Bwm}_Xv⨄ g֤HOzQ:v 5C.udU;BFb;>QWP:"433ed2481412cb3f4be0952d85b14dc8abac1cc34b1746abd0d09642cf6529d711505afb8943fcd21572ca54c7ed16c535030883="'4Zُg">7?d  K  ( , 0 8   (  (89:A7F>G\HdIlRpXtY|\]^def$(iCpython-apipkg3.0.21.oe2409Namespace 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.f궉dc-64g.compass-ci'MIThttp://openeuler.orgUnspecifiedapipkg-3.0.2.tar.gzhttps://github.com/pytest-dev/apipkglinuxnoarch f3f3c7aa61a4f82697fdaa667e70af1505acf1f7428b1c27b891d204ba7a8a3c5e0d4446c3c1a59621a384f056e07dbb67f10271e466962f0a6c2949978c887c3ad1 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.2eRdJcc[@bjiangxinyu - 3.0.2-1caodongxia - 3.0.1-2liqiuyu - 3.0.1-1liyanan - 2.1.1-1- Update package to version 3.0.2- Adapting to the pyproject.toml compilation mode- Upgrade package to version 3.0.1- update to 2.1.1noarchdc-64g.compass-ci 17266581853.0.2-1.oe24093.0.2-1.oe2409apipkg-3.0.2.tar.gzpython-apipkg.speccpiogzip9utf-8e78a4a340ed85f4be4d30f3a2551daf3563b0eb1a24217fd6627290ce9a40cc39be3f5a827d930a6e148c41d741610e08ff1c6412b4c8c7ea03ee168c82d859b Name: python-apipkg Version: 3.0.2 Release: 1 Summary: Namespace control and lazy-import mechanism License: MIT URL: https://github.com/pytest-dev/apipkg Source0: https://files.pythonhosted.org/packages/2e/2c/717870bddbb588428093de4bfbce59c58d29b56bff76ecd422fd1724ae72/apipkg-3.0.2.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.2' /usr/lib/rpm/rpmuncompress -x '/home/lkp/rpmbuild/SOURCES/apipkg-3.0.2.tar.gz' STATUS=$? if [ $STATUS -ne 0 ]; then exit $STATUS fi cd 'apipkg-3.0.2' /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.2-1.oe2409.x86_64 --no-compile --ignore-installed --no-deps --no-index --find-links ./build $specifier install -d -m755 /home/lkp/rpmbuild/BUILDROOT/python-apipkg-3.0.2-1.oe2409.x86_64//usr/share/doc/python-apipkg if [ -d doc ]; then cp -arf doc /home/lkp/rpmbuild/BUILDROOT/python-apipkg-3.0.2-1.oe2409.x86_64//usr/share/doc/python-apipkg; fi if [ -d docs ]; then cp -arf docs /home/lkp/rpmbuild/BUILDROOT/python-apipkg-3.0.2-1.oe2409.x86_64//usr/share/doc/python-apipkg; fi if [ -d example ]; then cp -arf example /home/lkp/rpmbuild/BUILDROOT/python-apipkg-3.0.2-1.oe2409.x86_64//usr/share/doc/python-apipkg; fi if [ -d examples ]; then cp -arf examples /home/lkp/rpmbuild/BUILDROOT/python-apipkg-3.0.2-1.oe2409.x86_64//usr/share/doc/python-apipkg; fi pushd /home/lkp/rpmbuild/BUILDROOT/python-apipkg-3.0.2-1.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-apipkg-3.0.2-1.oe2409.x86_64/filelist.lst . mv /home/lkp/rpmbuild/BUILDROOT/python-apipkg-3.0.2-1.oe2409.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 * Mon Nov 13 2023 jiangxinyu - 3.0.2-1 - Update package to version 3.0.2 * 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ƾEɞ}3 3fb.Jd-"Rdl DRd˖m~<{\u=8sB Jȏ,*!*}QB! C<ݥ,Ńe5'^gφy:&r`sϱa hN QS6mםw b}qR<щ˩J%fї^&tNrqjhե_F9^ח:`@Wdžg283E OLYz_j~]3iK+yd>QZ3/&$oȦf&vS.٢.iNTTJ-g~S4sRHb|8WO~j'>1ۼ;ME/u#OF 6t -QZ la,{eyTw}uwGlDOueRn n*K2wxW $9}IϾ;TS)wrN-kP3NA]*qV~OcEU˜?27`MXYud1 ΚWI~;3mbtƼ[y=[n-(_=HBˁeKM,+G*黚(eƥ bS.h4 6c?̅wd^U'zX2*Яizu1hHlC VY+6y6_dig5h{O 78nBt|>~EhЪa!(X8,$[ |wS[̷Z$riM7B^JDe~ ~63@@4(dDZPޡK׊EONL>i1ӏI6WܥJT'\ Êw? 3jȵ*AL{d-j"^4 E䌗xN_4gAq1m@[I*G g$&ڽG# ]Js-L[_D N$ Ueo>cctDmpwx8i]ZM[ +vZV 9-yhJW$7xLi!!g /%Ӣ$K&cAc#վo72-H_r(\ uE?Gڵ yndW:Yu;;}19EO@=WZIȧjtGTfZ' @><$]OZX,R? Li=ٖf55j_A\(K: qk ywGޛ7~Y9'E습͚Ӱ>#2%>k.fGjaʲ<Ў[?fJtJuFh=u5#<=Aӌ%tNWM6IŵumUɊك \Te~\(d5a^lV9Yӈ:#ۑ@NuIy@g 2?}3DO]CsңYYʦ@U&>ȼ{2[É-YIYNjSfeޱVB|yGQ+:]oibVX!sX!]`j )<& x6ݳqy"CGi!1UuQ(oeTy=aVjd N(y̦DtۗRp|CYtﱓܹ㮭.*SPDOEYymkqqJS雺8ڦ !EQY\oC:ap$ 0L 3a+p}٫qe&gS:ҕslʛ\2"'^TuyX487-!40tѫ^y&uT VtF9|>>8ģ մ|o2jt^NE7[Ep³S2U{ .גV/s ' e_-q0۫n4J}i{)J5ȝ$^nw^pЉaD_+[L>mY(٥n֟FI?Gʕ!+TaH #!2*p2I jK99X~`>7M$PZZM4PXkb_jCR $=xSqi(K։#usoeOGT}h{א;j`sb@!GNs,~Xw6⤸kWMY1׍0ugՙ4q8~@גffͩ: iJ8WrKfE$='7㔠N?KaV^2K<wV#Gj$2ĭƖ~Mp7Kx~MCBq4vn!eB"ʌ+O Ac h҅ýN*d3y gn*I wK* qbSuCS^48-F% &M\>OFPq9x&)A_glwzS w˴BRV=o6x^?a4A^5U<HV0 w>K^x<>.PtvESkn sx4OȵCkdO2^ qհ,fًYL5/姖?1XwMS9 @DNb,${ʅU1ѻP%w ȉnPױz1W|M؍kwu Q4_i. zyɢ.Kz #cj|Жs'(藧 ]zFJ^|~ǥqHT.~Z-~%**zΒǓ#0/62/jbw4GF/#i2e{s$_(i1iC:{{VF.?Xc\? uڮ-s|2sLJyCc6 s[ד+n-|pz.cjy#'vq{È kMM'g[X (ڧ>e0q|wsIkoWҜiRwx'j7i[c_WN["tj1G2;jns:, UލϘcexӁeCRX^c\z 'AeeҪGWf]J]; +}w9c9煺'ӍBVlpocS9?]>@[/+u9W+2-ÒS`:/X5+fMMՄr\qPԺ/di ]VN7>Vcl^XB9 gD z?w;:KKeo,v/U:CmގBlC}E|fCb mvn}<.?>f<ԭ}|I2(w5yՈJF_Tc)CJIτfW3+5u/OR \>RП͜pvdb``w=J[h)X1* g1M?I=ٻđu#6NjD::?st){eXZow" DEuK-N9MPz Jy !Mkgv 9Xl3МU[i\\b" N-/q,gƓx(b [Ž+AZ,:}_Z-NuL(ˢLMf SO 6C,7үj 6ry0gH^g蘆n}b74n }8h>qVvF`V2L#.H<hF10uCNy8h͆ެJ30sFnkk)ZIy_ L[~A{roȡJ[3N$~vρڵā¼#oړ9-Pd~;1k 5o_Bfg2`]ΐvKRgF32kܩ!7> AqGv6N|t\ pjQO )ΓQ)d &D1Vx:&}Fc|ֹq[9;$%ȑT)+QS 8ZmP52kc9q(*V&9ñs7[-FhOƇqK^x}˥ h^Ye4-򌳾A1"Y/?t 1Y͸&1duەHYw`<ǝ5R;BjGvZg.RtbKp5dgpVE2P=yzg\WFlݟF xE%댬[Ŷb:'r]*Ux|jrb'_MIwyٰ0;O:0WVKmF3e}%F!NfNFy"'l-ḱuߛCoO_ް%w)k:+qPxWk?lKuN\K*Sx:b3a;XRuh9[R< @d{$ o#Hԏ$0 ƺB gGw@PnљcP^P"ٕBA1P1B (ׯ߯4JCLhA`x_]T C`X/"A 44_ aDCR"`F(7sFB8;$aX4PGRpX 88w uGeҲ0i%%e%+ꪠ,/ Q#]\a2\VUAMIʺed%Y鿸jFX C䅅R^@a8ãpDJ`@?AX2"BF y( ~P"GIei J:HJj "E0P4#?1X8 %|xOBcʂ: ]wTC)F"(о~zB"8Q1$F"=3)DMuM bPz}P^(Ј X,Dg8Xg!VIm>(JT\s7 pjT#wLH}VP3U_RCR_!# _$e(]_xj8 ‹ca ỵ?.ȏeW29UR?gKhPJ"b^D@R8;/Ez `[1")IAR%Rx,$-|ޙf8 DwRAj٠OwN{Q5wq_]' w8i/l/Fnn(?RDFEt I #@݃E "7]Q^ a KρX [.RҔ/obRjOvs?ﶁ )?.r” r&k8/{='n|J-({qw8,c}@2r YEI5=) Kü4@R?R2@)9l"ג HH *b]\(sM'z6pJEFJE l/^ȯ.WBCMJGjã@&0"HVyW,FvڛG2{uIP'?ԋRS'&r,XfOG(i֔2R(.s , @+HQdAri*yKY($#4:%#ػ7B 3 ω ZH)