diff options
author | obache <obache@pkgsrc.org> | 2014-01-18 08:08:59 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-01-18 08:08:59 +0000 |
commit | 795a5f966ea441b25528530e9f4ef037d7b2522d (patch) | |
tree | 64704fe08bfa030b264127a3e9d29ac0a8dd0916 /www/py-genshi/PLIST | |
parent | 9d9ecd93b35fc0618235031afa0f097e915e8a9b (diff) | |
download | pkgsrc-795a5f966ea441b25528530e9f4ef037d7b2522d.tar.gz |
treat python version depended PLIST handling with standard way.
Diffstat (limited to 'www/py-genshi/PLIST')
-rw-r--r-- | www/py-genshi/PLIST | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/www/py-genshi/PLIST b/www/py-genshi/PLIST index 8c61c472b28..4fdccec6b1d 100644 --- a/www/py-genshi/PLIST +++ b/www/py-genshi/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2014/01/18 07:40:24 wiz Exp $ +@comment $NetBSD: PLIST,v 1.6 2014/01/18 08:08:59 obache Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -8,6 +8,8 @@ ${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/genshi/__init__.py ${PYSITELIB}/genshi/__init__.pyc ${PYSITELIB}/genshi/__init__.pyo +${PLIST.py3x}${PYSITELIB}/genshi/_speedups.c +${PLIST.py2x}${PYSITELIB}/genshi/_speedups.so ${PYSITELIB}/genshi/builder.py ${PYSITELIB}/genshi/builder.pyc ${PYSITELIB}/genshi/builder.pyo @@ -110,6 +112,12 @@ ${PYSITELIB}/genshi/template/tests/plugin.pyo ${PYSITELIB}/genshi/template/tests/templates/__init__.py ${PYSITELIB}/genshi/template/tests/templates/__init__.pyc ${PYSITELIB}/genshi/template/tests/templates/__init__.pyo +${PLIST.py3x}${PYSITELIB}/genshi/template/tests/templates/functions.html +${PLIST.py3x}${PYSITELIB}/genshi/template/tests/templates/functions.txt +${PLIST.py3x}${PYSITELIB}/genshi/template/tests/templates/new_syntax.txt +${PLIST.py3x}${PYSITELIB}/genshi/template/tests/templates/test.html +${PLIST.py3x}${PYSITELIB}/genshi/template/tests/templates/test.txt +${PLIST.py3x}${PYSITELIB}/genshi/template/tests/templates/test_no_doctype.html ${PYSITELIB}/genshi/template/tests/text.py ${PYSITELIB}/genshi/template/tests/text.pyc ${PYSITELIB}/genshi/template/tests/text.pyo |