From owner-freebsd-python@freebsd.org Fri Dec 22 09:05:52 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 B2E79E8A7C9 for ; Fri, 22 Dec 2017 09:05:52 +0000 (UTC) (envelope-from yuri@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 9BA106E873 for ; Fri, 22 Dec 2017 09:05:52 +0000 (UTC) (envelope-from yuri@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 9A097E8A7C4; Fri, 22 Dec 2017 09:05:52 +0000 (UTC) Delivered-To: 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 98E33E8A7C3 for ; Fri, 22 Dec 2017 09:05:52 +0000 (UTC) (envelope-from yuri@freebsd.org) Received: from shell1.rawbw.com (shell1.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id 84E076E871; Fri, 22 Dec 2017 09:05:51 +0000 (UTC) (envelope-from yuri@freebsd.org) Received: from yv.noip.me (c-24-6-186-56.hsd1.ca.comcast.net [24.6.186.56]) (authenticated bits=0) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTPSA id vBM95pA4016494 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Fri, 22 Dec 2017 01:05:51 -0800 (PST) (envelope-from yuri@freebsd.org) X-Authentication-Warning: shell1.rawbw.com: Host c-24-6-186-56.hsd1.ca.comcast.net [24.6.186.56] claimed to be yv.noip.me Reply-To: yuri@freebsd.org Subject: Re: svn commit: r456182 - in head/devel: . py-bullet3 py-bullet3/files To: koobs@freebsd.org, ports-committers@freebsd.org, python Cc: "Tobias C. Berner" References: <201712121913.vBCJDUpj021791@repo.freebsd.org> From: Yuri Message-ID: Date: Fri, 22 Dec 2017 01:05:50 -0800 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: 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: Fri, 22 Dec 2017 09:05:52 -0000 On 12/15/17 01:53, Kubilay Kocak wrote: > This appears to be 'pybullet' on PyPI with version 1.7.5 (released > yesterday) Hi Kubilay, Sorry, I didn't notice your message before. PyPI has the re-packaged python part of bullet3 project with the unrelated version. I am not sure why the PyPI version should be preferred, and not the upstream version. Yuri