From nobody Thu Dec 15 15:16:19 2022
X-Original-To: python@mlmmj.nyi.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1])
	by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4NXwmg5nwlz4kgvy
	for <python@mlmmj.nyi.freebsd.org>; Thu, 15 Dec 2022 15:16:19 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256
	 client-signature RSA-PSS (4096 bits) client-digest SHA256)
	(Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK))
	by mx1.freebsd.org (Postfix) with ESMTPS id 4NXwmg4jY1z3PZJ
	for <python@FreeBSD.org>; Thu, 15 Dec 2022 15:16:19 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org;
	s=dkim; t=1671117379;
	h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
	 to:to:cc:mime-version:mime-version:content-type:content-type:
	 content-transfer-encoding:content-transfer-encoding:
	 in-reply-to:in-reply-to:references:references;
	bh=yVfcEzYujggMGxygDztD8m7jaSyGjuwfIm68S+v0dGU=;
	b=vpr4fKOQvAq826wwvTJlLCS14K7ZLGFGw0PB3BvsW//fesaSRFGFyr0/lOc64/a2G0U555
	1KfwAezPl53kWEoCb21NHskzO4ok7H/hRKR6vS5TrcSmxpjmeiOa39wkcrqB4dvYZH2mDd
	RoKbcrKmPwj/o510O8rxxhuvD7Y+GBrsiA7sdLDKcuoYo2uAntpXXcjlghnHMUCXne3XS2
	J5hnHoZrzmVdjS4Da0sLtw7FnNaOwKn9MlRFzLMa71Kpp2yFRQ7Tcf3H04Yv6XElQyIUwW
	w+nf2zHO4QUa3y2fy2vGcowFU7Wk67WpvQOVcseSUW7TEXfJWD6Qa/1h891STA==
ARC-Authentication-Results: i=1;
	mx1.freebsd.org;
	none
ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1671117379; a=rsa-sha256; cv=none;
	b=aNzsFo6TaSu894t1CAxg2YfOpWy7sLBMADzE3dEsuUhT8WNvfO2CcZjx9M11NJ0f6gtReU
	RAZDH1vjVLqChFwzfbyzbqe6Jz7xhl4B0LlI9twUtDC8sc2Xb95Tldj5Ax1704uJI3bhzV
	TjsanBo+WvlDZpOkpehxC9yN8pgKJCa6W88gw0ozxw51EtrF+x+bDshs8WxWcjTZypNhQQ
	Ukp6oY3Nhsxldrb1LuqxsEyXXm+XwIC5RQMrUkaa+MIA7hbc7Ww++MuNNpBknB7kFmFDUQ
	S4eer+cWSVSqX+KSHOkh9SjFYdb5hBP76bUgH0ymrYpGz5O4FGhr6wWAky1hxw==
Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(Client did not present a certificate)
	by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4NXwmg3lZ6zdK0
	for <python@FreeBSD.org>; Thu, 15 Dec 2022 15:16:19 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
Received: from kenobi.freebsd.org ([127.0.1.5])
	by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 2BFFGJqs051264
	for <python@FreeBSD.org>; Thu, 15 Dec 2022 15:16:19 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from bugzilla@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 2BFFGJSF051263
	for python@FreeBSD.org; Thu, 15 Dec 2022 15:16:19 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 268283] databases/py-sqlite3: switch to setuptools
Date: Thu, 15 Dec 2022 15:16:19 +0000
X-Bugzilla-Reason: AssignedTo
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: 
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: commit-hook@FreeBSD.org
X-Bugzilla-Status: Closed
X-Bugzilla-Resolution: FIXED
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: python@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback+
X-Bugzilla-Changed-Fields: 
Message-ID: <bug-268283-21822-8RD3Xmgo3o@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-268283-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-268283-21822@https.bugs.freebsd.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/
Auto-Submitted: auto-generated
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Archive: https://lists.freebsd.org/archives/freebsd-python
List-Help: <mailto:python+help@freebsd.org>
List-Post: <mailto:python@freebsd.org>
List-Subscribe: <mailto:python+subscribe@freebsd.org>
List-Unsubscribe: <mailto:python+unsubscribe@freebsd.org>
Sender: owner-freebsd-python@freebsd.org
X-BeenThere: freebsd-python@freebsd.org
MIME-Version: 1.0
X-ThisMailContainsUnwantedMimeParts: N

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D268283

--- Comment #4 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=3D7446740638e7d833fde0962e71ef440=
a6af3c749

commit 7446740638e7d833fde0962e71ef440a6af3c749
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2022-12-15 15:07:26 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2022-12-15 15:14:33 +0000

    */py-{gdbm,sqlite3,tkinter}: switch from distutils to setuptools

    For python modules which come from python itself, switch from
    distutils (no longer present in python 3.12) to setuptools, fixing
    these mudules for python 3.12.

    PR:             268283
    Approved by:    vishwin (python@)

 databases/py-gdbm/files/setup3.py       | 12 +++++++-----
 databases/py-sqlite3/files/setup3.py    | 13 +++++++------
 x11-toolkits/py-tkinter/files/setup3.py | 12 ++++++------
 3 files changed, 20 insertions(+), 17 deletions(-)

--=20
You are receiving this mail because:
You are the assignee for the bug.=