git: 451cbb86082c - main - math/py-timple: Add new port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 15 May 2022 22:27:20 UTC
The branch main has been updated by jgh: URL: https://cgit.FreeBSD.org/ports/commit/?id=451cbb86082c4df8157b7e699c48e04111098c86 commit 451cbb86082c4df8157b7e699c48e04111098c86 Author: Jason Helfman <jgh@FreeBSD.org> AuthorDate: 2022-05-15 22:26:37 +0000 Commit: Jason Helfman <jgh@FreeBSD.org> CommitDate: 2022-05-15 22:26:37 +0000 math/py-timple: Add new port Extended functionality for plotting timedelta values with Matplotlib WWW: https://github.com/theOehrly/Timple --- math/Makefile | 1 + math/py-timple/Makefile | 20 ++++++++++++++++++++ math/py-timple/distinfo | 3 +++ math/py-timple/pkg-descr | 3 +++ 4 files changed, 27 insertions(+) diff --git a/math/Makefile b/math/Makefile index 7b8680d53db2..b39bdf6119c2 100644 --- a/math/Makefile +++ b/math/Makefile @@ -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 diff --git a/math/py-timple/Makefile b/math/py-timple/Makefile new file mode 100644 index 000000000000..bd3c2d3d5c3b --- /dev/null +++ b/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> diff --git a/math/py-timple/distinfo b/math/py-timple/distinfo new file mode 100644 index 000000000000..17cc1e2371e9 --- /dev/null +++ b/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 diff --git a/math/py-timple/pkg-descr b/math/py-timple/pkg-descr new file mode 100644 index 000000000000..c02b8f30b34b --- /dev/null +++ b/math/py-timple/pkg-descr @@ -0,0 +1,3 @@ +Extended functionality for plotting timedelta values with Matplotlib + +WWW: https://github.com/theOehrly/Timple