Zope 2 isn’t eggified yet, Zope 3 does. That can become a problem if you want to install some egg with depedencies related to Zope 3 eggs (such as zope.interface, zope.component, …)
This buildout recipe will simply add some fake egg link to zope libraries (installed inside zope/lib/python/zope/…) so that setuptools can see that the dependencies are already satisfied and it won’t fetch them anymore.
Just add it to your buildout config like this:
[buildout]
parts =
... your other parts ...
fakezope2eggs
[fakezope2eggs]
recipe = affinitic.recipe.fakezope2eggs
Be careful to run this recipe after the plone.recipe.zope2install recipe.
You might also want to add other fake eggs to your buildout, to do so use the additional-fake-eggs option, for example:
[buildout]
parts =
... your other parts ...
fakezope2eggs
[fakezope2eggs]
recipe = affinitic.recipe.fakezope2eggs
additional-fake-eggs = ZODB3
Release files for affinitic.recipe.fakezope2eggs 0.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| affinitic.recipe.fakezope2eggs-0.4.tar.gz | 3.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| affinitic.recipe.fakezope2eggs-0.4-py2.4.egg | Legacy Egg format | - | - | Details |
Total release size: 8.6 kB
Release files / affinitic.recipe.fakezope2eggs-0.4.tar.gz
| Download URL | affinitic.recipe.fakezope2eggs-0.4.tar.gz |
|---|---|
| Size | 3.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
04e5332e73e3716d62843cadb83ae911ffcbffaf8c50bf8316fae66af33bf606
|
|
BLAKE2b-256 checksum How to use checksums |
6348c73eec8e97da53621e6bd8af7eb1855f31221feed8cc7f5e0b8d65ab89d3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / affinitic.recipe.fakezope2eggs-0.4-py2.4.egg
| Download URL | affinitic.recipe.fakezope2eggs-0.4-py2.4.egg |
|---|---|
| Size | 5.6 kB |
| Tags | Egg |
|
SHA-256 checksum How to use checksums |
34903618ebe810b763e7e247cf38dbe80416a95905175e6821b5500afb4cad68
|
|
BLAKE2b-256 checksum How to use checksums |
5c93f0ae3d7d4f0a50c5b2293279f2b615478077c2559258604bebb9a5485a2a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |