o bc@sdZddlmZddlmZz$ddlmZddlmZddl m Z ddl m Z Gdd d eZ d Z Wn ey=d Z YnwGd d d eZdS)zCdistutils.command.check Implements the Distutils 'check' command. )Command)DistutilsSetupError)Reporter)Parser)frontend)nodesc@s"eZdZ  d ddZddZdS) SilentReporterNrasciireplacec Cs"g|_t||||||||dSN)messagesr__init__)selfsource report_level halt_levelstreamdebugencoding error_handlerr./usr/lib/python3.10/distutils/command/check.pyr szSilentReporter.__init__cOs8|j||||ftj|g|R||j|d|S)N)leveltype)r appendrsystem_messagelevels)rrmessagechildrenkwargsrrrrszSilentReporter.system_message)Nrr r )__name__ __module__ __qualname__r rrrrrrs  rTFc@s\eZdZdZdZgdZgdZddZddZd d Z d d Z d dZ ddZ ddZ dS)checkz6This command checks the meta-data of the package. z"perform some checks on the package))metadatamzVerify meta-data)restructuredtextrzEChecks if long string meta-data syntax are reStructuredText-compliant)strictsz(Will exit with an error if a check fails)r$r&r(cCsd|_d|_d|_d|_dS)z Sets default values for options.rN)r&r$r( _warningsrrrrinitialize_options0s zcheck.initialize_optionscCsdSr rr,rrrfinalize_options7szcheck.finalize_optionscCs|jd7_t||S)z*Counts the number of warnings that occurs.r*)r+rwarn)rmsgrrrr/:s z check.warncCsP|jr||jrtr|n|jrtd|jr$|jdkr&tddSdS)zRuns the command.zThe docutils package is needed.rzPlease correct your package.N)r$check_metadatar& HAS_DOCUTILScheck_restructuredtextr(rr+r,rrrrun?s z check.runcCs|jj}g}dD]}t||rt||s||q|r&|dd||jr5|js3|ddSdS|j rD|j sB|ddSdS|ddS)a Ensures that all required elements of meta-data are supplied. Required fields: name, version, URL Recommended fields: (author and author_email) or (maintainer and maintainer_email) Warns if any are missing. )nameversionurlzmissing required meta-data: %sz, zNmissing meta-data: if 'author' supplied, 'author_email' should be supplied toozVmissing meta-data: if 'maintainer' supplied, 'maintainer_email' should be supplied toozkmissing meta-data: either (author and author_email) or (maintainer and maintainer_email) should be suppliedN) distributionr$hasattrgetattrrr/joinauthor author_email maintainermaintainer_email)rr$missingattrrrrr1Os"  zcheck.check_metadatacCsX|j}||D]}|dd}|dur|d}nd|d|f}||q dS)z4Checks if the long string fields are reST-compliant.lineNr*z %s (line %s))r8get_long_description_check_rst_datagetr/)rdatawarningrCrrrr3ps   zcheck.check_restructuredtextc Cs|jjpd}t}tjtfd}d|_d|_d|_t ||j |j |j |j |j|jd}tj|||d}||dz |||W|jStyd}z|jdd|d ifWYd}~|jSd}~ww) z8Returns warnings when the provided data doesn't compile.zsetup.py) componentsN)rrrr)rrBz!Could not finish the parsing: %s.)r8 script_namerr OptionParserget_default_values tab_widthpep_referencesrfc_referencesrrrwarning_streamrerror_encodingerror_encoding_error_handlerrdocument note_sourceparseAttributeErrorr r)rrG source_pathparsersettingsreporterrUerrrrE{s4  zcheck._check_rst_dataN)r r!r"__doc__ description user_optionsboolean_optionsr-r.r/r4r1r3rErrrrr##s! r#N)r^distutils.corerdistutils.errorsrdocutils.utilsrdocutils.parsers.rstrdocutilsrrrr2 Exceptionr#rrrrs