Introduction
This package allows you to fix problems with missing classes when packages do not properly uninstall.
To define which classes or interfaces need to be fixed, you need to specify them as environment variables in your buildout file.
The format for replacement classes is MISSING_<Class Name> <module name>
For instance:
[instance]
recipe = plone.recipe.zope2instance
...
environment-vars =
MISSING_ICatalog zc.relation.interfaces
MISSING_IQueue collective.pdfpeek.async
MISSING_Queue collective.pdfpeek.async
MISSING_IPDFpeekLayer collective.pdfpeek.browser.interfaces
...
You can also define a replacement module to use instead of having wildcard.fixmissing automatically create it for you.
Example:
[instance]
recipe = plone.recipe.zope2instance
...
environment-vars =
MISSING_ICatalog zc.relation.interfaces=my.module.interfaces
...
Changelog
1.0 (2015-05-15)
initial release
Release files for wildcard.fixmissing 1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| wildcard.fixmissing-1.0.zip | 14.9 kB | Details |
Release files / wildcard.fixmissing-1.0.zip
| Download URL | wildcard.fixmissing-1.0.zip |
|---|---|
| Size | 14.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3465ca8a093b3b85201c636f6a7c42e99aaf0bf08010a7a17bb84ddb3d08c8e8
|
|
BLAKE2b-256 checksum How to use checksums |
af88e0c0cd9feedcd3035deab0d71d5ca504190650b4871ca1ab6f4f274e246d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |