On Tue, Jun 12, 2018 at 06:06:27PM -0300, Elias M. Mariani wrote:
> > Ah I'd forgotten about that, you're right, in which case please just
> > unconditionally set
> >
> > FULLPKGNAME-main = ${MODPY_PY_PREFIX}sqlalchemy-${MODPY_EGG_VERSION}
> >
> > rather than making it flavour-dependent.
>
> OK, yes, that is much nicer!
>
> the only thing that I'm struggling with is the @pkgpath:
> "@pkgpath tells pkg_add that it can be considered as a replacement for
> another pkgpath." - by Stuart Henderson
>
> So, in this case I want PLIST-main to be a replacement of
> databases/py-sqlalchemy and databases/py-sqlalchemy,-python3:
> @pkgpath databases/py-sqlalchemy
> @pkgpath databases/py-sqlalchemy,-python3
> But what about the conflicting files with docs and the current py-sqlalchemy ?
That's fairly trivial, doc should conflict with both *old* versions of
py-sqlalchemy, so that's just two
@conflict
lines in there.