svn commit: r456182 - in head/devel: . py-bullet3 py-bullet3/files

Kubilay Kocak koobs at FreeBSD.org
Fri Dec 15 10:01:31 UTC 2017


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 at 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


More information about the freebsd-python mailing list