python-editor-1.0.4-3.oe24090>    f괠 ;G|`u` NH MhmL'6=av::e/R$%֨C-n)Mq1X=F Ln¢ " ='9$kވN~ I=;?)hs2Z1F.&eT}Eo>3Hsٻ%RL4x&c: =lmj "RmS(ί|-sړB7xf+zp0^sCUB;)QТȧ'BFTevĸ[<#/BMMQ2R]6>1!:s^DU`jplH˂yZŦX {*q,8zΧXӴ7P`?|@Sl G61e6564f6231a503e41a676c46856d1a9dfbfd04e39a7eb9368efb2748380529fd7ec69df413df1074b7bde65f843aa001ac95368{_HR:`v|Y߇>7?d  T  39@H L P X  $4(89:4AFGHIRXY\]^$d%e*f/48>Cpython-editor1.0.43.oe2409Programmatically open an editor, capture the result.Python-editor is a library that provides the editor module for programmatically interfacing with your system's $EDITOR. Editor first looks for the ${EDITOR} environment variable. If set, it uses the value as-is, without fallbacks. If no $EDITOR is set, editor will search through a list of known editors, and use the first one that exists on the system.f괚dc-64g.compass-ci&Apache-2.0http://openeuler.orgUnspecified1.0.4.tar.gzhttps://github.com/fmoo/python-editorlinuxnoarchT āfFfF61a4758919668b8ffe5eb389a86a4c2e8c2f789c02b9c6aee0ddf3c4ebfe3fd36ed7d2407009859141098bfef85129e3f3f59ea9da2ab7a3b75b8c73058afe87 rootrootrootrootpython3-editorpython-editor-help  python3-develpython3-setuptoolsrpmlib(CompressedFileNames)rpmlib(FileDigests)3.0.4-14.6.0-14.18.2b`4@_H@liukuo - 1.0.4-3huangtianhua - 1.0.4-2Python_Bot - 1.0.4-1- License compliance rectification- Rename the package to python3-editor- Package Spec generatednoarchdc-64g.compass-ci 17266576901.0.4-3.oe24091.0.4-3.oe24091.0.4.tar.gzpython-editor.speccpiogzip9utf-86ac429659b247d2becdea22245554f172372f7c225fbf75eea5894c224e54eb5a4a43398acb6022928744d308d8c4deed37e7dd1e3003a0f026d56f3b857b317 Name: python-editor Version: 1.0.4 Release: 3 Summary: Programmatically open an editor, capture the result. License: Apache-2.0 URL: https://github.com/fmoo/python-editor Source0: https://github.com/fmoo/python-editor/archive/1.0.4.tar.gz BuildArch: noarch %description Python-editor is a library that provides the editor module for programmatically interfacing with your system's $EDITOR. Editor first looks for the ${EDITOR} environment variable. If set, it uses the value as-is, without fallbacks. If no $EDITOR is set, editor will search through a list of known editors, and use the first one that exists on the system. %package -n python3-editor Summary: Programmatically open an editor, capture the result. BuildRequires: python3-devel BuildRequires: python3-setuptools %description -n python3-editor Python-editor is a library that provides the editor module for programmatically interfacing with your system's $EDITOR. Editor first looks for the ${EDITOR} environment variable. If set, it uses the value as-is, without fallbacks. If no $EDITOR is set, editor will search through a list of known editors, and use the first one that exists on the system. %package help Summary: Development documents and examples for python-editor Provides: python3-editor-doc %description help Development documents and examples for python-editor. %prep cd '/home/lkp/rpmbuild/BUILD' rm -rf 'python-editor-1.0.4' /usr/lib/rpm/rpmuncompress -x '/home/lkp/rpmbuild/SOURCES/1.0.4.tar.gz' STATUS=$? if [ $STATUS -ne 0 ]; then exit $STATUS fi cd 'python-editor-1.0.4' /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-editor-1.0.4-3.oe2409.x86_64 install -d -m755 /home/lkp/rpmbuild/BUILDROOT/python-editor-1.0.4-3.oe2409.x86_64//usr/share/doc/python-editor if [ -d doc ]; then cp -arf doc /home/lkp/rpmbuild/BUILDROOT/python-editor-1.0.4-3.oe2409.x86_64//usr/share/doc/python-editor; fi if [ -d docs ]; then cp -arf docs /home/lkp/rpmbuild/BUILDROOT/python-editor-1.0.4-3.oe2409.x86_64//usr/share/doc/python-editor; fi if [ -d example ]; then cp -arf example /home/lkp/rpmbuild/BUILDROOT/python-editor-1.0.4-3.oe2409.x86_64//usr/share/doc/python-editor; fi if [ -d examples ]; then cp -arf examples /home/lkp/rpmbuild/BUILDROOT/python-editor-1.0.4-3.oe2409.x86_64//usr/share/doc/python-editor; fi pushd /home/lkp/rpmbuild/BUILDROOT/python-editor-1.0.4-3.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-editor-1.0.4-3.oe2409.x86_64/filelist.lst . mv /home/lkp/rpmbuild/BUILDROOT/python-editor-1.0.4-3.oe2409.x86_64/doclist.lst . %files -n python3-editor -f filelist.lst %dir /usr/lib/python3.11/site-packages/* %files help -f doclist.lst /usr/share/doc/python-editor %changelog * Wed May 18 2022 liukuo - 1.0.4-3 - License compliance rectification * Tue Feb 23 2021 huangtianhua - 1.0.4-2 - Rename the package to python3-editor * Thu Dec 17 2020 Python_Bot - 1.0.4-1 - Package Spec generated ?yeX7)0JH0tKHHC 3CI"))ttIHH H*]z9u=e^{ߊkq+)lwC8dwN_@@HpEu1p-P Tfn:i:)>Lk&۪GޱG)xv/mA5d5hY,#wHs&W QGAl+ޏ$116 Rr8#"lxߩw6Ulh.q4y"(]5CC/EhsVZWޚrN`Dtdz%F9=J\활 = 84>Zx;rJizr<X]w̙Jx"Mg(Aǂ]U[L_JQ'MVF4HBTYPZУTyɉ䶡pt`3&^cI7d@b1|<-rS*:KU>'Ǵ>,<}ǐ)}Mk &Qh)M]lw' ;ݣcve[3uolWi,U"3( $L62atHpIjhY V0=@: k Z&Lm$f=J=\o 8=5%%u?ʛbC01Bso&L[J^(O03'u4F"yvLL"=.Y0L[J5&ɝߓs {ש򪨿"01-6M,ztP轐lZM]&`ce@& ǚMnoQLTs6_kb"qmĿ٧e3nI%UQb쪮1c6Z^TP?7a{앻w>w{[ H~,ZB/etFxWԔq/Qo\,$Jba*.RӲL~Ze:Yb^Q1>-[,Mgp$hۀH͟l=9osoT#;DOWB5I}n޾򼼯#HTX¢5a.QNf7$R'ٞ[:Z1Z`aѳLm 5ރ+i2}DQa;+iol'Iy-yNNoP}O:izIW E9#oQ(.Ka iO2ñz5eO S63?zz蝫X\קXZq|]r ߓ#+Ey&sZ9mRɎ\nV.3u\-D 8\cz²(s>"?x4smŷ3--y׮@ᚇΩb(H%B2"Fc8G(X', +.2 $aMk^ɡ)Fwr}D)WI!ϱ_A⛺ Ҹqg/m)`hGש:AEa`m,0 EVm lQulPLB|rqq?rw>vO>g-q7n}?=}A{aƯ &ycCE7դ3V^ׇ ! Y"ϐg!E\JV`@^ָ=dG g1%kRT,)-su;iy#%^IettN/ujji6=;(y QȽO*r#؅° i$c+DZW,ƹʌ*^{:,;w3o`է =*lžM\sLm纴܉Sz.{hm9}:5u-7hN +BsdDhK z(Yjw k mԔ=ݢOVo K6ES pJ7=zx9B/z{ mV&}2mJY{?߻5Oi*z#y3x7oFưA ?\/v[8 YNд]ٛU"aB$hĦL:ÿi ^Ku|\V žrܞc j%ĎE~-<)\~V>eUEM;V,% 4zThQ2۶BM*nXx%:ZPXRs#pP%CNxu6wio2#k(YŌT0:ox6^RV%-jݽys][ <&szĨu#J{O {{+bףo  ~SQiL%i&8<`K(ȅLvL\z@/n(Cam p lpVx c%sbO[wq)5?ۚ5vZ.y̷JK$=Pa]G{Cܶb4+`X?25iK.;R=L-s8-+=-`5%MR%Y%zV)oXKHo*o H.%Wئ!îrR vX-6*OVU/kijnηZ2B9gQe9xcX@ʫW]ṅ⵶J}b%wS'Dj,FCT5R %Q":bͫKc@ٷ5)s͔Ey_;=xP?pxNTzq}#X&<)lhT\G?lX Dq9hDȊGs4tkF>6-_VvCڙ ir. eÜFqvkIrQlZP$ۼEށ,2 :;pNݗm5PpTV~D&x.Vhg06g7dHRmթ]5(7gkՀMs8SW#M_I`[Mt?x~ȴɴ!!X&!ُ_ 2uPqDmCKq(g"V7->O#ABuM 3{kxD|dӬ^feNL{]NSݬ4d%~i Ѐqפ7buͳ my4hJǺ}0{oGK:7W#ST7SqwQ }Caܼ2N^~]K "^1ui\?3ŐLa{j{32 XO6xӳ,oQRr %[=g'G옴gG%0jYj='{Y+S5Z2z= Yr?VpzC8ʯ m$6hDNQΥ4QaQ yoV58ƵV0 e; a=}ݘ.Wg Xє^%/ݼzډ}6+FRT~`◙tR qk9$o(&.I]R˴jek;{'}{4\ym32ѧ2ob8ŕTOm°Eə/6]Wf NZz)7AM|N؀g?˥O9xkFRA4DX r~dyNpj~`83QQ\2N[ۯd+wjDn[zr]}Z~7`%FuNڙEMӭD RO6GT*~O;݆q H]O{9Y~In"ܙn*+ (3CkFBD1'@0ƒcŸexUg_l&xVko-2ci>vhUM3e*, S ':^e~%¡|38Pn?i+Sn5%pЁ&}}Ώs^ vY3 R*YKD0WqZ{J^ ov ( ӊl]x[,[WBu)bMOB O4N$}g̜.gg+ +_,mN(Hfetkqֺ fX/)ѧS,;GSzkr,h%sfR8 ޲9a,קdAp"idS>r׈y4fn 5 LcgN䈋,?zE1e+gTheh3x~w'n]I-Қ7YZ91y0ݻӛ~%Tn23C,JRFd4b,%GZɗL'\jmZHE j1^Yȓ\mLkQO'WRcSj"A̷MZ":eľ>Rڻj\li恶V/w Nn.s+);= /GUw盲ˤFS jL{LՕ5b㲹 ֶZV7dw sAAWJc.ˀɰjl^果!`j/,(>=e^R*5 M|;|)%jFR-{nUq0Lߞ6 ܢ.Sc~Ṧ$,NRm1Ucmc0 EиRX'=a9;-Di3joRfQXV ˊl l>wz|A| W k$U)ZUJ-}E3 _90 =tl8Si1#ehjVm0 M45c>VǗgn2],ts7ӂ@P*½Gq9IugBS,Ad6BNIZ⭃'NX͢~GFwƠS!Ok ?+I֪ .WO3DPp0mpNYzOܵMɑ ޒ}DRG[4X`(r]u#!TuktZcqPK;eo^1ܙFl#ke'n/vWy2sN-i‡imr2@iLMXm$7aOvx&nMxݼa/iR$| .Eٝ4! {RʳhAKJ< MhΆO'oWhWf԰qL5=8{~-c9y˦y.pL}Z8Xrg0I4KX7|sZ)4=g7[kt?prXUhy%_b$N8>赢F7窢5Yv³.M(emׅBpg395f&99 LDt;#cv5uK^nO8*Y^XlpޫJM@i Wօ"Ml\Um3U6x4]-s;22= ^Zˇx Q<ωWXlV/P,G%Zk!>SLn2 L߻'Z$_"CUەTqSH;Xos>Ln{՜DcNu~h+b9Y~O+{?(*n4tǪ W&.XXXB~O@=OXCh8Rϟ8]v W q AAa 4j RDD@((&EtZ0B@( ( "C  \]}p?!`큄N pE `H;AEZNh4%%(E;y nnp_2{ !) f{" $ Oy1RD09aAP3P;${O 4{B1r{B)aCa@/@7@ qDٕoB9@(4wA]ka  @PP߅^耱vA 020oݼ@C8 pt21 ? ?cƈ0͟> `I#<6ߏ+.P~öxB\&owE5ƸKp"Ȇ'G\8g{OPo3"-z㏳A(0 A8@hE.8a/*0FGg1Ɛ0~@~7 11 ?Gc c=:-1kyDa@0E1gqɣ]_q' _