mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
c70a815d81
- add regression tests - add distribute.pth symlink to make setuptools namespace available on live systems (that had not distribute entry in easy_install.pth previously)
12 lines
532 B
Plaintext
12 lines
532 B
Plaintext
@comment $FreeBSD$
|
|
%%IF_DEFAULT%%bin/easy_install
|
|
bin/easy_install-%%PYVER%%
|
|
%%PYTHON_SITELIBDIR%%/distribute-%%VERSION%%-py%%PYVER%%.egg
|
|
%%PYTHON_SITELIBDIR%%/distribute.pth
|
|
@unexec if cmp -s %B/easy-install.pth %B/easy-install.pth.dist; then rm %B/easy-install.pth; fi
|
|
%%PYTHON_SITELIBDIR%%/easy-install.pth.dist
|
|
@exec if [ ! -f %B/easy-install.pth ]; then cp %B/%f %B/easy-install.pth; fi
|
|
%%PYTHON_SITELIBDIR%%/setuptools-%%SETUPTOOLS_VER%%-py%%PYVER%%.egg-info
|
|
%%PYTHON_SITELIBDIR%%/setuptools.pth
|
|
%%PYTHON_SITELIBDIR%%/site.py
|