HEX
Server: Apache/2.4.41 (FreeBSD) OpenSSL/1.0.2s mod_fcgid/2.3.9
System: FreeBSD salazo 12.0-RELEASE-p1303-ZFS hostBSD 12.0-RELEASE-p1303-ZFS DMR amd64
User: admin (1000)
PHP: 7.4.3
Disabled: NONE
Upload Files
File: /usr/iports/bin/easy_install-2.7
#!/usr/iports/bin/python2.7
# EASY-INSTALL-ENTRY-SCRIPT: 'setuptools==41.0.1','console_scripts','easy_install'
__requires__ = 'setuptools==41.0.1'
import re
import sys
from pkg_resources import load_entry_point

if __name__ == '__main__':
    sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0])
    sys.exit(
        load_entry_point('setuptools==41.0.1', 'console_scripts', 'easy_install')()
    )