freebsd-ports/devel/py-distribute/pkg-plist
Nicola Vitale a0af13d7fd - Update to 0.6.16
- Add code to Makefile to support the installation fo py-distribute
  with different versions of Python
- Add files/pkg-message.in
- Pass maintainership to python@, in anticipation of a possible use
  of py-distribute as default (or Python 3k only) tool to install
  Python eggs (see PR http://goo.gl/0pNai )
2011-07-07 09:16:40 +00:00

10 lines
492 B
Text

@comment $FreeBSD$
%%IF_DEFAULT%%bin/easy_install
bin/easy_install-%%PYVER%%
%%PYTHON_SITELIBDIR%%/distribute-%%VERSION%%-py%%PYVER%%.egg
@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 [ ! -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