diff options
Diffstat (limited to 'dev-python/zope-publisher/zope-publisher-6.1.0.ebuild')
-rw-r--r-- | dev-python/zope-publisher/zope-publisher-6.1.0.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dev-python/zope-publisher/zope-publisher-6.1.0.ebuild b/dev-python/zope-publisher/zope-publisher-6.1.0.ebuild index a645a82..342736b 100644 --- a/dev-python/zope-publisher/zope-publisher-6.1.0.ebuild +++ b/dev-python/zope-publisher/zope-publisher-6.1.0.ebuild @@ -56,12 +56,12 @@ python_compile() { find "${BUILD_DIR}" -name '*.pth' -delete || die } -python_compile_all() { - echo "__path__ = __import__('pkgutil').extend_path(__path__, __name__)" > \ - "${BUILD_DIR}/install$(python_get_sitedir)/zope/__init__.py" || die - build_sphinx docs - rm "${BUILD_DIR}/install$(python_get_sitedir)/zope/__init__.py" -} +# python_compile_all() { +# echo "__path__ = __import__('pkgutil').extend_path(__path__, __name__)" > \ +# "${BUILD_DIR}/install$(python_get_sitedir)/zope/__init__.py" || die +# build_sphinx docs +# rm "${BUILD_DIR}/install$(python_get_sitedir)/zope/__init__.py" +# } python_test() { distutils_write_namespace zope |