diff options
author | recht <recht> | 2003-09-14 16:43:45 +0000 |
---|---|---|
committer | recht <recht> | 2003-09-14 16:43:45 +0000 |
commit | cc600da3a8f20abf22698aec46c9d9bac801e277 (patch) | |
tree | aca8ff7153d5fa2dbe4b26684fe239c50263adac /devel/py-logging | |
parent | e904a4283d33472be3fea84f44909c6a56260844 (diff) | |
download | pkgsrc-cc600da3a8f20abf22698aec46c9d9bac801e277.tar.gz |
hange extension.mk to also install optimized files for distutils packages.
Inspired by FreeBSD "ports".
Fix the PLISTs accordingly.
Also, while at it, remove now obsolete compileall.py calls in post-install
targets and insure that extension.mk is in included before builinlinks of
other Python modules.
Discussed with/ok'ed by drochner@.
Diffstat (limited to 'devel/py-logging')
-rw-r--r-- | devel/py-logging/PLIST | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/py-logging/PLIST b/devel/py-logging/PLIST index aee800fc0bc..2dc1c7b2259 100644 --- a/devel/py-logging/PLIST +++ b/devel/py-logging/PLIST @@ -1,8 +1,11 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/11/29 18:09:53 drochner Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/09/14 16:43:49 recht Exp $ ${PYSITELIB}/logging/__init__.py ${PYSITELIB}/logging/__init__.pyc +${PYSITELIB}/logging/__init__.pyo ${PYSITELIB}/logging/config.py ${PYSITELIB}/logging/config.pyc +${PYSITELIB}/logging/config.pyo ${PYSITELIB}/logging/handlers.py ${PYSITELIB}/logging/handlers.pyc +${PYSITELIB}/logging/handlers.pyo @dirrm ${PYSITELIB}/logging |