Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

2
devel/py-ode/DESCR Normal file
View File

@@ -0,0 +1,2 @@
PyODE is a set of open-source Python bindings for The Open Dynamics Engine, an
open-source physics engine. PyODE also includes an XODE parser.

18
devel/py-ode/Makefile Normal file
View File

@@ -0,0 +1,18 @@
# $NetBSD: Makefile,v 1.2 2016/08/21 11:28:58 wiz Exp $
DISTNAME= PyODE-1.2.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Py//:tl}
PKGREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=P/PyODE/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://pyode.sourceforge.net/
COMMENT= Python wrapper for the Open Dynamics Engine
LICENSE= modified-bsd OR gnu-lgpl-v2.1
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # as of 1.2.1
.include "../../devel/ode/buildlink3.mk"
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"

27
devel/py-ode/PLIST Normal file
View File

@@ -0,0 +1,27 @@
@comment $NetBSD: PLIST,v 1.2 2016/08/21 11:28:58 wiz Exp $
${PYSITELIB}/${EGG_FILE}
${PYSITELIB}/ode.so
${PYSITELIB}/xode/__init__.py
${PYSITELIB}/xode/__init__.pyc
${PYSITELIB}/xode/__init__.pyo
${PYSITELIB}/xode/body.py
${PYSITELIB}/xode/body.pyc
${PYSITELIB}/xode/body.pyo
${PYSITELIB}/xode/errors.py
${PYSITELIB}/xode/errors.pyc
${PYSITELIB}/xode/errors.pyo
${PYSITELIB}/xode/geom.py
${PYSITELIB}/xode/geom.pyc
${PYSITELIB}/xode/geom.pyo
${PYSITELIB}/xode/joint.py
${PYSITELIB}/xode/joint.pyc
${PYSITELIB}/xode/joint.pyo
${PYSITELIB}/xode/node.py
${PYSITELIB}/xode/node.pyc
${PYSITELIB}/xode/node.pyo
${PYSITELIB}/xode/parser.py
${PYSITELIB}/xode/parser.pyc
${PYSITELIB}/xode/parser.pyo
${PYSITELIB}/xode/transform.py
${PYSITELIB}/xode/transform.pyc
${PYSITELIB}/xode/transform.pyo

5
devel/py-ode/distinfo Normal file
View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2016/07/24 01:48:49 kamil Exp $
SHA1 (PyODE-1.2.1.tar.gz) = c888699cf6e14151e4b4c5a864f789a01bccb1e1
RMD160 (PyODE-1.2.1.tar.gz) = ae23ba127a472407aa8fde7e33c5115f3efbacbe
Size (PyODE-1.2.1.tar.gz) = 233437 bytes