python-editor-1.0.4-3.oe2403>  <@PT@7!.ܶujG7of=openeuler@compass-ci.com G7om  /]'7]d y&V#23M,u?LfE&zeicF8^čj=ñ6m9 ?3dlF϶-oj$_X'^ \눿oQKc89Q7x5d8~TS"@Jↁ$5vnaz6`s ³ y6o d¤$R\Vr 7cUS)ֈ igMzUI9 kp3D;*NF̱wN&^Y,w7>GW]p3`5QRP.]B@7.O,[b(B?BgU9995eda569ee164938c26c9bf6b87ae46331aa0f1d6dbc0ac109f3b42e414c4039d2c7cac8b741f02c592bf4a467fc808b04dd0b68 xԤZs<:x'>7?d  T  39@H L P X  $4(89:4AFGHIRXY\]^$d%e*f/48>Cpython-editor1.0.43.oe2403Programmatically 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 āf=f=61a4758919668b8ffe5eb389a86a4c2e8c2f789c02b9c6aee0ddf3c4ebfe3fd36ed7d2407009859141098bfef85129e3f3f59ea9da2ab7a3b75b8c73058afe87 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 17153091521.0.4-3.oe24031.0.4-3.oe24031.0.4.tar.gzpython-editor.speccpiogzip9utf-851797280b41f9df9cf5e3274b6e235656307a0ac034bd8a3816a26635bbd1e8748a33561465bfe38abad6340ff143500a9858c5d7fb372a850caa445461d7830 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.oe2403.x86_64 install -d -m755 /home/lkp/rpmbuild/BUILDROOT/python-editor-1.0.4-3.oe2403.x86_64//usr/share/doc/python-editor if [ -d doc ]; then cp -arf doc /home/lkp/rpmbuild/BUILDROOT/python-editor-1.0.4-3.oe2403.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.oe2403.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.oe2403.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.oe2403.x86_64//usr/share/doc/python-editor; fi pushd /home/lkp/rpmbuild/BUILDROOT/python-editor-1.0.4-3.oe2403.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.oe2403.x86_64/filelist.lst . mv /home/lkp/rpmbuild/BUILDROOT/python-editor-1.0.4-3.oe2403.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$Hba'q $pC B 8b"ĺk(S*3Rv7Q o5b mՊ#BޣH<;Dow A|,UOב;LE9+稣yAJV6BGAXIy){G]6h;_64}8cHyCܔv쇵aDv(4Ք&ڮ;v1-:uE«4^*U&YV:$xQwsE $5,+g TN5r-&6dcf%cݞ nc`MDA[!u!OŹ7J-%/pviӓ:h^c;&&mE,M-oc ךPɉ9Qs=KTyU_`옖|&UL=:(^H6E&p.UMD mcpVЦ\U&O51Y\{8u6rwӲ ʪa( 1vUF+JؚqwQYOqtԥK;<lH1"kvߘ1-Y/IS*(QŰ|fŻzr»i[x$?-!􋌗P#{y| j8^Hٗ(EP7.lQ%0aiY]@GK2,J1(nbxnǦD8 m@OA[Iy^T'+qu!>7o_y^V*OJaњFm(KchSp)dlO-w°Y&wKS6؊\ j}A ÕaqiѾ 0CwVŕô76qxAZWޓ$F켖Jk'_7('_J 4$ޫq ]Crku([CHVv[|Q4'dX'kcts}=N,S,l-F8xIbҕDH9Μ6dh.}Rg7+c"eOF{~1wCaY E\|ȿVkzpCT1 QOP{A!cZ1 |LY}rQW\5/;RmR"+ 53awQF  *|j..byԗ#IFږCX ./yٟ,'KM0TkP$ ί M]Ki8Ɨ[n~0T~ F`nzf"]+۶xv(q6USC&!>r 'yj`H i>蠽awiȆz<رjRD+X/CtJdg"\ F.Uq%+0 /GkD2󣄳}r 5OHkr)*Fޖ:QQ4vs</NXɤ]1A*8Jsw6eׄH^c#!]M67} sIʵw 'F x{3wj֮'7)F+>K㙐vn/C[Y{@~]1K,HKp>&Ti8x#sSGc*dIy>>vs6U$u!'tq6F|(b}O} ;/R_}2:)[XlG|0sL9u* [ܖ ,Z2ka:'޺O5ܴbE g䁼(^'gbzxBaXa4X1yE "+l\e[j`f/Iaj;7SԅBP6g aϦB΃9s]|]RA{EdC@>Kv|:TJ4e'G{J92"Z%Fd=t^,;56[jʞnQF 'b7%֢|pj8Û=|چsy{+>6|Tf%׬]vߧKD=rӼuE<7Kc#ec E˅E-uU,'hڮ͍*RMs4bSo&ߴy%z:>.YaW9nT1l`[b"WĖGfSczq?+2XC[Ң+EIxUe=*Gu mu& k Zm,_-(,@ԌqVRf(䒇E !VY'J:`75UbRY7Y<xZ|p)ވVώED,M6P*6,\C8XUhfCR"dEݣ9dW#Ph/v\+V;!̅4RsaN|H^#ȁ8$Bt}(q-(@m^L"|hMkn?K_͍U6ؚJ{(8}u+?K"X<+i4J3{HMti2$ضԊg̮TݳAjNӦIm+}q&K$O^|&zx M}x?dZdZ͐H,~/@x: wf8rV䶡z8tMq3E?C__~Ꭷ n:KR&˙ֽJxaKJ'1דkIROPW:|s؆`%U 7%qިvNE2iM/3ڲZ'i)nVHptxߴhkL1:Y L{f4c>ؽ7K%Q_8(YVվru0n^y'/@ĮdO4NďbHTqڰujŽAp`B'E <@|YYշ]iqL)9p뭞3“2~b'蒝W^ܚD2'**_;ss*.߉'-f%bSI+1R#<5"si& b[vL ޳\,)ׂ -}`=UV,_GZr8n=xJ!seW6V{Y͇?4"(iRo(YjM ObE߷Q tkT+Uݝ~rV0LnL+3V}hJ n^~_hD>#)k?H0L:T)UTt7a ¤.eZYݽϓ þ=.D<۶S7gJ'6aآp+~'-=Ћ ٦^{>?l3VxؿR§LO<5| ["m9? '8?0C^Ѩ(.WD}a;5 e"-=}>i~p#:jU'L^袦t {'ނueSUS#yznC8 `i HYqCDSuxj>KJ ~ ̦d*{zg#U XU풕mʽcS-GZ aquY戚qrU+ !ClE˪,?±;dZ[él}we#MDht[F'Qs͇~gޔ澠$#1btșq3wWenʙ n;aGpz+l\Ԩ53[܊ -'ZQץW.uCt$zMYjjbbDWFŁ yw밒vJ}֩^ 3t 2h"v7ݥU:`jrrYs 4w 7FEPW$=\XW="l5O_JlyqxBgό7qK'YH!1NGK17f8 ֐xNa!'\Dzk(4G3hOO3 ln.ۧ~,^dLJfpٕMe}ܙB5#Or"рh F|Frcɱb2U<*/6C_r14; N*Lxۙpfbqk)r/2?PnG(~~@VNs̕)n{@>RǹZzo/VNw),%"Cɸ =ʆ7;PiERR܍Z{6Kgr Vb`+uc!ؔ\OΦ'HnL'3fNӕ/g6ROOxnl$i2~5tkQ3iө #)S=5u9A3)kdthoٜ0S] 8ba4YRqX9kDҔ5#m)ݖJ8G&oOKQnQǩR?\SR]')ݪny"h\) Փٞ۰ӝ" شj 57xP[B|_(,+ ȅeE{6;v=N ]Ά_Y\F* t-*kϾ"I[X:N6N֋2R5S6{1mIH@{ މ̳H^7.aejihxr(o^裸j3) SQ2!v`Kmr pxAM'fQ?D#;cЩ'$zFk㫧dO e (8U68 ,'Q&Yo>"-FLk}{0uTu:T۵Te:1@q]({wۥ՝27E/YH#f7 ΗG;Jƫ<}j~9Fl刴dC4 ~m|dz,60';<&n0݀4n)jk"N S=)fYJ%%x U&cg'7 +[+3jCYF=Աڜe<tg|y]>-]DZ\Lp3$%oȿ >q9bWה-5EB89x4޼ /1lM ajZr sUњ,;Y[Q&B!yYn 3}o&"hi1:%[W'\,/,68Uau&F+giBab|&fh*v sm<9ԝqa@O˞TYW/Cr G(FD+p6\kJuLkߩ{&Maz-N/Jo)r7 &RTjN1:?Ssߜ,D=}pxU7}&CqFs{E~' x6aR]'ZZWpw2\uOq ӛTs:cU~@maAE],o,,?'yB ', v!P4)B@yp;+@ظ`P m ݠ0bcu t@n)"L H"x-@\! M`BH!HfA>@8`|@0@Bh' AyZP0v "Bc-~'4t<p7A78\v=`3=Arzt'@<m)" ఇH(EA@W='@= q=\!@0w0Gf qʷՍt ?H .εdB`P$ $d ;Q4z~Y rA(~(B/ tXd7n^ !G{8:]c{vp\֟axcDPO0Ƥ Ghgkqb(RDaCߠDPT~@~q:Y99,a@99 +<\Qh%-~Q1 s{P{`& bS޿Ј)37Ͽ  9;+<.r`R Ecy~8b6'9bJ#h j|’@!Lpe~*Bap&^a~ iwP |~PUrѶ`0U]b=:y`Ԣ1̘ P+QG7UtCFi /o Nj\6 8W&y7(@? 6s"II!y:bؐ>la@Q]KـUє'