
    ϶vg                     L    d dl mZ d dlmZ d dlmZ d Z G d de          ZdS )    )Command)build)Distributionc           	          t          t          ddgg ddgi                    }t          |                    d          t                    sJ dS )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     X/var/www/pixelcanvas.ch/venv/lib/python3.11/site-packages/setuptools/tests/test_build.py,test_distribution_gives_setuptools_build_objr      sf     " 	xj)		
 	
 	
 D d**733U;;;;;;;    c                   $    e Zd ZdZd Zd Zd ZdS )
Subcommandz!Dummy command to be used in testsc                     d S N selfs    r   initialize_optionszSubcommand.initialize_options       r   c                     d S 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FFr   N)__name__
__module____qualname____doc__r   r   r!   r   r   r   r   r      sL        ++    G G G G Gr   r   N)
setuptoolsr   setuptools.command.buildr   setuptools.distr   r   r   r   r   r   <module>r)      s          * * * * * * ( ( ( ( ( (< < <"
G 
G 
G 
G 
G 
G 
G 
G 
G 
Gr   