python-editor-1.0.4-3.oe2303>  <@PT@7!.ܶujG7od!7openeuler@compass-ci.com G7o xZS)/N?p$.T𦑄<ŊJ4$Yڒ3V yE`ko~uLlWorv8r|=PG.> ͬ|^V.8;a E:^kaR$^ԙ*šԢC-HNS5)FUqeּa7"du*cf/"l=Z#7"/}R 31g_S &<nzx:ŋJ4[Dq!p)o&-瞧~8t'NG2{awtoVM;]U:s'4 P_m0d98c0ea1c731e1923a3ac8ff44a81f262efcf9a800f4608400fe2ed880a5db87db201370c9cb23f5633b263b74711a130b6c2758lpV(%ܺ'>6c?Sd  T $,4 8 < D   q(89: AoFvGHIRXY\]^def X\Cpython-editor1.0.43.oe2303Programmatically 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.d!zdc-64g.compass-ci&Apache-2.0Unspecified1.0.4.tar.gzhttps://github.com/fmoo/python-editorlinuxnoarchT d!&d!&61a4758919668b8ffe5eb389a86a4c2e8c2f789c02b9c6aee0ddf3c4ebfe3fd38bfcc3f972f8179732b4a4e556fba29a3400eb2a0454fa61c571d549c4cf7946 rootrootrootrootpython3-editorpython-editor-help  python3-develpython3-setuptoolsrpmlib(CompressedFileNames)rpmlib(FileDigests)3.0.4-14.6.0-14.18.0b`4@_H@liukuo - 1.0.4-3huangtianhua Python_Bot - License compliance rectification- Rename the package to python3-editor- Package Spec generatednoarchdc-64g.compass-ci 16798920901.0.4-3.oe23031.0.4-3.oe23031.0.4.tar.gzpython-editor.speccpiogzip9utf-8ad3f13eb86ad3715e78731f597d16db346789f7d13a7a08b5e4d556300e1b9b9321d33219adab1908d278f6452d95d378ea1f4b8f2cddcf5dbbc083a46983b37 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.oe2303.x86_64 install -d -m755 /home/lkp/rpmbuild/BUILDROOT/python-editor-1.0.4-3.oe2303.x86_64//usr/share/doc/python-editor if [ -d doc ]; then cp -arf doc /home/lkp/rpmbuild/BUILDROOT/python-editor-1.0.4-3.oe2303.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.oe2303.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.oe2303.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.oe2303.x86_64//usr/share/doc/python-editor; fi pushd /home/lkp/rpmbuild/BUILDROOT/python-editor-1.0.4-3.oe2303.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.oe2303.x86_64/filelist.lst . mv /home/lkp/rpmbuild/BUILDROOT/python-editor-1.0.4-3.oe2303.x86_64/doclist.lst . %files -n python3-editor -f filelist.lst %dir /usr/lib/python3.10/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 - Rename the package to python3-editor * Thu Dec 17 2020 Python_Bot - Package Spec generated ?yeX7)0JH0tKHHC 3CI"))ttIHH H*]z9u=e^{ߊkq+)lwC aaN_@@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@vso3 Cp ?q8@@cA ( t@h(A0 QP8L`qP6Q#E;"A  B   @$hA9"v 0hJJPvpe@!BR@DAH")_(b`s6#4g ]vH@h  b.<p0S? D^>o(Ɖ+V75(r"Qh+;yBpzP+DDA|@(e'( p4c`d`ߴy/+p tep ہcA0sZZA~ Aa?}. GylW]HmM4k"q{qE Op8.! 7+gDZ6~gsg}Qra2p<\#q~Gp_T`b!Aa(4&?-~nbb@ ~$5#J{(uZ3b@+€`! _Jc⨿GO3ԿAx; )h9@aP>LHdpp0ȮLpEG{\;(oPϩ=&AQ9*N'"BN{B# G<6 (O@~ȁI) /.ٳrȿ~)-)  KEDD0 Q`xчZ( ABA0FC0WEۂ6TuPDZQ0c&@?DDD@PW8Qoa‹R[F;W %Uވ6Jp4P揹] \{~bU#fiFW7FZ,,,V'