From owner-freebsd-python@freebsd.org Fri Jun 26 09:36:12 2020 Return-Path: Delivered-To: freebsd-python@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DB4B33531FD for ; Fri, 26 Jun 2020 09:36:12 +0000 (UTC) (envelope-from thierry@pompo.net) Received: from erza.lautre.net (erza.lautre.net [80.67.160.89]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "lautre.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49tWwW2dKVz4N8m for ; Fri, 26 Jun 2020 09:36:11 +0000 (UTC) (envelope-from thierry@pompo.net) Received: from graf.pompo.net (graf.pompo.net [78.225.128.39]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by erza.lautre.net (Postfix) with ESMTPSA id CC7CAF39E8 for ; Fri, 26 Jun 2020 11:36:07 +0200 (CEST) Received: by graf.pompo.net (Postfix, from userid 1001) id 1802A8088A0; Fri, 26 Jun 2020 11:36:07 +0200 (CEST) Date: Fri, 26 Jun 2020 11:36:07 +0200 From: Thierry Thomas To: freebsd-python@freebsd.org Subject: Re: egg-info / dist-info Message-ID: <20200626093607.GE3129@graf.pompo.net> Mail-Followup-To: freebsd-python@freebsd.org References: <20200626080234.GD3129@graf.pompo.net> <89e26f2d-07ae-768a-be82-a416a7f53219@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <89e26f2d-07ae-768a-be82-a416a7f53219@FreeBSD.org> X-Operating-System: FreeBSD 12.1-STABLE amd64 Organization: Kabbale Eros X-Face: (hRbQnK~Pt7$ct`!fupO(`y_WL4^-Iwn4@ly-.,[4xC4xc; y=\ipKMNm<1J>lv@PP~7Z<.tKjAnXLs: X-PGP: 0xF1C516B3C8359753 X-Rspamd-Queue-Id: 49tWwW2dKVz4N8m X-Spamd-Bar: ++++ Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of thierry@pompo.net designates 80.67.160.89 as permitted sender) smtp.mailfrom=thierry@pompo.net X-Spamd-Result: default: False [4.26 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(0.00)[+mx]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-python@freebsd.org]; TO_DN_NONE(0.00)[]; NEURAL_SPAM_MEDIUM(0.94)[0.943]; RCPT_COUNT_ONE(0.00)[1]; HAS_ORG_HEADER(0.00)[]; RBL_VIRUSFREE_BOTNET(2.00)[80.67.160.89:from]; NEURAL_SPAM_SHORT(0.05)[0.046]; BAD_REP_POLICIES(0.10)[]; DMARC_NA(0.00)[freebsd.org]; NEURAL_SPAM_LONG(0.97)[0.970]; FORGED_SENDER(0.30)[thierry@freebsd.org,thierry@pompo.net]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:20766, ipnet:80.67.160.0/19, country:FR]; FROM_NEQ_ENVFROM(0.00)[thierry@freebsd.org,thierry@pompo.net]; RCVD_TLS_ALL(0.00)[]; TO_DOM_EQ_FROM_DOM(0.00)[] X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Jun 2020 09:36:12 -0000 Le ven. 26 juin 20 à 11:04:50 +0200, Kubilay Kocak écrivait : > Hi Thierry, Hello koobs! > Would need to spend some time isolating/understanding the behaviour > delta in detail to be able to recommend the best course of action, > modulo trying to use USE_PYTHON=distutils which automates most/all of > this work, as it uses setuptools --record output to produce the pkg-plist As I wrote, this is not a Python port, and it cannot use USE_PYTHON=distutils. It uses a Python virtual env and runs pip inside. What could be the differences between FreeBSD-12.1 and -CURRENT? Note: it does not use pip from the ports tree, but a pip bundled with math/sage. > We can help you figure some of the details out in #freebsd-python on > freenode IRC OK - see you later there! -- Th. Thomas.