Date: Fri, 15 Dec 2017 20:53:22 +1100 From: Kubilay Kocak <koobs@FreeBSD.org> To: Yuri Victorovich <yuri@FreeBSD.org>, ports-committers@freebsd.org, python <python@FreeBSD.org> Cc: "Tobias C. Berner" <tcberner@FreeBSD.org> Subject: Re: svn commit: r456182 - in head/devel: . py-bullet3 py-bullet3/files Message-ID: <a49efcb6-f89e-4c13-5ef7-b033d85d87ef@FreeBSD.org> In-Reply-To: <201712121913.vBCJDUpj021791@repo.freebsd.org> References: <201712121913.vBCJDUpj021791@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 13/12/2017 6:13 am, Yuri Victorovich wrote: > Author: yuri > Date: Tue Dec 12 19:13:30 2017 > New Revision: 456182 > URL: https://svnweb.freebsd.org/changeset/ports/456182 > > Log: > New port: devel/py-bullet3: Python version of 3D collision detection library Bullet > > Approved by: tcberner (mentor) <snip> > +# $FreeBSD$ > + > +PORTNAME= bullet3 > +DISTVERSION= 2.87 > +CATEGORIES= devel > +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > + > +MAINTAINER= yuri@FreeBSD.org > +COMMENT= Python version of 3D collision detection library Bullet > + > +LICENSE= ZLIB > +LICENSE_FILE= ${WRKSRC}/LICENSE.txt > + > +USES= compiler:c++11-lang localbase python > +USE_GITHUB= yes > +GH_ACCOUNT= bulletphysics > +USE_PYTHON= autoplist distutils > +USE_GL= gl glew Hi Yuri, This appears to be 'pybullet' on PyPI with version 1.7.5 (released yesterday) https://pypi.python.org/pypi/pybullet/1.7.5 Github tags do not appear to match. If it is pybullet, and there is no compelling reason not to use the registered name/versioning, please rename to the official/registered name and version. This will require a PORTEPOCH bump It's probably worth checking what the 'internal version' of the package is before deciding that the git tags are more or less canonical. For all intents and purposes, users/programs will depend on (*_requires) pybullet by the pybullet PyPI name, and by that internal version. ./koobs
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?a49efcb6-f89e-4c13-5ef7-b033d85d87ef>