drop lang/pypy, it hasn't built since execute-only changes in base,
and "is no longer under active development" (as found by tb at
https://github.com/numpy/numpy/issues/30416), tb@ edd@ ok with dropping
switch openvpn-auth-ldap from clang + gnustep libobjc (which was broken
following the recent gnustep libobjc update) to gcc + gnu libobjc
earlier version tested by landry@
import ports/devel/py-poetry-dynamic-versioning, feedback/ok tb@
This is a plugin for Poetry to enable dynamic versioning based on tags
in your version control system, powered by Dunamai. Many different
version control systems are supported, including Git and Mercurial;
please refer to Dunamai for the full list.
Once the plugin is set up, you can create tags in your version control
system (e.g., git tag v0.1.0 -m "New release"), and the plugin
will automatically insert that version into relevant files (like
pyproject.toml or *.py files with a __version__ line) for the duration
of Poetry commands such as poetry build, then revert the changes
afterwards to keep your repository clean. The plugin aims to inject a
static copy of the version into build artifacts (sdists/wheels) without
the need to manually edit and commit changed files in your repository.
let MODPY_BUILD_DIR work with MODPY_PYBUILD as well (targets need adding
manually; typically this would only be used for building a python extension
that's part of some other distribution in a subdir so this is what you
usually want)