1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/devel/py-distribute/pkg-plist
Ruslan Makhmatkhanov c70a815d81 - update to 0.6.35
- 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)
2013-03-05 06:20:28 +00:00

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