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= y...@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 _______________________________________________ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"