On 2011-10-22, Anthony J. Bentley <[email protected]> wrote:
> Gnofract 4D is a free, open source program which allows anyone to create
> beautiful images called fractals. The images are automatically created
> by the computer based on mathematical principles. These include the
> Mandelbrot and Julia sets and many more. You don't need to do any math:
> you can explore a universe of images just using a mouse.
Always nice to have another fractal generator, thanks :)
> I must be doing something wrong here, though... packaging fails
> because "make plist" adds this line:
>
> lib/python${MODPY_VERSION}/site-packages/${FULLPKGNAME\-}-py${MODPY_VERSION}.egg-info
So far we have only been able to get update-plist to work nicely with
*either* pkg-readme files (which are the only occasion we ever want a file
named after the FULLPKGNAME in a package) *or* python ports with egg-info
files, it's fiddly to get it to handle both correctly at the same time.
> instead of this:
>
> lib/python${MODPY_VERSION}/site-packages/${FULLPKGNAME}-py${MODPY_VERSION}.egg-info
Using PKGNAME/FULLPKGNAME in PLIST is dangerous because (except for pkg-readmes
which are special), when somebody bumps REVISION, the port will break. Please
use
this line instead:-
lib/python${MODPY_VERSION}/site-packages/gnofract4d-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info
Then it's ok sthen@.