On 2026/03/16 16:24, Pavel Korovin wrote:
> On 03/14, Benoit Lecocq wrote:
> > CVSROOT: /cvs
> > Module name: ports
> > Changes by: [email protected] 2026/03/14 01:19:36
> >
> > Modified files:
> > devel/py-virtualenv: Makefile distinfo
> >
> > Log message:
> > Update to py3-virtualenv-21.2.0.
> >
>
> It seems that it misses a new RUN_DEPENDS:
> $ virtualenv --help
> ModuleNotFoundError: No module named 'python_discovery'
>
> Please find the port attached.
>
> --
> With best regards,
> Pavel Korovin
as there aren't any similar ports with _ already to match with,
I'd prefer to use devel/py-python-discovery as per the project name
on pypi, etc:
DISTNAME = python_discovery-${MODPY_DISTV}
PKGNAME = py-python-discovery-${MODPY_DISTV}
tests do work but need a self-depend:
TEST_DEPENDS = ${FULLPKGNAME}:${BUILD_PKGPATH}
ok with that