Ignore:
Timestamp:
Feb 5, 2010, 11:20:58 AM (14 years ago)
Author:
broder
Message:

Select an authz module using setuptools' entry points mechainsm.

Instead of having each authz package install an invirt.authz module,
have them install modules under their own namespace.

In their setup.py, they should indicate that their authz module
provides a unique name within the invirt.authz entry point group.

The new invirt.authz module (part of invirt-base) then gets a name
from the configuration and uses that to find the module.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/xvm-authz-locker/debian/control

    r2769 r2989  
    1010Depends: ${python:Depends}, ${misc:Depends}, invirt-base, python-afs
    1111Provides: ${python:Provides}, invirt-authz
    12 Conflicts: invirt-authz
    13 Replaces: invirt-authz
    1412Breaks: invirt-base (<< 0.0.28~)
    1513XB-Python-Version: ${python:Versions}
Note: See TracChangeset for help on using the changeset viewer.