1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00
Nicola Vitale e17c115595 - Bump PORTREVISION
- Fix pkg-plist
- Move *.py[co] to PLIST_FILES and add ${PYTHON_SITELIBDIR}/__pycache__
  to PLIST_DIRS, to support the new directory of the bytecode files
  in Python 3.2 (see PEP 3147,  http://goo.gl/EMWcK )

Reported by:	sunpoet (via private email)
2011-03-20 13:43:27 +00:00

11 lines
478 B
Plaintext

@comment $FreeBSD$
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