diff options
author | recht <recht@pkgsrc.org> | 2003-09-14 16:43:45 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2003-09-14 16:43:45 +0000 |
commit | e914ab3288c32de6c4b5d382398e7394d75afe6d (patch) | |
tree | aca8ff7153d5fa2dbe4b26684fe239c50263adac /devel/py-logging/PLIST | |
parent | ff2172dab34298825042d409dfa313c03cd1e84a (diff) | |
download | pkgsrc-e914ab3288c32de6c4b5d382398e7394d75afe6d.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/PLIST')
-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 |