aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-gizeh
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2017-11-28 03:09:27 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2017-11-28 03:09:27 +0000
commitc00167656b08d892fb9344fb23417b7d14d24bc4 (patch)
treefcb170564f0c06d8c2dccb65f1e8697b9edac632 /graphics/py-gizeh
parentd361c9b7e23efc33eb3448f9c0b0075c56bb5cef (diff)
downloadports-c00167656b08d892fb9344fb23417b7d14d24bc4.tar.gz
ports-c00167656b08d892fb9344fb23417b7d14d24bc4.zip
Notes
Diffstat (limited to 'graphics/py-gizeh')
-rw-r--r--graphics/py-gizeh/Makefile22
-rw-r--r--graphics/py-gizeh/distinfo3
-rw-r--r--graphics/py-gizeh/pkg-descr5
3 files changed, 30 insertions, 0 deletions
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 <bsd.port.mk>
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