pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: python eggs
> The only .includes in my Makefile are:
>
> .include "../../lang/python/egg.mk"
> .include "../../mk/bsd.pkg.mk"
>
> make print-PLIST produces:
>
> ${PYSITELIB}/UFL-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/PKG-INFO
> ...
>
>
> pkglint warns:
>
> WARN: PLIST:6: Include "../../lang/python/egg.mk" instead of listing .egg-info files directly.
>
>
> ?
>
> Cheers,
>
> Patrick
PLIST should look like this:
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
plist-PLIST is wrong :)
Kind regards,
Adam
Home |
Main Index |
Thread Index |
Old Index