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 /security/py-cryptkit/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 'security/py-cryptkit/PLIST')
-rw-r--r-- | security/py-cryptkit/PLIST | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/security/py-cryptkit/PLIST b/security/py-cryptkit/PLIST index d433a20d33f..9821b80ee84 100644 --- a/security/py-cryptkit/PLIST +++ b/security/py-cryptkit/PLIST @@ -1,28 +1,39 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/01/29 16:23:31 drochner Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/09/14 16:43:54 recht Exp $ ${PYSITELIB}/aes/__init__.py ${PYSITELIB}/aes/__init__.pyc +${PYSITELIB}/aes/__init__.pyo ${PYSITELIB}/aes/aes.py ${PYSITELIB}/aes/aes.pyc +${PYSITELIB}/aes/aes.pyo ${PYSITELIB}/cryptsock/__init__.py ${PYSITELIB}/cryptsock/__init__.pyc +${PYSITELIB}/cryptsock/__init__.pyo ${PYSITELIB}/cryptsock/cryptsock.py ${PYSITELIB}/cryptsock/cryptsock.pyc +${PYSITELIB}/cryptsock/cryptsock.pyo ${PYSITELIB}/ecc/__init__.py ${PYSITELIB}/ecc/__init__.pyc +${PYSITELIB}/ecc/__init__.pyo ${PYSITELIB}/ecc/ecc.py ${PYSITELIB}/ecc/ecc.pyc +${PYSITELIB}/ecc/ecc.pyo ${PYSITELIB}/ecc/elliptic.py ${PYSITELIB}/ecc/elliptic.pyc +${PYSITELIB}/ecc/elliptic.pyo ${PYSITELIB}/ellipticc.so ${PYSITELIB}/entropy/__init__.py ${PYSITELIB}/entropy/__init__.pyc +${PYSITELIB}/entropy/__init__.pyo ${PYSITELIB}/entropy/entropy.py ${PYSITELIB}/entropy/entropy.pyc +${PYSITELIB}/entropy/entropy.pyo ${PYSITELIB}/rijndaelc.so ${PYSITELIB}/sha256/__init__.py ${PYSITELIB}/sha256/__init__.pyc +${PYSITELIB}/sha256/__init__.pyo ${PYSITELIB}/sha256/sha256.py ${PYSITELIB}/sha256/sha256.pyc +${PYSITELIB}/sha256/sha256.pyo ${PYSITELIB}/sha256c.so @dirrm ${PYSITELIB}/sha256 @dirrm ${PYSITELIB}/entropy |