Ë
    êè<g  ã                   óD   — d dl mZ d dlmZ d dlmZ d„ Z G d„ de«      Zy)é    )ÚCommand)Úbuild)ÚDistributionc           	      ó~   — t        t        ddgg ddgi¬«      «      }t        |j                  d«      t        «      sJ ‚y)z_
    Check that the setuptools Distribution uses the
    setuptools specific build object.
    zsetup.pyr   Ú zpath/*)Úscript_nameÚscript_argsÚpackagesÚpackage_dataN)r   ÚdictÚ
isinstanceÚget_command_objr   )Ú
tmpdir_cwdÚdists     úO/var/www/html/myenv/lib/python3.12/site-packages/setuptools/tests/test_build.pyÚ,test_distribution_gives_setuptools_build_objr      sH   € ô ÜØ"Ø ˜	ØØ˜x˜jÐ)ô		
ó€Dô d×*Ñ*¨7Ó3´UÔ;Ð;Ñ;ó    c                   ó"   — e Zd ZdZd„ Zd„ Zd„ Zy)Ú
Subcommandz!Dummy command to be used in testsc                  ó   — y ©N© ©Úselfs    r   Úinitialize_optionszSubcommand.initialize_options   ó   € Ør   c                  ó   — y r   r   r   s    r   Úfinalize_optionszSubcommand.finalize_options   r   r   c                 ó   — t        d«      ‚)Nz!just to check if the command runs)ÚNotImplementedErrorr   s    r   ÚrunzSubcommand.run    s   € Ü!Ð"EÓFÐFr   N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   r   r!   r   r   r   r   r      s   „ Ù+òòóGr   r   N)Ú
setuptoolsr   Úsetuptools.command.buildr   Úsetuptools.distr   r   r   r   r   r   ú<module>r)      s!   ðÝ Ý *Ý (ò<ô"
Gõ 
Gr   