Add py-kinematics 0.0.7

kinematics is Python package to perform attitude kinematics. It is written
completely in Python and only requires numpy as a runtime dependency.

WWW: https://github.com/skulumani/kinematics
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2018-06-24 20:05:42 +00:00
parent b89934d704
commit cdc3df02d1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=473214
4 changed files with 33 additions and 0 deletions

View File

@ -175,6 +175,7 @@
SUBDIR += py-gsd
SUBDIR += py-h5py
SUBDIR += py-hcluster
SUBDIR += py-kinematics
SUBDIR += py-mdp
SUBDIR += py-mlpy
SUBDIR += py-mmtf-python

View File

@ -0,0 +1,25 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= kinematics
PORTVERSION= 0.0.7
CATEGORIES= science python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Python module to do attitude kinematics
LICENSE= GPLv3
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR}
RUN_DEPENDS= ${PYNUMPY}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR}
NO_ARCH= yes
USE_PYTHON= autoplist concurrent distutils
USES= python
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1529744589
SHA256 (kinematics-0.0.7.tar.gz) = ca8ed5c3697c39e52c0b5134c6cdaf91f8101280a5fa018d2bf23e60f30bf3c9
SIZE (kinematics-0.0.7.tar.gz) = 9878

View File

@ -0,0 +1,4 @@
kinematics is Python package to perform attitude kinematics. It is written
completely in Python and only requires numpy as a runtime dependency.
WWW: https://github.com/skulumani/kinematics