Skip to content

Commit

Permalink
math/py-timple: Add new port
Browse files Browse the repository at this point in the history
Extended functionality for plotting timedelta values with Matplotlib

WWW: https://github.com/theOehrly/Timple
  • Loading branch information
bsdjgh committed May 15, 2022
1 parent a0b3766 commit 451cbb8
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions math/Makefile
Expand Up @@ -967,6 +967,7 @@
SUBDIR += py-sym
SUBDIR += py-sympy
SUBDIR += py-theano
SUBDIR += py-timple
SUBDIR += py-topologic
SUBDIR += py-triangle
SUBDIR += py-uncertainties
Expand Down
20 changes: 20 additions & 0 deletions math/py-timple/Makefile
@@ -0,0 +1,20 @@
# Created by: Jason Helfman <jgh@FreeBSD.org>

PORTNAME= timple
PORTVERSION= 0.1.5
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= jgh@FreeBSD.org
COMMENT= Extended functionality for plotting timedelta values with Matplotlib

LICENSE= MIT

RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}matplotlib>=0:math/py-matplotlib@${PY_FLAVOR}

USES= python:3.6+
USE_PYTHON= distutils autoplist

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions math/py-timple/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1652556817
SHA256 (timple-0.1.5.tar.gz) = aa7eeb1dead4d187a7de3d1cb8bbf674543cfdb4d77e6cc4d324ddf35de1fb71
SIZE (timple-0.1.5.tar.gz) = 16951
3 changes: 3 additions & 0 deletions math/py-timple/pkg-descr
@@ -0,0 +1,3 @@
Extended functionality for plotting timedelta values with Matplotlib

WWW: https://github.com/theOehrly/Timple

0 comments on commit 451cbb8

Please sign in to comment.