svn commit: r473214 - in head/science: . py-kinematics

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jun 24 20:05:44 UTC 2018


Author: sunpoet
Date: Sun Jun 24 20:05:42 2018
New Revision: 473214
URL: https://svnweb.freebsd.org/changeset/ports/473214

Log:
  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

Added:
  head/science/py-kinematics/
  head/science/py-kinematics/Makefile   (contents, props changed)
  head/science/py-kinematics/distinfo   (contents, props changed)
  head/science/py-kinematics/pkg-descr   (contents, props changed)
Modified:
  head/science/Makefile

Modified: head/science/Makefile
==============================================================================
--- head/science/Makefile	Sun Jun 24 19:30:54 2018	(r473213)
+++ head/science/Makefile	Sun Jun 24 20:05:42 2018	(r473214)
@@ -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

Added: head/science/py-kinematics/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/py-kinematics/Makefile	Sun Jun 24 20:05:42 2018	(r473214)
@@ -0,0 +1,25 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	kinematics
+PORTVERSION=	0.0.7
+CATEGORIES=	science python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet at 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>

Added: head/science/py-kinematics/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/py-kinematics/distinfo	Sun Jun 24 20:05:42 2018	(r473214)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1529744589
+SHA256 (kinematics-0.0.7.tar.gz) = ca8ed5c3697c39e52c0b5134c6cdaf91f8101280a5fa018d2bf23e60f30bf3c9
+SIZE (kinematics-0.0.7.tar.gz) = 9878

Added: head/science/py-kinematics/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/py-kinematics/pkg-descr	Sun Jun 24 20:05:42 2018	(r473214)
@@ -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


More information about the svn-ports-all mailing list