python-editor-1.0.4-3.oe2309>  <@PT@7!.ܶujG7oe uMopeneuler@compass-ci.com G7o !Oti5U/16<@O}CFFc^70WNLYķ W[vr{UtsG+]e.l9%rD'M&Go ^i{f )&{kM) )I|:]o aOk %n p{t#hb=8 <dgj&&^%LwɊ4(>s;Oٺ7˂l'<LH67408330f8e99c82009b4b6652e85dfe15ff5314fa70d6be2aa2da59d3cb063b57d0d3d02e01b8423b457c25d174ac7a660351098p ?כkY'>7y?id  T  39@H L P X  $4(89: AFGHIRXY\]^def $*lpCpython-editor1.0.43.oe2309Programmatically 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.e tdc-64g.compass-ci&Apache-2.0http://openeuler.orgUnspecified1.0.4.tar.gzhttps://github.com/fmoo/python-editorlinuxnoarchT e te t61a4758919668b8ffe5eb389a86a4c2e8c2f789c02b9c6aee0ddf3c4ebfe3fd38bfcc3f972f8179732b4a4e556fba29a3400eb2a0454fa61c571d549c4cf7946 rootrootrootrootpython3-editorpython-editor-help  python3-develpython3-setuptoolsrpmlib(CompressedFileNames)rpmlib(FileDigests)3.0.4-14.6.0-14.18.1b`4@_H@liukuo - 1.0.4-3huangtianhua Python_Bot - License compliance rectification- Rename the package to python3-editor- Package Spec generatednoarchdc-64g.compass-ci 16953151571.0.4-3.oe23091.0.4-3.oe23091.0.4.tar.gzpython-editor.speccpiogzip9utf-8f7fb8f3e79e898d51063f178e9ec109b16736613694f4ecd7aa3e13a026a5d0320c4c23980c0b1c7b4130bd997643e7631715e34c37ec74a7d0458586acb727e 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.oe2309.x86_64 install -d -m755 /home/lkp/rpmbuild/BUILDROOT/python-editor-1.0.4-3.oe2309.x86_64//usr/share/doc/python-editor if [ -d doc ]; then cp -arf doc /home/lkp/rpmbuild/BUILDROOT/python-editor-1.0.4-3.oe2309.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.oe2309.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.oe2309.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.oe2309.x86_64//usr/share/doc/python-editor; fi pushd /home/lkp/rpmbuild/BUILDROOT/python-editor-1.0.4-3.oe2309.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.oe2309.x86_64/filelist.lst . mv /home/lkp/rpmbuild/BUILDROOT/python-editor-1.0.4-3.oe2309.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 - Rename the package to python3-editor * Thu Dec 17 2020 Python_Bot - Package Spec generated ?yeX7)0JH0tK7Jw#=  13 %]" H !Ғ%!" ;ws9|z{~+BBBB?ů bB`RR {w!hRs4!ݰZG1H$ :R;Y#̡x?whX7`^v.D`7ֹSIbT氬{<`"-Y\ƒ6N)H="挌}pFsL㲑s dg68 C,=V^m[}cIvnR&= ٝ$>Ub:iwj.4`RSүf'g++ яϞI(L$1tt}(%m09+T#r,ulmBT,B%ݗj)|c ;*E j|e5tKI p:>-"n' G_ճUa?[Rh5Eu<168tF%SvZ<6~H6HҔ DֵE3l/rg37~RvsokF&ɏ%+㥜n@"d@2RH9r  jDY,\uDmFNRl'7rK" )cZ<ֶSv '?F| 6B8h(>ONS5M}%>AW֕ge4/lk9NrtIBL'>>@ +:fq'2(hdߋcԬ124Z1LO$ 8 `UZ=L/|mW}IR+T;Coyy֫K콼'oX б-4No Yp-4| `OuYK'!>!pv/լA7<d*&{ F顷Drbqu]fak=0ssK3jyGPB'Bz-huٷI%;蓻zXi4lqxq5;) 83Nky ӬUU p>kJو"ź[Ș\Kcb.쿔`? %eͣ\cW|SLFGAk8aNE"$˰hIFޡ[ݓv*C" NU*WxFwW KOTm49?Ccz%H3Z?Ҭ(Qj4gRLȮzƆKi K.#u0"a/"N(JҗP]nʋA>H}+ w0NϕxP#_H񾨚Yh5t&ʣ6J5䨶b?oɬsf[U !Xfש(Z3DxlEꭇ4]:z1(eͶ3; ,)y=PȽW*؅±×i$;bS*EڎV&M+{SԺ,;.in`5j=,lßN^]sLo[乶ގSzgx}%c:5MM©hN w* rdDh+ͨIz(4YZO*k" mݒ:OV_KeɅJJ׽x%BtTU%4 kJUw/ ߧ 5m_y*f3e+x7 GDZAJV?.oX: [MҴ_ٛS&aF&jƥK%Kپ=oiwd)~D~q^4D-c_{l#O)a e?#dwN#DiYہ,&AI"{">`̦jǮzP+EěmV_"Ukǹ< ܪ(2|cn+n^%n|rM0m(ZJ֐15驌._YzY~t-ф2^~늅{ jnSy}zbTlTǨ2$ij^ JΪphGBC5nTPI .,? /\Ò! r%-o<+x P8䘬gCZ];pYD 7[isk/y|1#a}ʭn?[e#Nb(ƾ3b!~[)W0şm@ 2M:p#qԜd-#+\qg.vM>/#!" V V m{_C:&6W`^Ā??//eKuB -bCW"qTT/JK⮿V9bӪYacNN8x_IWZe(!Z~Zg!i_t?* 똛g) "IF+s llV?4tm~A mXc*7,ùyeCVSD<}b:28yRI>1ǒLc02LXo2x˫IørJm eW[\fd} Sѥ;/*Y+wdjdL&WWrn#h#TZQ@WHK2͂;^8|c"=ZlED Ӗm:c }˷~'G 0j9j}g cVn !jQ 3?{Ur|}ݧ*/!$]B[hFNSΧI*[i KfI߿Y: toR/Sݙz^8BNЙnB+SODVJK}iE? )jK0N9T+UVv7c /gY[ݹǓþ5L<5*ɷ*or8͕@mʰEř 6]Wv NzF)77AmB@W6I8H@EFŏ!Y^x&4vDX dpN~`8S1Q\2N;/Y#dkEnXyq_cZ~`%]F .%-ӭ˕Dw N|˿NW;M_~]vm-5'9d0zv5O'Y4 :FK(}7x++>mx3)^m!T'`5ݓ7vwO)jZ*,]cٚ'jݺ^1Uӡ, -)n1{{}ͩgN4ai3oLnGmŽ|]JxBފt``Ǩawg&e:(n_=S8:\mv:Q,ge[{RVSwX^ה6\0oa,t=ɇj8>gl>VR\M545ydkk]KI-).c'q[mK;(I:ڦe2 6n)R^7)^tߕ!C&$,IϒUYnk-)n6.m$ ŠшExeuBg[d&2{}MݺOCȏns:Y LlٴT mV?s="ZUwF$%2#fnڂ߃G+bf(N`v3h3mi!zKpMT l nLV/U F CvӇ7UJVpU{&|_}][؜YEpMI4ugެ3 ;B;\){eTI>>z)~1WZ 2s@˗;a]O县Xa@8ߡTd:>#2**CAP)GF{'J{; vn%XȷJCBϮW,Տ.-fSv>9 iI#Ϙ9 9]WOW?XٞB˼yrQ-2+9K0 D-qh㏧Yv7X-pUKxovl_EtMsW{*\*w/G[LC^-qP/Ծ,j3o='.ɷTs͔SY'kIQГuE6X{xg]V{LN_RqPT,\IUC}S2dKqh' }t{UR:zdMOֲbB."nGgĠ`w>:Je^2|U beG1 O*Ǫ}ĮΘeUǖndge[b7csZ3ߕv_@,} [! 4fv~TXlޓaj*osж! RJU׬dEAUkԜa&SG fq%a.rLuY8]:PMQ Ҏr}Żldt֌q/^85pe+=ue! o+Z[&UrONP}YMy!maF/(Wkg8{y֠7$t2}4LVa)tJf64Vf Y`M큩UءTɭ*YëճuZCIoah'i D|̔ R)Vw:=J R D=_hMѬ;f 6 v)J& Lld=rjG=48-{_W _@o^Sx0vz_Xh o"AΐS1h&; csW|U?CzČٗkЍէju˵\f3|8Nׅn{CF<3csB󑮂4b_j)p^|~l#oᱠ{jnZLO>nے{&ɈNeiiA8?8r y3ys[{ǙF'TtQ/ 4v҅H2)pJ3̡Us( X/+ ; ,P*/i3ʬen$zhyZrz[Kʖm|P˫ӝER˙by qZI oY扵_^S&h~nZx&~*Ԉ҉*,Ad_Up.t;hT φ*Bt7XC ޟDPxԚn3 956/غ?\!fynyj;-=:R1G[  0Sn?{UTOQ[xLެ# zr>A:$FY{H($W0j$ 7^qWZ|cu‡#_ E M5a,4{ַd p|~ SP~]M!Xk߈a__jSM2g&vy旛d軗X'b$wv"hvx?+#3M sd^鸾X;\V11Nx}x!UwzSΧ*) a2:r僅%<=Odo> 6C0~ G s#о Bۢ!Hw( {BB];D/0Sä.^ 7ayDHY`/ ' B= DBPnh6 )!@`gPFhgO{0]]FpO$"$ ČOD;C ~^? P>f[?g8 (0@cBQ@ jx "p/(F_\pO73Ec0LA`( 荱E!( - c=CO(G(ᮨ s-~? C`h ٻA@_yf}gL1i ra&Q%B<<4o/ۿ@n&7p ` rGA~FeCqq?71p%&#! ȥ?7}! E,Bc/.!&GL]E:at"PG9#f 9( B:^ \,;yԿ +N?A+'/Lc{7h#*|@VAgAG++P^9t7'{I{T ǵcម: Ŀq!!./4b_J ~p9gÀ''{Ύ w EAј=A1+ǹ؟ ;`NA: _$PDHDS9=]=@ٟnP%}(b_z`4s\-hcLUWEDϡΞh 3fJDDTu#1!(ſ`4sΞ[0PX\h Ge+̵ _Q:a6fl~{smlbr+?w[Y'