python-mypy-extensions-1.0.0-1.oe2403>  <@PT@7!.ܶujG7of=kopeneuler@compass-ci.com G7o# (o r=F`cO#O 5f&\ڒeƂm59JO],$8u\C5aAUzO$Q =&%ȃ WSH›7?d ( |  $( =If    : <DNX`'(<8D9P:A1F8GXH`IhRlXpYx\]^def48yCpython-mypy-extensions1.0.01.oe2403Experimental type system extensions for programs checked with the mypy typechecker.The "mypy_extensions" module defines experimental extensions to the standard "typing" module that are supported by the mypy typechecker.f=dc-64g.compass-ci"MIThttp://openeuler.orgUnspecifiedmypy_extensions-1.0.0.tar.gzhttps://github.com/python/mypy_extensionslinuxnoarch 񁴁f=f=c1f1fc0cc5f5be7d3a70b6dd4b85f9e2b02d788d66f3a168652a65df6571df0748780296f57ca19c1d43fb8f0050af233cf5ba6e905f605a1b2c769498557bbf rootrootrootrootpython3-mypy-extensionspython-mypy-extensions-help  python3-develpython3-pbrpython3-pippython3-setuptoolspython3-wheelrpmlib(CompressedFileNames)rpmlib(FileDigests)3.0.4-14.6.0-14.18.2dkY@a`lvfei - 1.0.0-1chenyanpanHW - 0.4.3-2OpenStack_SIG - 0.4.3-1- DESC: upgrade to 1.0.0- DESC: delete -S git from %setup -q- Package Spec generatenoarchdc-64g.compass-ci 17153092821.0.0-1.oe24031.0.0-1.oe2403mypy_extensions-1.0.0.tar.gzpython-mypy-extensions.speccpiogzip9utf-8e5da564e7caecbfff22247e4950c8d6d94277dba14e38af54ea92cd6c09dd3b06de8ef73db711f7a54bc567854d3c7cea3881406dee6e3c4a129b4d8b7e999d3 Name: python-mypy-extensions Version: 1.0.0 Release: 1 Summary: Experimental type system extensions for programs checked with the mypy typechecker. License: MIT URL: https://github.com/python/mypy_extensions Source0: https://codeload.github.com/python/mypy_extensions/tar.gz/refs/tags/1.0.0/mypy_extensions-1.0.0.tar.gz BuildArch: noarch %description The "mypy_extensions" module defines experimental extensions to the standard "typing" module that are supported by the mypy typechecker. %package -n python3-mypy-extensions Summary: Experimental type system extensions for programs checked with the mypy typechecker. Provides: python-mypy-extensions BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pbr BuildRequires: python3-pip BuildRequires: python3-wheel %description -n python3-mypy-extensions The "mypy_extensions" module defines experimental extensions to the standard "typing" module that are supported by the mypy typechecker. %package help Summary: Experimental type system extensions for programs checked with the mypy typechecker. Provides: python3-mypy-extensions-doc %description help The "mypy_extensions" module defines experimental extensions to the standard "typing" module that are supported by the mypy typechecker. %prep cd '/home/lkp/rpmbuild/BUILD' rm -rf 'mypy_extensions-1.0.0' /usr/lib/rpm/rpmuncompress -x '/home/lkp/rpmbuild/SOURCES/mypy_extensions-1.0.0.tar.gz' STATUS=$? if [ $STATUS -ne 0 ]; then exit $STATUS fi cd 'mypy_extensions-1.0.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-mypy-extensions-1.0.0-1.oe2403.x86_64 install -d -m755 /home/lkp/rpmbuild/BUILDROOT/python-mypy-extensions-1.0.0-1.oe2403.x86_64//usr/share/doc/python-mypy-extensions if [ -d doc ]; then cp -arf doc /home/lkp/rpmbuild/BUILDROOT/python-mypy-extensions-1.0.0-1.oe2403.x86_64//usr/share/doc/python-mypy-extensions; fi if [ -d docs ]; then cp -arf docs /home/lkp/rpmbuild/BUILDROOT/python-mypy-extensions-1.0.0-1.oe2403.x86_64//usr/share/doc/python-mypy-extensions; fi if [ -d example ]; then cp -arf example /home/lkp/rpmbuild/BUILDROOT/python-mypy-extensions-1.0.0-1.oe2403.x86_64//usr/share/doc/python-mypy-extensions; fi if [ -d examples ]; then cp -arf examples /home/lkp/rpmbuild/BUILDROOT/python-mypy-extensions-1.0.0-1.oe2403.x86_64//usr/share/doc/python-mypy-extensions; fi pushd /home/lkp/rpmbuild/BUILDROOT/python-mypy-extensions-1.0.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-mypy-extensions-1.0.0-1.oe2403.x86_64/filelist.lst . mv /home/lkp/rpmbuild/BUILDROOT/python-mypy-extensions-1.0.0-1.oe2403.x86_64/doclist.lst . %files -n python3-mypy-extensions -f filelist.lst %dir /usr/lib/python3.11/site-packages/* %files help -f doclist.lst /usr/share/doc/* %changelog * Mon May 22 2023 lvfei - 1.0.0-1 - DESC: upgrade to 1.0.0 * Fri Jul 30 2021 chenyanpanHW - 0.4.3-2 - DESC: delete -S git from %setup -q * Tue Jul 20 2021 OpenStack_SIG - 0.4.3-1 - Package Spec generate ?Yg\YJ@z EHM!$"! I MTQQtA@ HA]wm'sgΜy_( oO)Q[ ˗!R o|Q5D!͜{Ҹ?Ɔg$U(З-R>4R3l nZ_*Z8^r|?zXNj|ť[Scȁd%V ۔9ԭ\>{{|@R_3#qm 9hA򉳡ZWhBƪǭ~Ɩw ;m2d$Cb= snWs9UO q.#M4[6zVpSVfx3T=鐽>5̕dXQE%gԯ2I ,RĖb^MFXK遹6z)ū0XnDP| ]%;:k8fU7ig gk h7)P*,ׁZ%F`)mՕ˔$ە`k6YCADV>v$I,W"F Vq:ֽd]ƞZ!nicf>jyYܲ+`1}N]Bns $e7S.i= `A0v 2ph!J'dDraY,&R͓yd 0񣠱{cgʼnAs!phOt D `t1q]7qu~O>ɭ Hqʛ@S4u";q=+=ZC_[SUן{:*Znj|ߒT3Y{nC;%Ju[4lNk_536z*Ȼ5 )xk_Ǯ3c̀%Eݺ{F33ݦY)w~w|IV|?{t-9a%g(j[E*$r _[6;:F5/24F;2y;D{In!,-uhdHSWB&.o,ZAY6gPo??*> d!_}~b/qqyHqhԈwq*xJcxAȺ~&R&dz x$ECo6Cl{MMS8 sӹrs,hg!#ʧu^F`,cȖ8ݹmۗ 3A&V ˾>[lGcG_Md4bDMsTb5QY *wSza¢Zjg"}{dΒ IN(*5 \n<33=ڝ5O_PZ4Stp F*jle\pc*ތI.oy@Mb;CgMbh<xENE >{&Sl }VcV*QQYf& a9sAs˔7 $&s:Q AWlփPVh&\xfQEƸ}$ڨ{h+جHq,cu*KM١6jeXqJ EAq!BqnΥhͽT$h'TC_FD[FɺͷyLm9 d\6V8LnRѫ*oINdt<198r 1|jh}Ёm!}={u6}‹>[m$~D݊ZS*0t9@KN_uaÅO\Vt BUz :AT= 5O<2ܶ7?GgǓz-ˁUMuџ \T9QԴ<^D ~ZRrY{"`2u:Tl [/N]<j"뫊˵rIȥ,:oB0 f|+=,5 ;H=sNggz{~Qrwr⾁>^4T wy;?^5 5(SS .Ƨ% l|sto)ńĠ}-MT!9H;Qy3 ?,pٗ9Q`0$dee!w)Qa-e=R`&y,[®D+-=ǣx"nX<(DJ?HqLK!@^8q}`);~]n]ԱbO=JuF2+Sp)`Sq[m*A UʘSGo(f{l i߯٢{Ԩt-o| )Qci?æar:ςGԐD7i +(csE癋MZ%/|Fƃv<^qGxiOMe)lz]s>ƌ`þ,)fQqNM2m$| O-G i;I%˶X=uùs@PEko=x Gbf^xؼtu @t@׭g>s 5zyͤI;ə(~bA@.En*cMwd anۼŸjecMQf1ʔ3"[SqkDnėnޛ{Q0t\}m.,]ܚV˨'ʉYu3E><^x6\YBI՘H#oi7nğ a5ŧ\!6Oo-O !fOWRAxR'\gSr<IoEu2L;WѡtL킾"-CKfud[A^e]U"\T,wDZEz^\|4$I O<ܼ&7^o)螲@뙹NGנ;d&_y,-o`ƫ<M7#KU< M}<{eE!.{e3klٙ7ՍF#'T;q'k9cSbRG}&k9ǫ޽C+1{M.9vC쳥x7>a#Ǒkkx"GS{&t\4,[M ( K@J \vFULOȀF+52ki62$5N_Al FN_bD54]:4HCs6<TzIrCpʓ\8 O[CЕ} m&o:W/S@˩xK']|I߮/\`y'Y; ܐHKM*h7.ƻil}Μp$}L-k_!ڨRյDSaؚ!@»b qjэY9cz8yfg:UyK/Mke]Vjt&Fޖ̻d ΕzJaNzNݍ4 \N u_\E0$'c;?eF2^D\p,jYEۯlT;>LX:}u~5uud#Nŭ8FSͩD->63qGnGQnJ|NgƢp5j@2#4}Fvph=O"my >fm4x}uIjJ$fz!#XئWVVX SS1uıV ճ5W꺫1ku+j7P56q9Ɓ4h56nHJk=YG;#O:+;{IoZzTA9ٛ(Lnq#ǹp=A4m1 y KVa_8vCk&+-xbº\])j櫛s9CZ|lWg9j(Yd 5sYNlO:zԫ&)hHu<%$x_O @ݿ_6Cy`6ma eGڂk aB5v!@X u@NPqMP8C^ }GEJ-g `<0Xl @hv :@'|NA k8?jkh| Ȉ`\lH''KcC2#!P8"߻:"h#;"D|%4b[sA0$ȍp  qC *},!8c@XpAh,89 vCB"!qzh+ "e\X8CC1]nc% +K*uAaHP_`_8?_?hpQ> 7 ?y Es\oqur&B(QIyOظ-g } @rt MDb}DQ8@`hrܐ=1LZT`YwrB