| Server IP : 162.19.112.25 / Your IP : 216.73.216.88 Web Server : LiteSpeed System : Linux qamar.tasjeel.ae 5.14.0-611.55.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 19 15:19:29 EDT 2026 x86_64 User : archiart ( 1428) PHP Version : 8.2.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /proc/thread-self/root/opt/alt/python27/lib/python2.7/site-packages/setuptools/ |
Upload File : |
�
ґRec @ s d d l Z d d l Z d d g Z y d d l m Z m Z Wn0 e k
rp d d l m Z m Z d � Z n Xy d d l m
Z
Wn? e k
r� d d l Z d d l Z d e f d � � YZ
n Xe j
Z d e j d k o� d k n Z e rd
� Z n d S( i����Nt get_config_varst get_path( R R ( R t get_python_libc C s+ | d k r t d � � n t | d k � S( Nt platlibt purelibs Name must be purelib or platlib( R R ( t
ValueErrorR ( t name( ( s� /builddir/build/BUILDROOT/alt-python27-setuptools-36.3.0-4.el9.x86_64/opt/alt/python27/lib/python2.7/site-packages/setuptools/py31compat.pyR s ( t TemporaryDirectoryR c B s) e Z d Z d � Z d � Z d � Z RS( s�
Very simple temporary directory context manager.
Will try to delete afterward, but will also ignore OS and similar
errors on deletion.
c C s d | _ t j � | _ d S( N( t NoneR t tempfilet mkdtemp( t self( ( s� /builddir/build/BUILDROOT/alt-python27-setuptools-36.3.0-4.el9.x86_64/opt/alt/python27/lib/python2.7/site-packages/setuptools/py31compat.pyt __init__ s c C s | j S( N( R ( R ( ( s� /builddir/build/BUILDROOT/alt-python27-setuptools-36.3.0-4.el9.x86_64/opt/alt/python27/lib/python2.7/site-packages/setuptools/py31compat.pyt __enter__$ s c C s8 y t j | j t � Wn t k
r* n Xd | _ d S( N( t shutilt rmtreeR t Truet OSErrorR ( R t exctypet excvaluet exctrace( ( s� /builddir/build/BUILDROOT/alt-python27-setuptools-36.3.0-4.el9.x86_64/opt/alt/python27/lib/python2.7/site-packages/setuptools/py31compat.pyt __exit__'