From c00167656b08d892fb9344fb23417b7d14d24bc4 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Tue, 28 Nov 2017 03:09:27 +0000 Subject: New port: graphics/py-gizeh: Simple vector graphics in Python Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13263 --- graphics/py-gizeh/Makefile | 22 ++++++++++++++++++++++ graphics/py-gizeh/distinfo | 3 +++ graphics/py-gizeh/pkg-descr | 5 +++++ 3 files changed, 30 insertions(+) create mode 100644 graphics/py-gizeh/Makefile create mode 100644 graphics/py-gizeh/distinfo create mode 100644 graphics/py-gizeh/pkg-descr (limited to 'graphics/py-gizeh') diff --git a/graphics/py-gizeh/Makefile b/graphics/py-gizeh/Makefile new file mode 100644 index 000000000000..18eda196cec6 --- /dev/null +++ b/graphics/py-gizeh/Makefile @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= gizeh +DISTVERSION= 0.1.10 +CATEGORIES= graphics python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Simple vector graphics in Python + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENCE.txt + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairocffi>0:graphics/py-cairocffi \ + ${PYNUMPY} + +USES= python +USE_PYTHON= autoplist distutils +NO_ARCH= yes + +.include diff --git a/graphics/py-gizeh/distinfo b/graphics/py-gizeh/distinfo new file mode 100644 index 000000000000..f23c11da6760 --- /dev/null +++ b/graphics/py-gizeh/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1511749579 +SHA256 (gizeh-0.1.10.tar.gz) = 495780b00020ecb9bd70cf81461d131174020abdc3bf7447ccf137ea081a06ac +SIZE (gizeh-0.1.10.tar.gz) = 16393 diff --git a/graphics/py-gizeh/pkg-descr b/graphics/py-gizeh/pkg-descr new file mode 100644 index 000000000000..af1fbf3c1e44 --- /dev/null +++ b/graphics/py-gizeh/pkg-descr @@ -0,0 +1,5 @@ +Cairo graphics made easy for use from the Python language. +You can draw beautiful vector graphics consisting of gradient-filled +circles, ellipses, polygons. + +WWW: https://github.com/Zulko/gizeh -- cgit v1.2.3