From owner-freebsd-python@freebsd.org Mon Dec 11 14:28:25 2017 Return-Path: Delivered-To: freebsd-python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B4B2DE933F5; Mon, 11 Dec 2017 14:28:25 +0000 (UTC) (envelope-from sergey@akhmatov.ru) Received: from dutch.chaklun.ru (dutch.chaklun.ru [IPv6:2a01:7c8:aab0:135::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8387767483; Mon, 11 Dec 2017 14:28:24 +0000 (UTC) (envelope-from sergey@akhmatov.ru) Received: from [212.65.69.61] (helo=[127.0.0.1]) by dutch.chaklun.ru with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.89 (FreeBSD)) (envelope-from ) id 1eOP4A-0005l4-VG; Mon, 11 Dec 2017 17:28:23 +0300 To: freebsd-python@freebsd.org, freebsd-ports@freebsd.org From: Sergey Akhmatov Subject: What is the preferred MASTER_SITES for python port? Message-ID: <56059f84-ab05-9db5-13d4-b1a443df0832@akhmatov.ru> Date: Mon, 11 Dec 2017 17:28:19 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Dec 2017 14:28:25 -0000 Hello. Suppose I want to port some python package that exists in the Python Package Index (PyPI) and has it's source code available on some official website or github. Is there any policy or recommended practice for choosing MASTER_SITES? Should I use "USE_GITHUB=yes" or "MASTER_SITES= CHEESESHOP" for such package? I've looked for the answer in Porters Handbook and at https://wiki.freebsd.org/Python/PortsPolicy but haven't found it. Thank you.