Current Path: > > opt > alt > python27 > lib > > python2.7 > site-packages > setuptools > command
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
__init__.py | File | 577 bytes | November 13 2023 21:14:06. | |
__init__.pyc | File | 945 bytes | November 13 2023 21:14:06. | |
alias.py | File | 2426 bytes | November 13 2023 21:14:06. | |
alias.pyc | File | 3672 bytes | November 13 2023 21:14:06. | |
bdist_egg.py | File | 17178 bytes | November 13 2023 21:14:06. | |
bdist_egg.pyc | File | 19591 bytes | November 13 2023 21:14:06. | |
bdist_rpm.py | File | 1508 bytes | November 13 2023 21:14:06. | |
bdist_rpm.pyc | File | 2242 bytes | November 13 2023 21:14:06. | |
bdist_wininst.py | File | 637 bytes | November 13 2023 21:14:06. | |
bdist_wininst.pyc | File | 1519 bytes | November 13 2023 21:14:06. | |
build_clib.py | File | 4484 bytes | November 13 2023 21:14:06. | |
build_clib.pyc | File | 3090 bytes | November 13 2023 21:14:06. | |
build_ext.py | File | 13049 bytes | November 13 2023 21:14:06. | |
build_ext.pyc | File | 14569 bytes | November 13 2023 21:14:06. | |
build_py.py | File | 9596 bytes | November 13 2023 21:14:06. | |
build_py.pyc | File | 12635 bytes | November 13 2023 21:14:06. | |
develop.py | File | 8024 bytes | November 13 2023 21:14:06. | |
develop.pyc | File | 9046 bytes | November 13 2023 21:14:06. | |
easy_install.py | File | 85951 bytes | November 13 2023 21:14:06. | |
easy_install.pyc | File | 90282 bytes | November 13 2023 21:14:06. | |
egg_info.py | File | 24874 bytes | November 13 2023 21:14:06. | |
egg_info.pyc | File | 30291 bytes | November 13 2023 21:14:06. | |
install.py | File | 4683 bytes | November 13 2023 21:14:06. | |
install.pyc | File | 5773 bytes | November 13 2023 21:14:06. | |
install_egg_info.py | File | 2203 bytes | November 13 2023 21:14:06. | |
install_egg_info.pyc | File | 3841 bytes | November 13 2023 21:14:06. | |
install_lib.py | File | 3840 bytes | November 13 2023 21:14:06. | |
install_lib.pyc | File | 5854 bytes | November 13 2023 21:14:06. | |
install_scripts.py | File | 2439 bytes | November 13 2023 21:14:06. | |
install_scripts.pyc | File | 3301 bytes | November 13 2023 21:14:06. | |
launcher manifest.xml | File | 628 bytes | November 13 2023 21:14:06. | |
py36compat.py | File | 4986 bytes | November 13 2023 21:14:06. | |
py36compat.pyc | File | 6534 bytes | November 13 2023 21:14:06. | |
register.py | File | 270 bytes | November 13 2023 21:14:06. | |
register.pyc | File | 956 bytes | November 13 2023 21:14:06. | |
rotate.py | File | 2164 bytes | November 13 2023 21:14:06. | |
rotate.pyc | File | 3446 bytes | November 13 2023 21:14:06. | |
saveopts.py | File | 658 bytes | November 13 2023 21:14:06. | |
saveopts.pyc | File | 1375 bytes | November 13 2023 21:14:06. | |
sdist.py | File | 6844 bytes | November 13 2023 21:14:06. | |
sdist.pyc | File | 9036 bytes | November 13 2023 21:14:06. | |
setopt.py | File | 5085 bytes | November 13 2023 21:14:06. | |
setopt.pyc | File | 6870 bytes | November 13 2023 21:14:06. | |
test.py | File | 9044 bytes | November 13 2023 21:14:06. | |
test.pyc | File | 11959 bytes | November 13 2023 21:14:06. | |
upload.py | File | 1172 bytes | November 13 2023 21:14:06. | |
upload.pyc | File | 2046 bytes | November 13 2023 21:14:06. | |
upload_docs.py | File | 7311 bytes | November 13 2023 21:14:06. | |
upload_docs.pyc | File | 8744 bytes | November 13 2023 21:14:06. |
� ��Rec @ s� d d l Z d d l m Z d d l m Z d d l m Z d d l m Z d d d � � YZ e e j d � r� d d d � � YZ n d S( i����N( t glob( t convert_path( t sdist( t filtert sdist_add_defaultsc B se e Z d Z d � Z e d � � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z RS( s� Mix-in providing forward-compatibility for functionality as found in distutils on Python 3.7. Do not edit the code in this class except to update functionality as implemented in distutils. Instead, override in the subclass. c C sJ | j � | j � | j � | j � | j � | j � | j � d S( s9 Add all the default files to self.filelist: - README or README.txt - setup.py - test/test*.py - all pure Python modules mentioned in setup script - all files pointed by package_data (build_py) - all files defined in data_files. - all files defined as scripts. - all C sources listed as part of extensions or C libraries in the setup script (doesn't catch C headers!) Warns if (README or README.txt) or setup.py are missing; everything else is optional. N( t _add_defaults_standardst _add_defaults_optionalt _add_defaults_pythont _add_defaults_data_filest _add_defaults_extt _add_defaults_c_libst _add_defaults_scripts( t self( ( s� /builddir/build/BUILDROOT/alt-python27-setuptools-36.3.0-4.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/setuptools/command/py36compat.pyt add_defaults s c C sS t j j | � s t St j j | � } t j j | � \ } } | t j | � k S( s� Case-sensitive path existence check >>> sdist_add_defaults._cs_path_exists(__file__) True >>> sdist_add_defaults._cs_path_exists(__file__.upper()) False ( t ost patht existst Falset abspatht splitt listdir( t fspathR t directoryt filename( ( s� /builddir/build/BUILDROOT/alt-python27-setuptools-36.3.0-4.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/setuptools/command/py36compat.pyt _cs_path_exists( s c C s� | j | j j g } x� | D]� } t | t � r� | } t } x7 | D]/ } | j | � rD t } | j j | � PqD qD W| s� | j d d j | � � q� q | j | � r� | j j | � q | j d | � q Wd S( Ns, standard file not found: should have one of s , s standard file '%s' not found( t READMESt distributiont script_namet isinstancet tupleR R t Truet filelistt appendt warnt join( R t standardst fnt altst got_it( ( s� /builddir/build/BUILDROOT/alt-python27-setuptools-36.3.0-4.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/setuptools/command/py36compat.pyR 9 s c C sL d d g } x9 | D]1 } t t j j t | � � } | j j | � q Wd S( Ns test/test*.pys setup.cfg( R R R t isfileR R t extend( R t optionalt patternt files( ( s� /builddir/build/BUILDROOT/alt-python27-setuptools-36.3.0-4.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/setuptools/command/py36compat.pyR N s c C s� | j d � } | j j � r7 | j j | j � � n xM | j D]B \ } } } } x- | D]% } | j j t j j | | � � qZ WqA Wd S( Nt build_py( t get_finalized_commandR t has_pure_modulesR R( t get_source_filest data_filesR R R R"