python-ghp-import2-2.1.0-1.oe2403>  <@PT@7!.ܶujG7of="openeuler@compass-ci.com G7o Skv8һ@;`TPyL}wuheߥt@XǁYbZۊ_"'bc0H* £ ;<lDL̛R ;%"cؤkZqΡY&֘=B/޽)CEEz1;>GX!s3hAr%yN |im-1X ʤ$NTa#\,H`7~?nd $ T    $ ( 0  e(w89:AFGHIRX Y\4]<^ldmerfw| Cpython-ghp-import22.1.01.oe2403Copy your docs directly to the gh-pages branch.As part of gunicorn, Benoit Chesneau and Paul Davis were looking at how to host documentation. There's the obvious method of using GitHub's post-receive hook to trigger doc builds and rsync to a webserver, but we ended up wanting to try out github's hosting to make the whole interface a bit more robust.f=dc-64g.compass-ci3Apache-2.0http://openeuler.orgUnspecifiedghp-import-2.1.0.tar.gzhttps://github.com/c-w/ghp-importlinuxnoarch* f=f=9c535c4c61193c2df8871222567d7fd7e5014d835f97dc7b7439069e2413d3431db026489a13207d8ff2a8d95eabb308e5347c4aea5066718d07b95fe1dd6527 rootrootrootrootpython3-ghp-import2python-ghp-import2-help  python3-develpython3-setuptoolsrpmlib(CompressedFileNames)rpmlib(FileDigests)3.0.4-14.6.0-14.18.2bK@Python_Bot - 2.1.0-1- Package Spec generatednoarchdc-64g.compass-ci 17153078032.1.0-1.oe24032.1.0-1.oe2403ghp-import-2.1.0.tar.gzpython-ghp-import2.speccpiogzip9utf-8556db0e884bda87a40fce99248f41c93b35506ef0b79fe7a31eafa8613b43a26bf73e399e1bf03d7a96370282bb9653592e067802bee3b03a70b0c96329f605b Name: python-ghp-import2 Version: 2.1.0 Release: 1 Summary: Copy your docs directly to the gh-pages branch. License: Apache-2.0 URL: https://github.com/c-w/ghp-import Source0: https://files.pythonhosted.org/packages/d9/29/d40217cbe2f6b1359e00c6c307bb3fc876ba74068cbab3dde77f03ca0dc4/ghp-import-2.1.0.tar.gz BuildArch: noarch Requires: python3-dateutil Requires: python3-twine Requires: python3-markdown Requires: python3-flake8 Requires: python3-wheel %description As part of gunicorn, Benoit Chesneau and Paul Davis were looking at how to host documentation. There's the obvious method of using GitHub's post-receive hook to trigger doc builds and rsync to a webserver, but we ended up wanting to try out github's hosting to make the whole interface a bit more robust. %package -n python3-ghp-import2 Summary: Copy your docs directly to the gh-pages branch. Provides: python-ghp-import2 BuildRequires: python3-devel BuildRequires: python3-setuptools %description -n python3-ghp-import2 %package help Summary: Development documents and examples for ghp-import Provides: python3-ghp-import2-doc %description help %prep cd '/home/lkp/rpmbuild/BUILD' rm -rf 'ghp-import-2.1.0' /usr/lib/rpm/rpmuncompress -x '/home/lkp/rpmbuild/SOURCES/ghp-import-2.1.0.tar.gz' STATUS=$? if [ $STATUS -ne 0 ]; then exit $STATUS fi cd 'ghp-import-2.1.0' /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-ghp-import2-2.1.0-1.oe2403.x86_64 install -d -m755 /home/lkp/rpmbuild/BUILDROOT/python-ghp-import2-2.1.0-1.oe2403.x86_64//usr/share/doc/python-ghp-import2 if [ -d doc ]; then cp -arf doc /home/lkp/rpmbuild/BUILDROOT/python-ghp-import2-2.1.0-1.oe2403.x86_64//usr/share/doc/python-ghp-import2; fi if [ -d docs ]; then cp -arf docs /home/lkp/rpmbuild/BUILDROOT/python-ghp-import2-2.1.0-1.oe2403.x86_64//usr/share/doc/python-ghp-import2; fi if [ -d example ]; then cp -arf example /home/lkp/rpmbuild/BUILDROOT/python-ghp-import2-2.1.0-1.oe2403.x86_64//usr/share/doc/python-ghp-import2; fi if [ -d examples ]; then cp -arf examples /home/lkp/rpmbuild/BUILDROOT/python-ghp-import2-2.1.0-1.oe2403.x86_64//usr/share/doc/python-ghp-import2; fi pushd /home/lkp/rpmbuild/BUILDROOT/python-ghp-import2-2.1.0-1.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-ghp-import2-2.1.0-1.oe2403.x86_64/filelist.lst . mv /home/lkp/rpmbuild/BUILDROOT/python-ghp-import2-2.1.0-1.oe2403.x86_64/doclist.lst . %files -n python3-ghp-import2 -f filelist.lst %dir /usr/lib/python3.11/site-packages/* %files help -f doclist.lst /usr/share/doc/* %changelog * Mon Jul 18 2022 Python_Bot - 2.1.0-1 - Package Spec generated ?zg\K79gI "QDf``403%HDr"QAr9Iݳg=nxUWUW[݋ Y ~& 5ԑfGxP S+mMEW>\۬vì_voqjd$.8j6hZwE5lV{"-ϷMI#< w3ݕbͳS3O%I4t-ғf*֛fϬM]WR JS}k58UL&KNVJK͖yo뫬ԸԸT5ԑT4?(vi $˹.5/|g} Юi׾W-R׉TC1!cqoȋ.uq5XCox"Z7D>wNvV Ѯѝr[:zy˾=gڜՓ=jvp[#nR ywF0l9{_IQ16(bDueWCxaD[zh R> ?8Aɝls.@Mqb,8SNdw|8G@$Uxhn`{5Ynl^kXCȉĒxC[!./D.]qC>d]TP&:L! V,D4VT@3c@154m.=}掱Xщ69 x[o,<,Yd~嚠͉m,Y  Y;(MKΈKm0M+P!?G˲.e %YҜ_}6ԙL/UY.yGL@JXOW\FRHprvB`,s  IK0 `Z.ۗẤK/0NqN/4};LI'<@8|S S?.rakqa~3~!0kc], ԟh6eXX=e{&WC'CɔVS*?2ea+='2t2is͞\%BھvP^/ɼ-bqR,Qv63%)iJ$=?KnD\1523}4t7MCj->U^޲ED^pzPjDNNvx6>YXb(4kw ~XXom9Z8[6i;O'5nﰇQ֗#"Gx<|liKFD߰*Uן~Z1i>g}U /oe{X]~V ɛ/ Ly%d\oq1g #Og -oY*"#HG&C>1cUaXׂOΦ1|W^qx`HQپep _e}uOW#tr4[)Ž&?~^AlOkGd?YѪX׫Ei`AzFV%P LiM9B;yVs̤YMn&2H~ә,Yԣˇ&BVoh; \^_||Khc9ub&6ފlK'i@L#(v++ՠ!Ԝ7u#ykolo _]yviϔm]7ݱKPm?pn#jQ*cMʋY3¡'p?tƱz;s& ) c&s|M[_ic_58Oq;nv6`ٙx  oǡ󶳐Gq6h;}rNl6yP77@vY%|>9aKIR.ny7۶V!,)nMMuMx(q>ϧv@w-`]A7DГuV92.)$GɰTuDz=.Z-kЎi6 T%E6tvk=ydg$GnPWwI,CynJk!A( r ƣҬkx-\ѼpgKLŕrAB5Î7c[IJ$LK(߂,5~g;(͇Ws%DXah_38 .#%#%1?3ǐDWDWveaygbDw!_Uı`E8[۵ -vR^W'JWdB〃Mxm(ּ#~ӎ A^L-GOrٰ Fh/"+*Cva.<=ܜJn y!qezG婛ji[S(VT;ʹ`,*wgbd+a}c V op# 9 ?f/Qg/LAe2',y)^FM>p t%=:97-DB ѾT-l5YrWf4$EڷX;a2-04MwPZ3,  ,v*]ur5ikt!%RϬ;.slF}qGO mEBL\=y~ۖHI+/6=cm;rHIP<+lMZ+r'+V=1sGe UGWyyeGjA1aKow{ 2QU$O>tvѸB8y9?En>y=Z^pߘY~o9zגCFCIiYA>~Yl  ɶmM&Smg}3,l]T_=1mCwU M1-! M0("< PٜP.!,M:&I6-z¡MZV c#o@}U]KVkfn)DA,lm*J踡p#h@Y~Nvdy8+~6Ke2b'd'YwP'`xĭ Ajm}ig/nuNS"wv @|5VE0&2LNvfZy{,m)۰2y2)W [Cq<],߬,^H*Gupv,JY-3 ^:S_nMZӏ:z:*mF))%>e=TNt(]JMP2{F/‘7oC?Jw\c;]~3EBLSd5w?s>_=xDզ@/:)@Ħ86JE[G#7='V8j_rK Fj8Z;[}@"]b4_rhͽlw9t'#\"ȺPg_vKj ĹX/zG3Ή/j̬9}ȷIVS"Wթs홓26wǵ}7CGzORg}v| 59K6Z7}7R*߁<{ruL!)38ST5غ(iavq @t$әtߺ)Gq;dIp Җ%ZsU~uᚵQrmj{qu:Qvf|3}.T gtzvnw }<3q){Sq& <~q40AW-n]gK鲙hِכ﹢cŧw_}ʍ0: QdOA;3}j? N>b:8fJMmhxtxT:u%3pU{\PkҚmK7g@YTAŪ_zChW89{WjGیgy-Z1d)4gwaN*\B#iW?&.y؅sCddHoXӯ\OfZ/КOl5+] &|c6_*vf'2kA.:m{8Y|调 (z=J43.ῖ-KpKp'Mh ڄFőy-W\}& _ _ QUt؊uJ͞+%Ȇt ȕ2 a.i|^ :c+cOF0Zu+*2]x*$eΘƓ GVz9TTg0Q±NJlLvO~Fv/ly5cNUojO2pŬ1͋82:Fϧe̘{ޡς.]b) tl$1;Ч}-s;'sM^99IǍC%-q;1h~,FL ]]6z0 [)'{|yr"U%-ĂI(nu7bQ:[I%̿'|p,|Gr?ScdX 줱qI %dN>7D*H yiĞɲ},Z8@3~ƎMkb7`^]]e9h.fMq9{JTvE2ռwpR~OP6b aSY"r`_TdXN2kຮ[2闻n欥~y:?El.ʽͲ kTV~';/Z(yzRa>Ęxq}"wXE#`;{>/~e'~26Ɯxw8ŭ烢ƇX@[=36ٜQgmX du17HLF &gD[T^<~Qc+jy?'wt2'"4wD_eĽak˰~EwVbvtl|ٷƝEf?o>MJ}qQSg2ѸdW~vpfq;r燶l[}Ό:V[R2)mc\>Oq1瘺/X˔ćڇ9v /(CH٫y@AoYw{|՞K}ǵ۹ދH^$#Ptvp7,wsOCC3`ZvGeIn}ĝ=y.j໙q嬡 ;5Ӧ&- *Zughz۟u7AXIb3HhD/0d}CJ2ζ:qJϤ;[]348jۻ TϹ'*/g2i D1*^vn~yGi܃AzE'5G筁gTaPBPlbL͟T|l:>GB+>TIL@ll#?(+:g?,-m+"4#ff/濏:1R9`3u4{W'OI:tyȡeE w /n#X˝ۇzxR"|^[? %qCl;\C89[}4tvZhb{>RZaxmf=%)[gKc33uiNddx6G$Icw}zJ*E떅Lu=2@VB2[C'b'􄼡U,1h04Vǣ9#v8*<ݥ[2}"/#gjlϯu9F.Ԗ4s}-k;Wz \tQOCgOG6n^I b ]{"EWiCr`30_rAIڏ$r6tTwS!Ԁޏ"1vkT6=bpՊ սeS۰B? Ga0UtH~XsFdwH]D}j# ;"[ﭽ9[*/:KN =me%_`7L*D}FtpQ*9LfLI1+wSg^/drJv]w>=E1ze@}qpi0u/V~*}6p5׋8i(->4D7Uof.%L@MGsgqZ%%f7CO+ٶU_ UXr7*|@ Eql\K# {]\g]c Ց&gz%dN XI~GueO<}7 I7 w0nÏO}+c1F2\trzGό9:kd&CY?Iϻ$ CY`ٽh WJ*شiMOaC_Ej|;.ܠsЍUJFRqnGMkұ?y!L"y Y3do|UРX#; ڑN)Ox2#>1)?xXLVrV 9 K5ߖ= |N᜵k* nk>f$i n χi2q% R>6& n6 us?” N(^|ARS\)gmԎS"5# }vB9"%@k 泀-x]HF_V0;oCHĒ R ||CDB"!Bb`($&/*n,-!bbVB ~K ayLP B8'qR(_P0_ojk wu " W(bGDf AZ `!  X;;,c(3-]5lUxul7yuၽU~M7YGJoʐ57@f<9f(?DzpGuKxKaB{sX߈!nN`Kȩ)033\0+X5