On Sat, 20 Apr 2019 19:22:07 -0700, Andrew Hewus Fresh
<[email protected]> wrote:
> tl;dr, fixes portgen(1) for python modules that have distnames that
> start with py-.
Thanks for working on that!
One suggestion, does a DISTNAME of "python-foo" is renamed to "py-foo"
by portgen(1)?
The first result (as an example) in my grep is archivers/py-lzo:
MODPY_EGG_VERSION = 1.08
DISTNAME = python-lzo-${MODPY_EGG_VERSION}
PKGNAME = py-lzo-${MODPY_EGG_VERSION}
I haven't tested it but it would be great if it worked :)