python-ez_setup-0.9-1.oe24090>    fm ;G|`u` % ~Yd.2=z+rSb<{ֵ%Vχiܣ;GTڻ[id k7jRU"EW^ a(^rwuh3ze>Z[\݄1Ή:6`ujZׯdt0R"d.k)brrxHuY3% ]  PW0:bzpnͨܡc iR^b*5eϜ-0`mJ]t|B7==~L7.Jtd/TjPEx,`؅KJ/|3;^7nfc&Q*B>:d~ e٠(^àz0p>,Q.1tWG0WϷk9~bb9cd241a3a8fbef8f76a3f962aac561bbda62f972c995e80627ed673c45f4cf51b0197ec5c05c37f5a24df3b254edda002d5341f47,_Mg.<>7?d  CTXlpt     z |)(;8D9H:nAFGHIRXY\]^def$(,2txCpython-ez_setup0.91.oe2409ez_setup.py and distribute_setup.py**Problem**: ``setup.py`` of several Python projects blindly import the setuptools bootstrap module ``ez_setup.py`` .this is to remain compatible with several Python distributors opting to use Distribute instead of Setuptools -- examples: Debian, ActiveState, and so on.fhdc-64g.compass-ci#MIThttp://openeuler.orgUnspecifiedez_setup-0.9.tar.gzhttp://github.com/ActiveState/ez_setuplinuxnoarch Eff303c5b17d552d1e3fb0505d80549f8579f557e13d8dc90e5ecef3c07d7f5864225040c701d0bcef22f620824fab43e1d920d79318f4d3ce914ac6b32fd5793dc rootrootrootrootpython3-ez_setuppython-ez_setup-help  python3-develpython3-setuptoolsrpmlib(CompressedFileNames)rpmlib(FileDigests)3.0.4-14.6.0-14.18.2_O@Python_Bot - Package Spec generatednoarchdc-64g.compass-ci 17266571280.9-1.oe24090.9-1.oe2409ez_setup-0.9.tar.gzpython-ez_setup.speccpiogzip9utf-8e958e1b752a734d6d55342996c22d6acfa16996af2337952432c4dac444e696889f4004607dda0a2c0eb213dfbbbef6426afc5a20b3b68a7fc82695f982cb6a1 Name: python-ez_setup Version: 0.9 Release: 1 Summary: ez_setup.py and distribute_setup.py License: MIT URL: http://github.com/ActiveState/ez_setup Source0: https://files.pythonhosted.org/packages/ba/2c/743df41bd6b3298706dfe91b0c7ecdc47f2dc1a3104abeb6e9aa4a45fa5d/ez_setup-0.9.tar.gz BuildArch: noarch %description **Problem**: ``setup.py`` of several Python projects blindly import the setuptools bootstrap module ``ez_setup.py`` .this is to remain compatible with several Python distributors opting to use Distribute instead of Setuptools -- examples: Debian, ActiveState, and so on. %package -n python3-ez_setup Summary: ez_setup.py and distribute_setup.py Provides: python-ez_setup BuildRequires: python3-devel BuildRequires: python3-setuptools %description -n python3-ez_setup **Problem**: ``setup.py`` of several Python projects blindly import the setuptools bootstrap module ``ez_setup.py``.this is to remain compatible with several Python distributors opting to use Distribute instead of Setuptools -- examples: Debian, ActiveState, and so on. %package help Summary: Development documents and examples for ez_setup Provides: python3-ez_setup-doc %description help **Problem**: ``setup.py`` of several Python projects blindly import the setuptools bootstrap module ``ez_setup.py``.this is to remain compatible with several Python distributors opting to use Distribute instead of Setuptools -- examples: Debian, ActiveState, and so on. %prep cd '/home/lkp/rpmbuild/BUILD' rm -rf 'ez_setup-0.9' /usr/lib/rpm/rpmuncompress -x '/home/lkp/rpmbuild/SOURCES/ez_setup-0.9.tar.gz' STATUS=$? if [ $STATUS -ne 0 ]; then exit $STATUS fi cd 'ez_setup-0.9' /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 setup.py build --executable="/usr/bin/python3 -s" sleep 1 %install \ CFLAGS="${CFLAGS:-${RPM_OPT_FLAGS}}" LDFLAGS="${LDFLAGS:-${RPM_LD_FLAGS}}"\ /usr/bin/python3 setup.py install -O1 --skip-build --root /home/lkp/rpmbuild/BUILDROOT/python-ez_setup-0.9-1.oe2409.x86_64 install -d -m755 /home/lkp/rpmbuild/BUILDROOT/python-ez_setup-0.9-1.oe2409.x86_64//usr/share/doc/python-ez_setup if [ -d doc ]; then cp -arf doc /home/lkp/rpmbuild/BUILDROOT/python-ez_setup-0.9-1.oe2409.x86_64//usr/share/doc/python-ez_setup; fi if [ -d docs ]; then cp -arf docs /home/lkp/rpmbuild/BUILDROOT/python-ez_setup-0.9-1.oe2409.x86_64//usr/share/doc/python-ez_setup; fi if [ -d example ]; then cp -arf example /home/lkp/rpmbuild/BUILDROOT/python-ez_setup-0.9-1.oe2409.x86_64//usr/share/doc/python-ez_setup; fi if [ -d examples ]; then cp -arf examples /home/lkp/rpmbuild/BUILDROOT/python-ez_setup-0.9-1.oe2409.x86_64//usr/share/doc/python-ez_setup; fi pushd /home/lkp/rpmbuild/BUILDROOT/python-ez_setup-0.9-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-ez_setup-0.9-1.oe2409.x86_64/filelist.lst . mv /home/lkp/rpmbuild/BUILDROOT/python-ez_setup-0.9-1.oe2409.x86_64/doclist.lst . %files -n python3-ez_setup -f filelist.lst %dir /usr/lib/python3.11/site-packages/* %files help -f doclist.lst /usr/share/doc/* %changelog * Wed Sep 02 2020 Python_Bot - Package Spec generated ?ygTSv@jD"(- IAz%$@$! +4E@4) ҋHS77zx=w?֟\s>sg=cA P)?Ə,<(-(O؄áo[]yS#/^r?Ȳ8}cFnZTC"5&G h"`ci.|Eq:$#(95$Lʮ UgK> -J  ̳-J`\SeɅeUuJ}XA .~gխJsv Ej% ('ղ5NnN^rSVHWP u1r.9׬n}pηdDrctb}@$$ P)]hLݷ=/ rFN|[q 2%7鉐z8vBqx|(~aBcl+ncRCީJcM:_XJ&S aw{Iˇ{IW L}S6p7^ϜB&afZz֪u;-s`b-G'%#B*n|GQB;bcdovty^c5^,Y ɽ@ȀA߆tL:+q·;`]^q~ "b_ϵ'RlTj9[#zjxNM3WkB*b1 ] էPePoV׼J{ZziТFM`xڊD7-$',n2D:P>^SLऄ%6;>uWD!ڡ-%.]$=޴ 4|D+ % ssi1W>&^ڑV>pT":$ ?)~C8/ƫ4+dH$SF3-*c D)-<c 5Q:rO^Ez n| wIK2F-qDJX&`WoBh&Pp $ݮr^1*Y{֖fֹ(~qKm+7sf,ǯe>4zqŠZ`4w.ԁkFR(Z(KȀXьu4onGN9Y?-x& U#uFv u'ޱ&i};r8!8x|3>p$6&˫L׿+u1Q,h|l6N{C6|D󌯳Ol( VQu`1?fr}i{jyqm{ne'.]ۣy-:~#ؚ5͢S*N5^l-|nIwhЋշG*Nll4❁I: 뎕ns'tp'xv%W0hS_ di1Eװ te^ݧm˝YO^C'xm9O;ہEVƯty]cxI:Jon szIƈ;oT'FXb\G2)܍%|=axP]ՎZ6%dkAR3]8Og^9{t7K953ULeўDųvYkڃ2MQ.ꄪRs\p /cszAa 9&sL9{V*r+VT_vI~Lq |&UFy╜So<ݛH'Η Y# HG\>&nYe.4RgFRAMߖメH+z4JDcl+'Mr+g4y0h~( \V"*;֧#.W͏tc$n>$- ϢUM L&$̘䘥:hLܻzPGh)vҧ*J8*mmFM|rķe.S/6mJ}[MN'苘4xDtlWoR4I]Azk*Şǽ$Zw\}WM۠U ~ߧO^%:S֙LA=),K$ϲмOM͟U(֤p>yos{̋VN+tj JwTq6C OCLXDL颻;]=J~$6s`FncCy gQu9?uuKa;)nz\J'6x*=v`fSdAJ\p>r&1hz坰W ˢhHU=M>8pwy7)[GPH$z"-ʊA ]wA᯷_~dih ߥf ߺ6[Bo+[0jRM=QCw#d\rYRD"RX6oYǛ-@?vA7_+9޺uθFYSSg:zT`!-Uęs,_ۻJt%ǯ'xxyM6}ֲmBA!fe)܌\ǮrF]z> [{KwP̽+* Q9/k{VàC%|j|dly{ ؍cb1Z;%m`'?(Rlxes85$Z޵_v)u8&ќ/f[A`ŭWk& F.$熳̓KK:"8 iNE HIq^#p@ڦC2ܤ>_iVF6,PS<  @j-Z_5q7%W^D/@F|{} ΒM|v|?^RJK{.e vfxƬIo|n N|䑣uT:snGtݛRcFsGz73~VQѝ3'e ~bg2 $L36Oϳ&% ;34X߮*~p s1ZGV@l*g6%O }5Gn^*nr-zS;{֖ZYvsD}Xq'*T$i,8a٭絷/ CQimv߉H͆Vؕr #S3iH^fjH{ 1Ҹs &[n13\pHN_-xg&mS$oDUg|N6$FC瑁LOG*מYY^?sx3$V΁Lpj;Nf)iYZ٠gwEdOHɜcEim?6 uasE;G'e:Ą֩ak 9R7>zRcȅ[Woz,-ḲdipԘhP[v"" Sz9bKEm4ߖv,f Zɷw[zݯ>MYa>Tqg(7uҁl} ؗKݽ8.x=gO\jΥ~sNA?lzn҈ ˠrGhͧ'['^Ui\|m Rq"Ci. rN),~S=y6IK3Z/FnZmʰ D@o\|*|VzϊGn4.\ |Ιע8H5:Y5 K$0crMt_{®M9Ayv!hdN8 -Q_V?߅tJT'Jv/D&Tm k2c{Y.+g?HXA7:r>BV5"RTvZγE5x/ox/>f9CQ?;Ne# |dҺ^%Oŗ&uSN@Ʀd > mf^VG#cEYe1enq1>3f JVH)Gnpʪ=h >=K-п~g5-%SD7.+uUǰO:s,͵~IvATuҿ3*]Hhc6:N` _@Vhŭ\'ǘ{cii*;ïbRe,չ Q[׶>gG]a/Fy%ݖs]vpLi3y=DW GWc ve xa!g&9e?է#_GƔ_ S,aH_߻咥_{({0``穸XuiwԱG'l7L_amW&#'$<*MrxBC2Ļ娐wM'DLbk2 Ij[}o,ZN3}oqАQb8Ot:"HۑգѤ?0[@VM%PPP*|P[{} N.k$75\8-:]Q~5 Pf(0P:|[uLс%H@*R?4l.\c-7&ϫLd1x^Zoܵs|U'ƅZbN vߏ{]}Y_Uu}\a3{a,u`lW׊iO櫷>W*B?L=ߎ^{޲XبBx^J=K ?]O!RA'xyg6ǐeH!;hyczViLȗjk^ٷ@nUIו.ҩLUGsbY}c[T 2I:Xd ݐ!% I%IvݯY&GoNfhaEp9D{w0SR 묤8Cu#n$MfwꚇIл"ߧ_- {WǼףU` Τo'Bo&6Vԃworlu]rl2ԯ/EYJ[:X9UV.{LAjY7DK~\~6ɋDj4=J% &"M̐vH?ĿNIi$4-d?!_>)!΋u7w$x>I%uد"Fɽ!+o]o v:"<@HOADcD7!<Z!4L+͐H&4D:g)<ћ hvBbY- ~\D2&z;M'"iN$~ h;!? dI#JW,tc.$@i'3JVYQFZIQ*B*I9BNN (ig')TtG*!dQ9g}gIL"O ($88" SoaQ 'gG t"@h? +ÐzWX"Ku@a! & 4HĂHO"C@@djgrxK"{ y1d^#7#II# F: /I~ŀ$y?QTQyAV37Dz3yj~ OKӍy"1D3wl dpIO_ҀG/_[YGO'+E=#<k#_'sz~ _ @?'$Qޤ0X9Dc0D'>0%[=PtrE`\ȍ(F: IO(sX"s ,AJ ( 2ώ "}=R7Xi7~MH%