Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Dec 2023 22:20:00 +0100
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        Charlie Li <vishwin@freebsd.org>
Cc:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   Re: git: 5d3642c6b034 - main - net/py-trio: Update to 0.23.2
Message-ID:  <20231217222000.7022f5fa0fb3f428de24f00e@FreeBSD.org>
In-Reply-To: <6a405001-c6cc-4017-b68a-bfb487dd1f5a@freebsd.org>
References:  <202312150824.3BF8OVqN063066@gitrepo.freebsd.org> <6a405001-c6cc-4017-b68a-bfb487dd1f5a@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Charlie Li <vishwin@freebsd.org> wrote:
> Emanuel Haupt wrote:
> > diff --git a/net/py-trio/files/patch-setup.py
> > b/net/py-trio/files/patch-setup.py new file mode 100644
> > index 000000000000..130806a8f6f1
> > --- /dev/null
> > +++ b/net/py-trio/files/patch-setup.py
> > @@ -0,0 +1,6 @@
> > +--- setup.py.orig	2022-11-12 09:41:13 UTC
> > ++++ setup.py
> > +@@ -0,0 +1,3 @@
> > ++import setuptools
> > ++if __name__ == "__main__":
> > ++    setuptools.setup(use_scm_version=False)
> This should be using USE_PYTHON=pep517 instead of a dummy setup.py,
> as the sources contain a pyproject.toml.

Good catch. I somehow missed the introduction of that macro. Fixed in
b3f1221aa9b8.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20231217222000.7022f5fa0fb3f428de24f00e>