Great, thanks Bjorn!
The quirks change isn't needed (the package names are already py3-foo)
rest looks good to me.
OK sthen
On 2022/02/21 18:47, Bjorn Ketelaars wrote:
> Enclosed is a gzipped diff, which converts python3 py-* ports, that
> don't have FLAVOR set, to py3-* ports. These ports have been annotated
> by sthen@ in category Makefiles.
>
> Diff does the following:
> - marked ports -> bump REVISION, add FLAVOR/FLAVORS=python to Makefile
> and @pkgpath marker to PLIST
> - consumers -> bump REVISION and add ${MODPY_FLAVOR} to dependencies
> - add quirks
>
> Converted ports:
> astro/py-metar
> devel/py-async-timeout
> devel/py-bitcoinlib
> devel/py-cflow2dot
> devel/py-liblarch
> math/py-netcdf4
> math/py-tables
> multimedia/py-pafy
> net/py-impacket
> net/py-nmap
> security/py-yaswfp
> sysutils/py-schedule
> textproc/py-black
> textproc/py-odfpy
> textproc/py-pdfminer
> textproc/py-semver
> www/py-flask-cors
>
> OK?