[ckan-changes] [ckan/ckan] 6875b4: Fix #2893: Issues with extension's Python namespac...

GitHub noreply at github.com
Fri Mar 11 16:53:07 UTC 2016


  Branch: refs/heads/master
  Home:   https://github.com/ckan/ckan
  Commit: 6875b41627735e3d4f22a21eec1b04afb440a76b
      https://github.com/ckan/ckan/commit/6875b41627735e3d4f22a21eec1b04afb440a76b
  Author: Florian Brucker <florian.brucker at mb.karlsruhe.de>
  Date:   2016-03-11 (Fri, 11 Mar 2016)

  Changed paths:
    M ckan/pastertemplates/template/setup.py_tmpl

  Log Message:
  -----------
  Fix #2893: Issues with extension's Python namespace packages

The `ckanext` Python package is installed by CKAN as a namespace
package. However, the templates for creating an extension do not
declare that package as a namespace package. Extensions created
from the templates therefore break the virtualenv.

The fix is to make sure that `ckanext` is declared as a namespace
packages in the extension's `setup.py`.


  Commit: c6e24f0c6eed891fa51f60364fad65ab2a38cb12
      https://github.com/ckan/ckan/commit/c6e24f0c6eed891fa51f60364fad65ab2a38cb12
  Author: Ian Ward <ian at excess.org>
  Date:   2016-03-11 (Fri, 11 Mar 2016)

  Changed paths:
    M ckan/pastertemplates/template/setup.py_tmpl

  Log Message:
  -----------
  Merge pull request #2894 from torfsen/2893-issues-with-namespace-packages

Fix #2893: Issues with extension's Python namespace packages


Compare: https://github.com/ckan/ckan/compare/288b26e533b5...c6e24f0c6eed


More information about the ckan-changes mailing list