Bugzilla Automation <bugzi...@freebsd.org> has asked freebsd-python (Nobody) <python@FreeBSD.org> for maintainer-feedback: Bug 289273: devel/py-setuptools-scm: avoid stripping GIT_CEILING_DIRECTORIES https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289273
--- Description --- https://cgit.freebsd.org/ports/commit/?id=deb79782a9b87c64d06441e4bf67e46bf19c4 5c3 introduced GIT_CEILING_DIRECTORIES=${WRKDIR} to the Python default build environment in an attempt to make port builds on real machines and with working directories underneath PORTSDIR more efficient, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283098 However, setuptools_scm deliberately breaks this. I am currently test building the attached patch for all ports in whose directory 'rg setuptools-scm /usr/ports' finds hits (no matter if Makefile or patch or wherever).